Template:Spaces: Difference between revisions
Template page
More actions
mNo edit summary |
m unnecessary span and CSS; add -1 for a single breaking space |
||
| Line 1: | Line 1: | ||
<includeonly | <includeonly>{{#switch: {{{1}}} | ||
| -1 =   | |||
| #default = | | #default = | ||
| 2 = | | 2 = | ||
| Line 25: | Line 26: | ||
| 24 = | | 24 = | ||
| 25 = | | 25 = | ||
}} | }}</includeonly><noinclude> | ||
Template to minimize code used for multiple consecutive [[w:Non-breaking space|non-breaking space]]s ("<code><big>&nbsp;</big></code>"s). | Template to minimize code used for multiple consecutive [[w:Non-breaking space|non-breaking space]]s ("<code><big>&nbsp;</big></code>"s). | ||
Revision as of 22:09, 25 May 2016
Template to minimize code used for multiple consecutive non-breaking spaces (" "s).
- Syntax
{{nbsp|N}}
where N is a numeral from 2 to 25 (the desired number of non-breaking spaces). Defaults to a single non-breaking space.