imported>RheingoldRiver
Adding default set of pages
 
imported>RheingoldRiver
Pushing 1.43-related updates to all wikis - please let us know at https://discord.gg/rTnST57tuW if you have questions or want to opt out
 
Line 1: Line 1:
]<noinclude>
}<noinclude>
{{documentation}}</noinclude>
{{documentation}}</noinclude>

Latest revision as of 05:37, 27 March 2025

}

File:Template-info.svg Documentation Edit this documentation at Template:)/doc.
(edithistorypurge)
Template call
(m for magic word)
Output (delayed interpretation as wikimarkup) HTML alternative (never interpreted as wikimarkup) Why you might want to use this
{{!}} (m) | &#124; or {{pipe}} Displaying pipe characters inside of a parser function
{{=}} (m) = &#61; Displaying equal signs inside of unnamed parameters (e.g. {{MyTemplate|1+1=2}} will assign 2 to {{{1+1|}}}; {{MyTemplate|1+1{{=}}2}} will do what you want)
{{!!}} || &#124;&#124; Displaying a break between two table cells inside of a parser function
{{!(}} [ &#91; Displaying a bracket inside of an external link
{{)!}} ] &#93; Displaying a bracket inside of an external link
{{!((}} [[ &#91;&#91; Displaying a bracket inside of a link
{{))!}} ]] &#93;&#93; Displaying a bracket inside of a link
{{(}} { &#123; Escaping a single brace immediately next to a template or parser function to avoid turning it into a parameter
{{)}} } &#125; Escaping a single brace immediately next to a template or parser function to avoid turning it into a parameter
{{((}} {{ &#123;&#123; Displaying open braces for a template without actually transcluding that template
{{))}} }} &#125;&#125; Displaying closed braces for a template without actually transcluding that template
{{(((}} {{{ &#123;&#123;&#123; Displaying a template parameter's open curly braces without actually using that variable
{{)))}} }}} &#125;&#125;&#125; Displaying a template parameter's closed curly braces without actually using that variable
{{(!}} {| &#123;&#124; Starting a table inside of a parser function
{{!-}} |- &#124;&#45; Starting a new table row inside of a parser function
{{!)}} |} &#124;&#125; Closing a table inside of a parser function