Template:!/doc: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Drew R. Smith
(New page: <!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --> === Usage === This is the {{t<noinclude>n</noinclude><includeonly>l</includeonly>|!}} meta-template. This is an ...)
 
imported>Caesar Schinas
m (remove WP stuff)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE -->
=== Usage ===
=== Usage ===


This is the {{t<noinclude>n</noinclude><includeonly>l</includeonly>|!}} meta-template.
This is the {{tl|!}} meta-template.


This is an auxiliary template allowing to encode "<code>|</code>"
This is an auxiliary template allowing to encode "<code>|</code>"
Line 17: Line 15:
The template page states that <nowiki>{{!}}</nowiki> cannot be substituted. That's not completely true because it is perfectly okay to [[Wikipedia:Substitution|substitute]] <nowiki>{{!}}</nowiki> as soon as an unescaped "'''<tt>|</tt>'''" works as expected, i.e. after substituting the template containing <nowiki>{{!}}</nowiki>, or after eliminating an
The template page states that <nowiki>{{!}}</nowiki> cannot be substituted. That's not completely true because it is perfectly okay to [[Wikipedia:Substitution|substitute]] <nowiki>{{!}}</nowiki> as soon as an unescaped "'''<tt>|</tt>'''" works as expected, i.e. after substituting the template containing <nowiki>{{!}}</nowiki>, or after eliminating an
[[mw:Help:Extension:ParserFunctions#.23if:|#if:]] containing <nowiki>{{!}}</nowiki>.
[[mw:Help:Extension:ParserFunctions#.23if:|#if:]] containing <nowiki>{{!}}</nowiki>.
=== See also ===
* {{tl|!!}}
* {{tl|!-}}
* {{tl|-!}}
* {{tl|broken bar}}
* {{tn|'}} and related
* [[Wikipedia:Qif conditionals]]
* {{tl|pipe}} - Note that this one looks like {{tlf|!}} but has a very different meaning for the MediaWiki parser and thus has different functionality.
* {{tn|(}}
* {{tl|!(}}
<includeonly>
<!-- ADD CATEGORIES BELOW THIS LINE -->
[[Category:Template namespace templates|{{PAGENAME}}]]

Latest revision as of 05:21, 13 June 2009

Usage

This is the {{!}} meta-template.

This is an auxiliary template allowing to encode "|" within template parameters. It 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

The template page states that {{!}} cannot be substituted. That's not completely true because it is perfectly okay to substitute {{!}} as soon as an unescaped "|" works as expected, i.e. after substituting the template containing {{!}}, or after eliminating an #if: containing {{!}}.