Template:!/doc: Difference between revisions

From NPOWiki
Jump to navigation Jump to search
(generic category)
(specific cat)
Line 17: Line 17:
</pre>
</pre>


<includeonly>[[Category:Templates]]</includeonly>
<includeonly>[[Category:Replacement templates]]</includeonly>

Revision as of 11:10, 13 July 2021

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

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