You can, if you wish, put ``placeholders'' in
messages and then, in the
<:msg:> (see section 7.2, page
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
<:msg thisCatalog.thisMessage thisVar="here":>
which will produce the output:
This is a message with a variable substitution here.