Template:Spc: Difference between revisions

From ChoralWiki
Jump to navigation Jump to search
mNo edit summary
(fixed with "& thinsp;", two hairspaces is as small as we can go)
Line 1: Line 1:
{{#switch: {{{1}}}
{{#switch: {{{1}}}
|0=|1=|2=  |3=   |4=    |5=     |6=      |7=       |8=        |9=         |10=          |11=           |12=            |13=             |&thinsp;}}<noinclude>
|0=|1=&thinsp;|2=&thinsp;&thinsp;|3=&thinsp;&thinsp;&thinsp;|4=&thinsp;&thinsp;&thinsp;&thinsp;|5=&thinsp;&thinsp;&thinsp;&thinsp;&thinsp;|6=&thinsp;&thinsp;&thinsp;&thinsp;&thinsp;&thinsp;|&thinsp;}}<noinclude>
{{prot-temp}}
{{prot-temp}}
[[Category:Templates]]
[[Category:Templates]]
{{DisplayBox
{{DisplayBox
|text=
|text=
;Note: this template has been temporarily disabled because it is currently browser and/or font dependent.  Hopefully, a fix can be found soon.


;Usage:
;Usage:
Type
Type
<pre>{{spc|n}}</pre>
<pre>{{spc|n}}</pre>
to insert "n" ''hairspaces'' (one hairspace is about 1/12 of an Em-space).
to insert "n" ''thinspaces'' (one thinspace is about 1/6 of an Em-space).
<pre>{{spc}}</pre>
<pre>{{spc}}</pre>
is the same as <tt><nowiki>{{spc|1}}</nowiki></tt>, which is useful for inserting a very small space after an italic (slanted) character which appears before an upright character, as in
is the same as <tt><nowiki>{{spc|1}}</nowiki></tt>, which is useful for inserting a very small space after an italic (slanted) character which appears before an upright character, as in

Revision as of 21:29, 17 August 2009

Usage

Type

{{spc|n}}

to insert "n" thinspaces (one thinspace is about 1/6 of an Em-space).

{{spc}}

is the same as {{spc|1}}, which is useful for inserting a very small space after an italic (slanted) character which appears before an upright character, as in

(''379''{{spc}})

producing (379 ), whereas

(''379'')

produces the less appealing (379).