Parameter Tags are references through to Parameters that have been set-up within the Global Setup, and can be used anywhere that Tags are accepted.
Parameter tags use the special opening tag <* and closing tag *>. Between these asterisk ( * ) tag delimiters, you need to provide the name of the Parameter, and its Parameter Group in the format <*ParameterGroup.ParameterName*>.
For example, if you have created a Parameter named "STATELAKE_SUPPORT", within a Parameter Group named "Email_Addresses", you can reference it with the tag <*Email_Addresses.STATELAKE_SUPPORT*>.
The Parameter value will be converted to a string value when the tag is translated.
Floats and Datetime types will convert using the standard format.