Template:=: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=<noinclude> {{documentation}} </noinclude>") |
m (Changed protection settings for "Template:=" ([Edit=Require template editor access] (indefinite) [Move=Require template editor access] (indefinite))) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
=<noinclude> | =<noinclude> | ||
{{ | |||
{{Documentation}} | |||
<!-- Add categories to the /doc subpage, not here! --> | |||
</noinclude> | </noinclude> |
Latest revision as of 18:12, 13 June 2023
=
Usage
This template allows "=" to be used in unnamed template parameters. It inserts the one-character equals-sign ("=") into the text.
Examples
{{Font color|black|yellow|2 + 2 = 4}}
produces: 2 + 2 = 4
You can also use named parameters to bypass the restriction:
{{Font color|black|yellow|3= 2 + 2 = 4}}
produces: 2 + 2 = 4
Similar templates
Template call |
Output (delayed interpretation as wikimarkup) |
HTML alternative (never interpreted as wikimarkup) |
Notes |
---|---|---|---|
{{!}} (m) | | | | | |
{{=}} | = | = | |
{{!(}} | [ | [ | |
{{)!}} | ] | ] | |
{{!((}} | [[ | [[ | |
{{!(n(}} | [[ | this uses a <nowiki /> tag
| |
{{))!}} | ]] | ]] | |
{{(}} | { | { | |
{{)}} | } | } | |
{{((}} | {{ | {{ | |
{{(n(}} | {{ | this uses a <nowiki /> tag
| |
{{))}} | }} | }} | |
{{(((}} | {{{ | {{{ | |
{{((n(}} | {{{ | this uses a <nowiki /> tag
| |
{{)))}} | }}} | }}} | |
{{(!}} | {| | {| | |
{{!-}} | |- | |- | |
{{!)}} | |} | |} | |
{{x}} | × | Multiplication Sign | |
{{+}} | + | Plus sign with a non-breaking space in front | |
{{-}} | - | ‑ | A non-breaking hypen |
{{a}} | α | α | |
{{b}} | β | β | |
{{o}} | Ω | Ω |
TemplateData
A template to allow = to be used in template parameters
Parameter | Description | Type | Status | |||
---|---|---|---|---|---|---|
No parameters specified |