Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
## 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>

Link in action

Simple link
LabelSimple link to this page in action
Linkhttps://wiki.vertuna.com/display/VERTUNA/Simple+link

Link in Editor

Image Added