Difference between revisions of "Template:((("

From blackwiki
Jump to navigation Jump to search
blackwiki>Pascal666
(fix unnamed parameter)
blackwiki>Thesevenseas
(Optimised Code)
Line 1: Line 1:
&#123;&#123;&#123;{{#if:{{{1|}}}|{{{1}}}&#125;&#125;&#125;}}<noinclude>
+
{{{<noinclude>
 
+
{{documentation}}
An escape sequence of three open curly brackets <code>{{{</code>. Can also be used as escape sequence of a template variable used in another template.
 
===Examples===
 
<code><nowiki>{{(((}}</nowiki></code> = {{(((}}
 
 
 
<code><nowiki>{{(((|variable}}</nowiki></code> = {{(((|variable}}
 
 
 
[[Category:Wikipedia formatting and function templates|{{PAGENAME}}]]
 
 
 
 
</noinclude>
 
</noinclude>

Revision as of 16:39, 14 October 2010

{{{

Template documentation[view] [edit] [history] [purge]

Use this template to produce the character or characters "{{{ " as ordinary text rather than as part of a link [[ ]], transclusion {{ }}, variable {{{ }}}, etc.

Similar templates

Template call Output HTML alternative
{{!!}} || &#124;&#124;
{{!(}} [ &#91;
{{)!}} ] &#93;
{{!((}} [[ &#91;&#91;
{{))!}} ]] &#93;&#93;
{{(}} { &#123;
{{)}} } &#125;
{{((}} {{ &#123;&#123;
{{))}} }} &#125;&#125;
{{(((}} {{{ &#123;&#123;&#123;
{{)))}} }}} &#125;&#125;&#125;

Note: Template:!  used to be a template that generated a vertical bar character (| ) but was converted into a Magic Word. It can still be called using {{!}}; the HTML alternative of &#124; has the same effect.

See also

The following templates enclose text inside the indicated symbols:

  • Template:Braces, to produce text such as "{{example text}}" (without triggering a transclusion)
  • Template:Brackets, to produce text such as "[[example text]]" (without triggering a wikilink)
  • Template:Bracket, to produce text such as "[example text]" or "[example text]"
  • Template:Mset, to produce text such as "{1, 2, ..., N}" (i.e., a mathematical set)
  • Template:Tlf, to produce text such as "{{example text}}" (without triggering a transclusion)