More actions
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..." |
mNo edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
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: | :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:Formatting templates|{{PAGENAME}}]]</includeonly> | |||
<noinclude>[[Category:Template documentation|{{PAGENAME}}]]</noinclude> | |||
Latest revision as of 21:16, 18 March 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