= – Template

From Bohemia Interactive Community
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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.

Another quick solution to solve the equals issue would be telling the wiki that the first (1) argument is our content: {{hl|1= _foo = true;}}.

This template is used on these pages.

Usage

{{=}}


Examples
Code Result
{{=}} =