Template:=/doc

From Angelina Jordan Wiki
Revision as of 04:04, 23 August 2022 by Dcljr (talk | contribs) (note imminent deprecation)
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.

This template will soon be redundant, just like {{!}} currently is.

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"