Refer to a different location on the page.
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 another portion of the page. 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","refPage")>@param(0)</span>@ifEqual("@param(1)",,,"</a>")