Template:=/doc

From Angelina Jordan Wiki
Revision as of 14:04, 13 November 2020 by Dcljr (talk | contribs) (+ cat:single char)
This is a subpage documenting Template:=. To change the template, edit that page; to change the template's documentation (seen below), edit this one.

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"