Difference between revisions of "Template:!/Doc"

From Levistras
Jump to navigation Jump to search
(Created page with "== Syntax == <pre> {{!}} </pre> == Usage == When a pipe ( | ) is required within a parameter of a template, use this templa...")
 
(No difference)

Latest revision as of 23:33, 20 December 2020

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