Template:!/doc

From Yugipedia
< Template:!
Revision as of 03:09, 16 February 2013 by Dinoguy1000 (talk | contribs) (Character escape templates: add {{colon}}/{{;}})
Jump to: navigation, search

This is a metatemplate intended to escape a character or group of characters in other templates that would otherwise be difficult to use with wikimarkup. The canonical example of this is the pipe character (|), which is heavily used in ParserFunctions. See wikipedia:Template:! for more information and examples.

Character escape templates

Template Output Notes
{{!}} |
{{(}} {
{{)}} }
{{'}} '
{{colon}} :
{{;}} ;
Template:= = Allows equals signs to be used in unnamed parameters.
{{!(}} [
{{)!}} ]
{{!((}} [[
{{))!}} ]]
{{(!}} {|
{{!-}} |-
{{!)}} |}
{{!-!}} |-|
{{((}} {{
{{))}} }}
{{(((}} {{{
{{)))}} }}}

See also