Template:!: Difference between revisions

From Drunkapedia
Jump to: navigation, search
imported>Tlosk
No edit summary
imported>An Adventurer
mNo edit summary
 
Line 1: Line 1:
<includeonly>|</includeonly><noinclude>
<includeonly>|</includeonly><noinclude>
{{Related|Wiki Templates}}
{{Documentation}}
== Syntax ==
 
<pre>
{{!}}
</pre>
 
== Usage ==
 
When a pipe ( | ) is required within a [[Wiki Templates#Parameters|parameter]] of a [[Wiki Templates|template]], use this template to insert the pipe without having it parsed as demarcating parameter separation.
 
For example:
 
<pre>
{{Related|Pyreal Mote{{!}}Golem Droppings}}
</pre>
 
appears as:
 
{{Related|Pyreal Mote{{!}}Golem Droppings}}
 
 
as compared to:
<pre>
{{Related|Pyreal Mote|Golem Droppings}}
</pre>
 
which would appear as:
 
{{Related|Pyreal Mote|Golem Droppings}}
 
[[Category:Wiki Template]]
[[Category:Wiki Template]]
</noinclude>
</noinclude>

Latest revision as of 16:07, 24 July 2015

Template Documentation: |_}}/Doc?action=edit Edit Documentation

Syntax

{{!}}

Usage

When a pipe ( | ) is required within a parameter of a template, use this template to insert the pipe without having it parsed as demarcating parameter separation.

For example:

{{Related|Pyreal Mote{{!}}Golem Droppings}}

appears as:

Related topics: Golem Droppings


as compared to:

{{Related|Pyreal Mote|Golem Droppings}}

which would appear as:

Related topics: Pyreal Mote, Golem Droppings