This site is supported by donations to The OEIS Foundation.
Template:=/doc
From OeisWiki
The {{=}} workaround template is meant to be used when you need an =
(equal sign) in a template’s name or in one of its arguments (i.e. values passed to the template parameters).
Usage
- {{=}}
NOTE: This template cannot be substituted.
Examples
The following (the meta meta usage, used to explain the meta usage, i.e. to explain how to explain the concrete usage)
- {{tlx|tlx|MathWorld|title {{((}}{{=}}{{))}} Benford's Law}}
yields
- {{tlx|MathWorld|title {{=}} Benford's Law}}
and (the meta usage, used to explain the concrete usage)
- {{tlx|MathWorld|title {{=}} Benford's Law}}
yields
- {{MathWorld|title = Benford's Law}}
and (the concrete usage)
- {{MathWorld|title = Benford's Law}}
yields
- Weisstein, Eric W., Benford's Law, from MathWorld—A Wolfram Web Resource.
See also
-
{{((}}
to get{{
(non wiki parsed double opening braces) -
{{=}}
to get=
(non wiki parsed equal sign) -
{{))}}
to get}}
(non wiki parsed double closing braces)
-
{{hash}}
to get#
(non wiki parsed hash symbol) -
{{*}}
to get*
(non wiki parsed standard [high] asterisk) (if you want a low asterisk, i.e.⁎
instead of*
, use{{sym|lowast}}
) -
{{colon}}
to get:
(non wiki parsed colon) -
{{;}}
to get;
(non wiki parsed semicolon)
-
{{(!}}
to get{|
(start of a wiki table) DOES NOT WORK (AS THE START OF A WIKI TABLE)! Use{{{!}}
instead (note the extra{
on the left). -
{{!}}+
to get|+
(new header row of a wiki table) -
{{!}}-
to get|-
or{{!-}}
to get|-
(new row of a wiki table) -
{{!}}
to get|
(new row entry, on a new line, of a wiki table) -
{{!!}}
to get||
(new row entry, on same line, of a wiki table) -
{{!)}}
to get|}
(end of a wiki table) DOES NOT WORK (AS THE END OF A WIKI TABLE)! Use{{!}}}
instead (note the extra}
on the right).