@refButton(TEXT, [URL])

Refer to a button on the page which a user can press.

The following parameters are recognized:

TEXT

The text to insert into the output (what the user sees).

[URL]

Option URL to jump to if user clicks on the item.

This macro inserts a reference to a button which the user can press. 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","refButton")>@param(0)</span>@ifEqual("@param(1)",,,"</a>")