No edit summary
No edit summary
Line 1: Line 1:
<includeonly>|</includeonly><noinclude>
<includeonly>|</includeonly>
{{Related|Wiki Templates}}
<noinclude>
== Syntax ==
{{Documentation}}
 
<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>

Revision as of 21:01, 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