Template:Spc: Difference between revisions

From ChoralWiki
Jump to navigation Jump to search
(added link in documentation to my Spacing page)
(seems to work (in IE 8) with "<span style="margin-left:0.083em"></span>")
Line 1: Line 1:
<!--{{#switch: {{{1}}}
{{#switch: {{{1|1}}}
|0=|1=&#8202;|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>
|0=|1=<span style="margin-left:0.083em"></span>|2=<span style="margin-left:0.167em"></span>|3=<span style="margin-left:0.25em"></span>|4=<span style="margin-left:0.333em"></span>|5=<span style="margin-left:0.417em"></span>|6=<span style="margin-left:0.5em"></span>|<span style="margin-left:0.083em"></span>}}<noinclude>
{{prot-temp}}
{{prot-temp}}
[[Category:Templates]]
[[Category:Templates]]
{{DisplayBox
{{DisplayBox
|text=
|text=<!--
;Once again this template has been disabled, since Internet Explorer 6 does not seem to support it properly; however, it works fine in Internet Explorer 8.
;Once again this template has been disabled, since Internet Explorer 6 does not seem to support it properly; however, it works fine in Internet Explorer 8.-->
;Usage:
;Usage:
Type
Type
<pre>{{spc|n}}</pre>
<pre>{{spc|n}}</pre>
to insert "n" ''thinspaces'', where n{{spc|1}}={{spc|1}}0,1,...,6 (one thinspace is about 1/6 of an Em-space).
to insert "n" ''hairspaces'', where n{{spc|1}}={{spc|1}}0,1,...,6 (one hairspace is 1/12 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 20:00, 18 August 2009

Usage

Type

{{spc|n}}

to insert "n" hairspaces, where n=0,1,...,6 (one hairspace is 1/12 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).

Here are >{{spc|n}}I<, for n = 0,1,...,6:

0: ><
1: ><
2: ><
3: ><
4: ><
5: ><
6: ><

See User:CHGiffen/Spacing for spacing issues.