Template:=

From den4b Wiki
Jump to navigation Jump to search

=

Usage

This template addresses the issue concerning the usage of "=" (equal sign) within the template call. Equal sign in a template call is used to specify a key=value pair, e.g.: {{Template|key=value}}. In order to use equal sign as a value or a parameter to a template, one must use this specific template and the equal sign must appear as a call to a template it-self, e.g.: {{Template|2 + 2 {{=}} 4}}

Input Output Remarks
{{Hint|2 + 2 = 4}}
Light Bulb.png {{{1}}}
Incorrect usage!
{{Hint|2 + 2 {{=}} 4}}
Light Bulb.png 2 + 2 = 4
Correct usage!