3 Variable Subsitution in Messages

You can, if you wish, put ``placeholders'' in messages and then, in the <:msg:> (see section 7.2, page ) tag, subtitute the values of variables for those placeholders.

To make a placeholder, choose the name of the variable, and then insert that variable between double brackets in the message, for example:

"This is a message with a variable substitution [[thisVar]]."

Then, when using this message with the <:msg:> (see section 7.2, page ) tag, pass a named argument as a tag attribute:

<:msg thisCatalog.thisMessage thisVar="here":>

which will produce the output:

This is a message with a variable substitution here.