Template:=/doc
Jump to navigation
Jump to search
This is a documentation subpage for Template:=. It contains usage information, categories and other content that is not part of the original template page. |
{{=}}
allows the equal sign to be used in unnamed template parameters as normal text rather than as a function symbol. However, the form "=" could be used instead.
Example[edit source]
{{Font color|black|yellow|2 + 2 {{=}} 4}}
produces: 2 + 2 = 4
You can also use named parameters to bypass the restriction:
{{Font color|black|yellow|3= 2 + 2 = 4}}
produces: 2 + 2 = 4