Difference between revisions of "Template:!/doc"

From Yugipedia
Jump to: navigation, search
(try something stupid)
(Undo revision 2999679 by Dinoguy1000 (talk) - nice idea, doesn't work as intended)
Line 2: Line 2:
 
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE -->
 
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE -->
  
This is a metatemplate intended to escape a {{PLURAL:{{ #len: {{{{PAGENAME}}}} }}|character|group of characters}} in other templates that would otherwise be difficult to use with wikimarkup. The canonical example of this is the pipe character (<code>|</code>), which is heavily used in [[mw:Manual:ParserFunctions|ParserFunctions]]. See [[wikipedia:Template:!]] for more information and examples.
+
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 (<code>|</code>), which is heavily used in [[mw:Manual:ParserFunctions|ParserFunctions]]. See [[wikipedia:Template:!]] for more information and examples.
  
 
== Character escape templates ==
 
== Character escape templates ==

Revision as of 23:13, 12 February 2015

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}} :
{{;}} ;
= Allows equals signs to be used in unnamed parameters.
{{pound}} #
{{!(}} [
{{)!}} ]
{{!((}} [[
{{))!}} ]]
{{(!}} {|
{{!-}} |-
{{!)}} |}
{{!-!}} |-|
{{((}} {{
{{))}} }}
{{(((}} {{{
{{)))}} }}}

See also