GaryJJSpate (talk | contribs) No edit summary |
GaryJJSpate (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
<includeonly>{{{{</includeonly><noinclude> | <includeonly>{{{{</includeonly><noinclude> | ||
== Template:(( == | == 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. < | 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. <nowiki>{{((}}ll{{!}}Project:About{{))}}</nowiki> to show a literal <nowiki>{{ll|Project:About}}</nowiki> without transcluding it. | ||
'''Usage:''' | '''Usage:''' | ||
| Line 7: | Line 7: | ||
{{((}}CaseInfobox{{))}} | {{((}}CaseInfobox{{))}} | ||
</pre> | </pre> | ||
Renders as: < | Renders as: <nowiki>{{CaseInfobox}}</nowiki> — displayed as plain text, not a working link or transclusion (compare to {{tl|Tl}}, which does link) | ||
=== Parameters === | === Parameters === | ||
None — this template takes no input, it just outputs < | None — this template takes no input, it just outputs <nowiki>{{</nowiki>. | ||
=== See also === | === See also === | ||
* {{tl|))}} — its counterpart, outputs a literal < | * {{tl|))}} — its counterpart, outputs a literal <nowiki>}}</nowiki> | ||
* {{tl|!}} — outputs a literal pipe (< | * {{tl|!}} — outputs a literal pipe (<nowiki>|</nowiki>), needed for the same kind of raw-syntax display | ||
* {{tl|Tl}} — for a linked template name reference instead of raw escaped syntax | * {{tl|Tl}} — for a linked template name reference instead of raw escaped syntax | ||
[[Category:Vault Templates]] | [[Category:Vault Templates]] | ||
</noinclude> | </noinclude> | ||
Latest revision as of 00:55, 29 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 {{ll|Project:About}} without transcluding it.
Usage:
{{((}}CaseInfobox{{))}}
Renders as: {{CaseInfobox}} — 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 {{.
