Template:!

From NPOWiki
Revision as of 13:08, 2 July 2020 by Bobogoobo (talk | contribs) (Created page with "<includeonly>|</includeonly><noinclude>{{documentation}}</noinclude>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Documentation [edit]

This template is used to escape a pipe character ( | ). The most common usage is for wikitable code within parser functions such as #if.

There are no parameters; simply type {{!}}.

This common template has been superseded by an equivalent magic word in recent versions of MediaWiki and may no longer be needed.

Example

{|
|-
{{#if:{{{parameter|}}}|
! Row heading
{{!}} {{{parameter}}}
{{!}}-
}}
|}

The above documentation is transcluded from Template:!/doc.