Refer to a name "key" (typically associated with a "value").
The following parameters are recognized:
The text to insert into the output (what the user sees).
Option URL to jump to if user clicks on the item.
This macro inserts a reference to a "key" value (like a label or something associated with a value). If a URL is provided, the user will be able to click on the reference to jump to the specified location.
This macro is defined as:
@ifEqual("@param(1)",,,"<a @htmlAttr("href","@param(1)")>")<span @htmlAttr("class","refKey")>@param(0)</span>@ifEqual("@param(1)",,,"</a>")