= – Template

From Bohemia Interactive Community
Revision as of 14:12, 27 July 2022 by Lou Montana (talk | contribs) (Some wiki formatting)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.

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
{{=}} =