Template:Pipe

From Xenharmonic Wiki
Revision as of 21:08, 22 August 2024 by ArrowHead294 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Template documentation[view] [edit] [history] [purge]
English Wikipedia has an article on:

This is an auxiliary template that allows one to encode "|" (the pipe character) without it being interpreted as Wiki markup. It is designed to be easier to remember than having to memorize the HTML entity for the pipe (|).

Please do not use ǀ (which produces ǀ) for this purpose, since it may not work in all web browsers. It is also slightly smaller than the normal pipe character.

Template calls for escaping characters
Template call* Output** HTML alternative***
{{!}} (m) | | or {{pipe}}
{{=}} (m) = =
{{!!}} || ||
{{!(}} [ [ or {{lbrack}}
{{)!}} ] ] or {{rbrack}}
{{!((}} [[ [[
{{))!}} ]] ]]
{{(}} { {
{{)}} } }
{{((}} {{ {{
{{))}} }} }}
{{(((}} {{{ {{{
{{)))}} }}} }}}
{{(!}} {| {|
{{!+}} |+ |+
{{!-}} |- |-
{{!)}} |} |}
{{'}} ' '
{{colon}} : :
{{^(}} < &#60; or &lt;
{{)^}} > &#62; or &gt;
{{**}} * &#42;
This table: ViewTalkEdit

* m for magic word

** Delayed interpretation as Wiki markup

*** Never interpreted as Wiki markup