Template:!
From OpenSimulator
m (for table columns inside template callings) |
(Let's include the mediawiki documentation page where possible. It's a lot of work, but in the end worth it.) |
||
(2 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
− | | | + | |<noinclude>{{documentation}}</noinclude> |
Latest revision as of 00:19, 21 October 2011
|[edit] 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 "|
".
This template cannot be used for putting the character as text in a wiki table; in that case, again, "|
" 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).
[edit] 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 {{!}}.
[edit] 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.
[edit] See also
The above documentation is transcluded from Template:!/doc. (edit | history) Editors can experiment in this template's sandbox (create) and testcases (create) pages. Please add categories and interwikis to the /doc subpage. Subpages of this template. |