Template:=/doc: Difference between revisions

From the Croc Wiki, the Croc encyclopedia
Jump to navigationJump to search
Content added Content deleted
(→‎See also: rm strange syntax)
mNo edit summary
Line 25: Line 25:
* [[Template:((]] which produces: {{code|{{((}}}}
* [[Template:((]] which produces: {{code|{{((}}}}
* [[Template:))]] which produces: {{code|{{))}}}}
* [[Template:))]] which produces: {{code|{{))}}}}
* <nowiki>{{!}}</nowiki> which produces: {{code|{{!}}}} -- [[mw:Help:Magic words#Other|added in MediaWiki 1.24]]
* [[Template:!]] which produces: {{code|{{!}}}} -- [[mw:Help:Magic words#Other|added in MediaWiki 1.24]]
* {{tl|ifequal}}
* {{tl|ifequal}}
* [[mw:Help:Magic words]]
* [[mw:Help:Magic words]]

Revision as of 20:16, July 5, 2020

Usage

This template allows "=" to be used in unnamed template parameters. It inserts the one-character equals-sign ("=") into the text. However, in wp:CS1 cite titles, the Unicode form "&#61;" could be used instead, where a literal "=" is not wanted during formatting of a title.

Examples

You can also use named parameters to bypass the restriction:

TemplateData

This is the TemplateData for this template used by TemplateWizard, VisualEditor and other tools. Click here to see a monthly parameter usage report for this template based on this TemplateData.

TemplateData for =

A template to allow = to be used in template parameters

Template parameters

This template has custom formatting.

ParameterDescriptionTypeStatus
No parameters specified

See also