Template:Spc: Difference between revisions

From ChoralWiki
Jump to navigation Jump to search
(fix up documentation)
(disabling this template once more: it doesn't work for IE 6, although it works fine with IE 8)
Line 1: Line 1:
{{#switch: {{{1}}}
<!--{{#switch: {{{1}}}
|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>
|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>
{{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.
;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" ''thinspaces'', where n{{spc|1}}={{spc|1}}0,1,...,6 (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
Line 17: Line 17:
produces the less appealing (''379'').
produces the less appealing (''379'').


Here are <tt><nowiki>I{{spc|n}}I</nowiki></tt>, for n = 0,1,...6:
Here are <tt><nowiki>>{{spc|n}}I<</nowiki></tt>, for n = 0,1,...,6:
:0: I{{spc|0}}I
:0: >{{spc|0}}<
:1: I{{spc|1}}I
:1: >{{spc|1}}<
:2: I{{spc|2}}I
:2: >{{spc|2}}<
:3: I{{spc|3}}I
:3: >{{spc|3}}<
:4: I{{spc|4}}I
:4: >{{spc|4}}<
:5: I{{spc|5}}I
:5: >{{spc|5}}<
:6: I{{spc|6}}I
:6: >{{spc|6}}<
}}
}}
</noinclude>
</noinclude>

Revision as of 14:54, 18 August 2009

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

Type

{{spc|n}}

to insert "n" thinspaces, where n=0,1,...,6 (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).

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

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