Difference between revisions of "Template:!/doc"

From EVE University Wiki
Jump to: navigation, search
(Created page with "<noinclude>{{main|Template:!}}</noinclude> A template that provides the escaped literal character <code>|</code>, which should be used whenever such a character is required in...")
 
(Made Template:! and !! consistent: added examples, syntax)
Line 1: Line 1:
<noinclude>{{main|Template:!}}</noinclude>
+
 
A template that provides the escaped literal character <code>|</code>, which should be used whenever such a character is required in other templates using <code><nowiki>{{!}}</nowiki></code>.<includeonly>
+
;Description
[[Category:Template]]</includeonly><noinclude>
+
:A template that provides the escaped literal character <code>|</code>, which should be used whenever such a character is required in other templates using <code><nowiki>{{!}}</nowiki></code>.
[[Category:Template documentation]]</noinclude>
+
;Syntax
 +
:<code><nowiki>{{!}}</nowiki></code>
 +
;Sample output
 +
<pre><nowiki>{{!}}</nowiki></pre>
 +
::gives... {{!}}
 +
;See also:
 +
:* [[Template:!!]]
 +
 
 +
<includeonly>[[Category:Template|{{PAGENAME}}]]</includeonly>
 +
<noinclude>[[Category:Template documentation|{{PAGENAME}}]]</noinclude>

Revision as of 22:30, 16 February 2021

Description
A template that provides the escaped literal character |, which should be used whenever such a character is required in other templates using {{!}}.
Syntax
{{!}}
Sample output
{{!}}
gives... |
See also