Template:!: Difference between revisions
Jump to navigation
Jump to search
imported>Tlosk No edit summary |
imported>Tlosk No edit summary |
||
(7 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
<pre> | <pre> | ||
{{!}} | |||
</pre> | </pre> | ||
== Usage == | == Usage == | ||
When a pipe ( | ) is required within a parameter, use this template to insert the pipe without having it parsed as demarcating parameter separation. | 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]] | |||
</noinclude> |
Latest revision as of 17:19, 21 April 2009
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