Anonymous
×
Create a new article
Write your page title here:
We currently have 47 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 "<onlyinclude>{{</onlyinclude> {{documentation}}"
 
No edit summary
 
Line 1: Line 1:
<onlyinclude>{{</onlyinclude>
<includeonly>{{&#123;&#123;</includeonly><noinclude>
== Template:(( ==
Outputs a literal double open curly brace (<code>{{</code>) as plain text, escaping it so it doesn't get parsed as the start of a template call. Used inside documentation and usage examples to display raw template syntax without it actually executing — exactly the pattern used in the real MediaWiki {{tl|Ll}} documentation you pasted earlier, e.g. <code>{{((}}ll{{!}}Project:About{{))}}</code> to show a literal <code>{{ll|Project:About}}</code> without transcluding it.


{{documentation}}
'''Usage:'''
<pre>
{{((}}CaseInfobox{{))}}
</pre>
Renders as: <code>{{CaseInfobox}}</code> — displayed as plain text, not a working link or transclusion (compare to {{tl|Tl}}, which does link)
 
=== Parameters ===
None — this template takes no input, it just outputs <code>{{</code>.
 
=== See also ===
* {{tl|))}} — its counterpart, outputs a literal <code>}}</code>
* {{tl|!}} — outputs a literal pipe (<code>|</code>), needed for the same kind of raw-syntax display
* {{tl|Tl}} — for a linked template name reference instead of raw escaped syntax
[[Category:Vault Templates]]
</noinclude>

Latest revision as of 02:15, 22 July 2026

Template:((

Outputs a literal double open curly brace ({{) as plain text, escaping it so it doesn't get parsed as the start of a template call. Used inside documentation and usage examples to display raw template syntax without it actually executing — exactly the pattern used in the real MediaWiki {{Ll}} documentation you pasted earlier, e.g. {{{{ll|Project:About}} to show a literal {{Project:About}} without transcluding it.

Usage:

{{((}}CaseInfobox{{))}}

Renders as:

{{{name}}}



— displayed as plain text, not a working link or transclusion (compare to {{Tl}}, which does link)

Parameters

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

See also

  • {{))}} — its counterpart, outputs a literal }}
  • {{!}} — outputs a literal pipe (|), needed for the same kind of raw-syntax display
  • {{Tl}} — for a linked template name reference instead of raw escaped syntax