Difference between revisions of "Template:((("

From blackwiki
Jump to navigation Jump to search
blackwiki>Hytar
m (11 revisions imported)
 
(9 intermediate revisions by 8 users not shown)
Line 1: Line 1:
{{{{{#if:{{{(((|}}}
+
{{{<noinclude>
|{{{1}}}&#125;&#125;&#125;}}<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}}
 
 
</noinclude>
 
</noinclude>

Latest revision as of 08:59, 30 September 2020

{{{

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)