= – Template
Jump to navigation
Jump to search
Use to transclude the equals symbol into template parameters, where the normal use of the symbol would provoke the parsing of the parameter's text, assigning the text to the right of the symbol as the value of a variable named by the text to the left.
e.g {{hl|_foo = true;}} tells the wiki "use the {{hl}} template with _foo parameter using true as an argument". Using {{=}} solves this issue.
This template is used on these pages.
Usage
{{=}}
Code | Result |
---|---|
{{=}} | = |