Template:!-: Difference between revisions

From My Wiki
Jump to navigation Jump to search
imported>Tlosk
Created page with '|-<noinclude> Category:Wiki Template </noinclude>'
 
Created page with "<includeonly>|</includeonly><noinclude> {{Related|Wiki Templates}} == Syntax == <pre> {{!}} </pre> == 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: <pre> {{Related|Pyreal Mote{{!}}Golem Droppings}} </pre> appears as: {{Related|Pyreal Mote{{!}}Golem Droppings}} as compared to: <..."
 
Line 1: Line 1:
|-<noinclude>
<includeonly>|</includeonly><noinclude>
{{Related|Wiki Templates}}
== 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 03:08, 17 January 2024

Related topics: Wiki Templates

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