Jump to content
Toggle menu
  • 8 articles
  • 75 files
  • 7 users
  • 37.8K edits
Neodyland Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Spaces: Difference between revisions

Template page
mNo edit summary
m unnecessary span and CSS; add -1 for a single breaking space
Line 1: Line 1:
<includeonly><span style="white-space:nowrap;">{{#switch: {{{1}}}
<includeonly>{{#switch: {{{1}}}
| -1 = &#32;
| #default = &nbsp;
| #default = &nbsp;
|  2 = &nbsp;&nbsp;
|  2 = &nbsp;&nbsp;
Line 25: Line 26:
| 24 = &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
| 24 = &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
| 25 = &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
| 25 = &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
}}</span></includeonly><noinclude>
}}</includeonly><noinclude>
Template to minimize code used for multiple consecutive [[w:Non-breaking space|non-breaking space]]s ("<code><big>&amp;nbsp;</big></code>"s).
Template to minimize code used for multiple consecutive [[w:Non-breaking space|non-breaking space]]s ("<code><big>&amp;nbsp;</big></code>"s).



Revision as of 22:09, 25 May 2016

Template to minimize code used for multiple consecutive non-breaking spaces ("&nbsp;"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.
Cookies help us deliver our services. By using our services, you agree to our use of cookies.