Template:Variable
Jump to navigation
Jump to search
{{{1}}}
Use this template where you want to show a value or parameter.
Example:
{{Variable|MyAttribute}}: some variable.
Result:
MyAttribute: some variable.
You can optionally also specify a type to be shown before the variable.
Example:
{{Variable|MyAttribute|Type}}: some variable.
Result:
TypeMyAttribute: some variable.
You can optionally also specify a second type to be shown after the variable.
{{Variable|MyAttribute|Type|Type2}}: some variable.
Result:
TypeMyAttribute (Type2
): some variable.