@ttCommand(CMD, [AFTER_COLON])

Inserts the HTML for a command word (or words) within a DOM Tooltip.

The following parameters are recognized:

CMD

The "command" word(s) to highlight.

[AFTER_COLON]

Set this parameter to true if the command follows a colon and should be enclosed in single quotes (omit if you don't need single quotes).

This macro is defined as:

@ifEqual("@param(1)","true","'")<span @htmlAttr("class","ttCommand")>@param(0)</span>@ifEqual("@param(1)","true","'")