Template:Auxiliary template common notice: Difference between revisions

From Zoophilia Wiki
Jump to navigationJump to search
meta>Dcljr
use {tlx} for legibility; other minor changes
meta>Dcljr
split into 2 groups didn't really make sense, so merge into single list
Line 58: Line 58:


==See also==
==See also==
* [[Template:=|Template:{{thinsp|=}}]], which produces an [[Equals sign|equals-sign]] as ordinary text
* [[Template:\|Template:{{thinsp|\}}]], which produces "&nbsp;<nowiki>/</nowiki>" (i.e. a [[Slash (punctuation)|(forward-)slash]] character preceded by a [[non-breaking space]])
* [[Template:\|Template:{{thinsp|\}}]], which produces "&nbsp;<nowiki>/</nowiki>" (i.e. a [[Slash (punctuation)|(forward-)slash]] character preceded by a [[non-breaking space]])
* [[Template:=|Template:{{thinsp|&#61;}}]], which produces an [[Equals sign|equals-sign]] as ordinary text
* [[Template:Brackets]] to produce text such as "{{brackets|example text}}" (i.e. unlinked)
* [[Template:Tlf]] to produce text such as "{{tlf|example text}}"
'''Other [[Bracket#Curly brackets or braces &#123; &#125;|brace]]-rendering templates'''
* [[Template:Braces]], to produce text such as "{{braces|example text}}" (without triggering a transclusion)
* [[Template:Braces]], to produce text such as "{{braces|example text}}" (without triggering a transclusion)
* [[Template:Brackets]] to produce text such as "{{brackets|example text}}" (without triggering a wikilink)
* [[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>}}"
* [[Template:Tlf]] to produce text such as "{{tlf|example text}}"


[[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:17, 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 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:!|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