×
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
Revision as of 00:57, 29 July 2026 by GaryJJSpate (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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