Template:Auxiliary template common notice: Difference between revisions

From Zoophilia Wiki
Jump to navigationJump to search
meta>SMcCandlish
miscategorized (this snippet of template documentation is not a character-substitution template)
meta>Dcljr
various copyediting
Line 54: Line 54:
| }}}
| }}}
|}
|}
* '''Note:''' [[Template:!|Template:{{thinsp|!}}]] was also a template but was converted into a [[MW:Help:Magic word#Other|Magic Word]], you can also use the HTML alternative of | and either will give you an output of |
'''Note:''' [[Template:!|Template:{{thinsp|!}}]] used to be a template that generated a [[vertical bar]] character ({{thinsp|{{!}}}})
but was converted into a [[MW:Help:Magic word#Other|Magic Word]]. It can still be called using <code><nowiki>{{!}}</nowiki></code>; the HTML alternative of <code>&amp;#124</code> has the same effect.


==See also==
==See also==
Line 63: Line 64:


'''Other [[Bracket#Curly brackets or braces &#123; &#125;|brace]]-rendering templates'''
'''Other [[Bracket#Curly brackets or braces &#123; &#125;|brace]]-rendering templates'''
* [[Template:Braces]], to produce text such as "{{braces|example text}}" (i.e. untranscluded).
* [[Template:Braces]], to produce text such as "{{braces|example text}}" (without triggering a transclusion)
* [[Template:Mset]], to produce text such as "{{mset|1, 2, ..., N}}" (i.e., a mathematical set)
* [[Template:Mset]], to produce text such as "{{mset|1, 2, ..., N}}" (i.e., a mathematical set)
* [[Template:Square bracket open]], which produces "{{thinsp|[}}" or, as <kbd><nowiki>{{square bracket open|2}}</nowiki></kbd>, "{{thinsp|<nowiki>[[</nowiki>}}".
* [[Template:Square bracket open]], which produces "{{thinsp|[}}" or, as <kbd><nowiki>{{square bracket open|2}}</nowiki></kbd>, "{{thinsp|<nowiki>[[</nowiki>}}"
* [[Template:Square bracket close]], which produces "{{thinsp|]}}" or, as <kbd><nowiki>{{square bracket close|2}}</nowiki></kbd>, "{{thinsp|<nowiki>]]</nowiki>}}".
* [[Template:Square bracket close]], which produces "{{thinsp|]}}" or, as <kbd><nowiki>{{square bracket close|2}}</nowiki></kbd>, "{{thinsp|<nowiki>]]</nowiki>}}"


[[Category:Template namespace templates]]
[[Category:Template namespace templates]]
<noinclude>[[Category:Documentation shared content templates]]</noinclude>
<noinclude>[[Category:Documentation shared content templates]]</noinclude>

Revision as of 04:09, 18 March 2019

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

Similar templates

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

See also

Other brace-rendering templates