Page tree

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

This a user macro to create a simple link in Confluence - this is sometimes very needed in Confluence, especially when you want to have a "parametrized" link


## Macro title: Simple link
## Macro has a body: N
## Body processing: No macro body
## Output: Html link
##
## Developed by: Vertuna LLC

## This is an example macro
## @param Link:title=URL|type=string|required=true|desc=Link URL
## @param Label:title=Label|type=string|required=true|desc=Link label

<a href="$paramLink">$paramLabel</a>
  • No labels