×
Create a new article
Write your page title here:
We currently have 245 articles on The Vault @ The EERIE Files. Type your article name above or click on one of the titles below and start writing!



The Vault @ The EERIE Files

Template:!: Difference between revisions

Created page with "<includeonly>|</includeonly><noinclude> == Template:! == Outputs a literal pipe character (<nowiki>|</nowiki>) as plain text. Used inside other templates or documentation examples where a raw pipe would otherwise be interpreted as a parameter separator — for instance, inside a table, a wikilink with piped text nested inside another template call, or a documentation example showing raw template syntax (the same pattern used in the real MediaWiki {{tl|Ll}} documentation..."
 
No edit summary
 
Line 7: Line 7:
{{((}}CategoryInfobox{{!}}name=Kent{{))}}
{{((}}CategoryInfobox{{!}}name=Kent{{))}}
</pre>
</pre>
Renders as: <nowiki>{{CategoryInfobox|name=Kent}}</nowiki — displayed as plain text, not a working transclusion.
Renders as: <nowiki>{{CategoryInfobox|name=Kent}}</nowiki> — displayed as plain text, not a working transclusion.


=== Parameters ===
=== Parameters ===

Latest revision as of 00:57, 29 July 2026

Template:!

Outputs a literal pipe character (|) as plain text. Used inside other templates or documentation examples where a raw pipe would otherwise be interpreted as a parameter separator — for instance, inside a table, a wikilink with piped text nested inside another template call, or a documentation example showing raw template syntax (the same pattern used in the real MediaWiki {{Ll}} documentation you pasted earlier, e.g. {{((}}ll{{!}}Project:About{{))}}).

Usage:

{{((}}CategoryInfobox{{!}}name=Kent{{))}}

Renders as: {{CategoryInfobox|name=Kent}} — displayed as plain text, not a working transclusion.

Parameters

None — this template takes no input, it just outputs |.

See also

  • {{((}} — outputs a literal {{
  • {{))}} — outputs a literal }}
  • {{Tl}} — for a linked template name reference instead of raw escaped syntax