Template:=

From Angelina Jordan Wiki
Revision as of 04:54, 18 October 2020 by Dcljr (talk | contribs) (whoops… fix example and point out another way of doing it)

=

Documentation

This template generates an equals sign. It is intended to be used in cases where the equals sign would otherwise be interpreted as a character with special meaning (for example, in template calls).

Any input to the template is ignored.

Usage

  • {{=}}

Examples

  • {{=}} ⇒ =
  • {{code|style{{=}}"color:red"}}style="color:red"

Note that the second example could also be accomplished using:

  • {{code|1=style="color:red"}}style="color:red"