Template:=/doc: Difference between revisions

From Miranda NG
Jump to navigation Jump to search
(initial)
 
(TD added)
 
Line 9: Line 9:
You can also use named parameters to bypass the restriction:
You can also use named parameters to bypass the restriction:
*<code><nowiki>{{Font color|black|yellow|3= 2 + 2 = 4}}</nowiki></code> produces: <span style="background-color: yellow; color: black;">2 + 2 = 4</span>
*<code><nowiki>{{Font color|black|yellow|3= 2 + 2 = 4}}</nowiki></code> produces: <span style="background-color: yellow; color: black;">2 + 2 = 4</span>
== TemplateData ==
{{TemplateDataHeader}}
<templatedata>
{
"description": "A template to allow = to be used in template parameters",
"params": {}
}
</templatedata>


== See also ==
== See also ==

Latest revision as of 16:21, 31 July 2016

This is a documentation subpage for Template:= .
It contains usage information, categories and other content that is not part of the original template page.

This template allows "=" to be used in template parameters.

This template cannot be substituted.

Example

  • {{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

TemplateData

This is the TemplateData documentation for this template used by VisualEditor and other tools.

TemplateData for =

A template to allow = to be used in template parameters

Template parameters

ParameterDescriptionTypeStatus
No parameters specified

See also

  • {{!}}