On November 27th, 2022, the 8,000th article was added to the SuccuWiki!

Template:!/doc: Difference between revisions

From SuccuWiki - The Wiki of the Succubi
Jump to navigation Jump to search
m (1 revision: Importing for Infobox)
 
mNo edit summary
Line 6: Line 6:
== Usage ==
== Usage ==


This is the {{t<noinclude>n</noinclude><includeonly>l</includeonly>|!}} meta-template. Its use is analogous to an [[escape character]].
This is the {{t<noinclude>n</noinclude><includeonly>l</includeonly>|!}} meta-template. Its use is analogous to an escape character.


This is an auxiliary template allowing the encoding of "<code>|</code>" within template parameters, because the pipe character is normally interpreted as a separator. This template is necessary if the character is used in wiki table syntax, or if the parameter is automatically wikilinked and you wish to use a pipe to specify different link text from the target page name. In other cases it is better to use "<code>&amp;#124;</code>".  
This is an auxiliary template allowing the encoding of "<code>|</code>" within template parameters, because the pipe character is normally interpreted as a separator. This template is necessary if the character is used in wiki table syntax, or if the parameter is automatically wikilinked and you wish to use a pipe to specify different link text from the target page name. In other cases it is better to use "<code>&amp;#124;</code>".  
Line 14: Line 14:
Note that no special template is needed for "<code>!</code>" (exclamation mark).
Note that no special template is needed for "<code>!</code>" (exclamation mark).


This is a [[WP:high-risk template|high-risk template]], and it usually cannot be [[Wikipedia:Substitution|substituted]] (see conditions for substing on [[#Substitution|the section below]]).
This is a high-risk template, and it usually cannot be substituted (see conditions for substing on [[#Substitution|the section below]]).


=== Substitution ===
=== Substitution ===
Line 57: Line 57:


<!-- These are the inter-language links for templates in other languages corresponding to [[Template:!]] -->
<!-- These are the inter-language links for templates in other languages corresponding to [[Template:!]] -->
[[ar:قالب:!]]
 
[[as:Template:!]]
[[be-x-old:Шаблён:!]]
[[bg:Шаблон:!]]
[[bn:Template:!]]
[[cs:Šablona:!]]
[[da:Skabelon:!]]
[[de:Vorlage:!]]
[[dsb:Pśedłoga:!]]
[[et:Mall:!]]
[[es:Plantilla:!]]
[[fa:الگو:!]]
[[fr:Modèle:!]]
[[hsb:Předłoha:!]]
[[it:Template:!]]
[[ja:Template:!]]
[[ka:თარგი:!]]
[[ko:틀:!]]
[[ku:Şablon:!]]
[[la:Formula:!]]
[[myv:ЛопаПарцун:!]]
[[nl:Sjabloon:!]]
[[no:Mal:!]]
[[pap:Template:!]]
[[pl:Szablon:!]]
[[pt:Template:!]]
[[ru:Шаблон:!]]
[[sk:Šablóna:!]]
[[sl:Template:!]]
[[sr:Шаблон:!]]
[[vi:Tiêu bản:!]]
[[zh:Template:!]]
[[zh-yue:Template:!]]
[[he:תבנית:!]]
[[uk:Шаблон:!]]
[[fi:Malline:!]]
[[sv:Mall:!]]
[[simple:Template:!]]
[[ur:سانچہ:!]]
</includeonly><noinclude>
</includeonly><noinclude>


<!-- These are the inter-language links for the documentation subpage [[Template:!/doc]], not for the template itself. -->
<!-- These are the inter-language links for the documentation subpage [[Template:!/doc]], not for the template itself. -->
[[ar:قالب:!/شرح]]
 
[[as:সাঁচ:!/doc]]
[[cs:Šablona:!/doc]]
[[de:Vorlage:!/Doku]]
[[es:Plantilla:!/doc]]
[[fa:الگو:!/توضیحات]]
[[fr:Modèle:!/Documentation]]
[[or:ଛାଞ୍ଚ:!/doc]]
[[ro:Format:!/doc]]
[[ru:Шаблон:!/doc]]
[[si:සැකිල්ල:!/doc]]
[[simple:Template:!/doc]]
</noinclude>
</noinclude>

Revision as of 18:01, 9 October 2012


Usage

This is the {{!}} meta-template. Its use is analogous to an escape character.

This is an auxiliary template allowing the encoding of "|" within template parameters, because the pipe character is normally interpreted as a separator. This template is necessary if the character is used in wiki table syntax, or if the parameter is automatically wikilinked and you wish to use a pipe to specify different link text from the target page name. In other cases it is better to use "&#124;".

This template cannot be used for putting the character as text in a wiki table; in that case, again, "&#124;" can be used.

Note that no special template is needed for "!" (exclamation mark).

This is a high-risk template, and it usually cannot be substituted (see conditions for substing on the section below).

Substitution

It is possible to substitute {{!}} only if an unescaped "|" works as expected, i.e. after substituting the template containing {{!}}, or after eliminating an #if containing {{!}}.

A simple example

The following template code for {{Quotation}} using an ordinary pipe character,

  • {{Quotation|It is not possible to use an ordinary pipe character | in template parameters, as it will be interpreted as a separator.|[[Help:Template#Usage hints and workarounds]]}}

produces:

It is not possible to use an ordinary pipe character

— in template parameters, as it will be interpreted as a separator., Help:Template#Usage hints and workarounds

whereas this code using the {{!}} meta-template,

  • {{Quotation|It is not possible to use an ordinary pipe character {{!}} in template parameters, as it will be interpreted as a separator.|[[Help:Template#Usage hints and workarounds]]}}

produces:

It is not possible to use an ordinary pipe character | in template parameters, as it will be interpreted as a separator.

Help:Template#Usage hints and workarounds

See also

  • {{!!}} creates ||
  • {{!-}} creates |-
  • {{-!}} creates &nbsp;|
  • {{'}} and related
  • Wikipedia:Conditional tables
  • {{pipe}} - Note that this one looks like {{!}} but has a very different meaning for the MediaWiki parser and thus has different functionality.
  • {{(}} creates {
  • {{((}} creates {{
  • {{)}} creates }
  • {{))}} creates }}
  • {{!(}} creates [
  • {{)!}} creates ]
  • {{(!}} creates {|
  • {{!)}} creates |}
  • {{=}} creates =
  • {{Bar box}} — since {{Bar}} redirects here