Template:!!: Difference between revisions

From Path of Exile Wiki
Jump to navigation Jump to search
>Wynthyst
m (1 revision)
No edit summary
Line 1: Line 1:
<includeonly>||</includeonly><noinclude>
||<noinclude>
==Usage==
{{documentation}}
This template can be used to parse templates correctly in tables.
<!-- Add categories and interwikis to the /doc subpage, not here! -->
 
</noinclude>
<pre>
{| some table
|- some row
|some cell || {{sometemplate{{!!}}someparameter=somevalue}}
|}
</pre>
 
== See also ==
* {{tl|!}}
 
[[Category:Formatting templates]]</noinclude>

Revision as of 05:22, 29 May 2013

||

Template documentation[view] [edit] [history] [purge]


This template is used to escape two consecutive pipe characters "||" in wikitext, where it would otherwise be interpreted as a special character sequence. Typically this is used when "||" is needed as part of a template argument or table cell contents.

The HTML character code sequence &#124;&#124; may be used instead of this template in situations where it should never be interpreted as anything except a literal character sequence.

See also

Template Output HTML alternative
{{!}} (m) | &#124;
{{=}} = &#61;
{{!!}} || &#124;&#124;
{{!(}} [ &#91;
{{)!}} ] &#93;
{{!((}} [[ &#91;&#91;
{{))!}} ]] &#93;&#93;
{{(}} { &#123;
{{)}} } &#125;
{{((}} {{ &#123;&#123;
{{))}} }} &#125;&#125;
{{(((}} {{{ &#123;&#123;&#123;
{{)))}} }}} &#125;&#125;&#125;
{{(!}} {| &#123;&#124;
{{!)}} |} &#124;&#125;
This template was adapted from Template:!! on Wikipedia.
Adaptation is noted for reference and attribution only. This template may differ from the original in function or in usage.