Template:!/doc

From NPOWiki
Revision as of 13:12, 2 July 2020 by Bobogoobo (talk | contribs) (create)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
This page contains the documentation for Template:!. It includes information about the template, such as usage and categories, and is not displayed when using the template itself.

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 {{!}}.

Example

{|
! Heading
|-
{{#if:{{{parameter|}}}|
{{!}} {{{parameter}}}
}}
|}