Template:!/doc

From Yugipedia
< Template:!
Revision as of 17:25, 10 July 2016 by Dinoguy1000 (talk | contribs) (and {{(-}})
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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[edit]

Template Output Notes
{{!}} |
{{(}} {
{{)}} }
{{'}} '
{{colon}} :
{{;}} ;
= Allows equals signs to be used in unnamed parameters.
{{pound}} #
{{(-}} ( Inserts extra padding after an opening parenthesis, when the parenthesized content is italicized but the parentheses are not.
{{-)}} ) Inserts extra padding before a closing parenthesis, when the parenthesized content is italicized but the parentheses are not.
{{!(}} [
{{)!}} ]
{{!((}} [[
{{))!}} ]]
{{(!}} {|
{{!-}} |-
{{!)}} |}
{{!!}} ||
{{!-!}} |-|
{{((}} {{
{{))}} }}
{{(((}} {{{
{{)))}} }}}

See also[edit]