More actions
No edit summary |
No edit summary |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
{{Documentation subpage}} | {{Documentation subpage}} | ||
<!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[</nowiki>[[Wikipedia:Wikidata]]<nowiki>]]) --> | <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[</nowiki>[[Wikipedia:Wikidata]]<nowiki>]]) --> | ||
A template used to insert one or more non-breaking spaces (<code>&nbsp;</code>) to prevent automatic line breaks at specific points in the text. This is useful for keeping elements such as numbers and units together. | A template used to insert one or more non-breaking spaces (<code>&nbsp;</code>) to prevent automatic line breaks at specific points in the text. This is useful for keeping elements such as numbers and units together. | ||
| Line 11: | Line 8: | ||
== Usage == | == Usage == | ||
=== Syntax === | === Syntax === | ||
produces ''N'' consecutive non-breaking spaces (where ''N'' is a whole number larger than zero) of the type specified by the second parameter (which are ordered by decreasing space width): <code>em</code>, <code>fig</code>, <code>en</code>, <code>thin</code>, <code>hair</code>. If type is not specified, ''N'' non-breaking spaces (<syntaxhighlight inline lang=xml> </syntaxhighlight>) are produced. A non-breaking space has the same width as a standard space, whose width is between the width of <code>en</code> and <code>thin</code>. | |||
produces a single non-breaking space of the type indicated. | |||
=== Controlling line-breaking in infoboxes === | === Controlling line-breaking in infoboxes === | ||
This template, usually as its alias, may be used with | This template, usually as its alias, may be used with and {{tlx|nowrap}} to control line-breaking in bulletless lists in infoboxes, to prevent wrapped long entries from being confused with multiple entries. See Template:Wbr/doc#Controlling line-breaking in infoboxes for details. | ||
==Comparisons== | ==Comparisons== | ||
Latest revision as of 06:20, 14 April 2025
| This page uses Creative Commons Licensed content from Wikipedia (view authors). |
| This is a documentation subpage for Template:Spaces It may contain usage information, categories and other content that is not part of the original template page. |
A template used to insert one or more non-breaking spaces ( ) to prevent automatic line breaks at specific points in the text. This is useful for keeping elements such as numbers and units together.
A template to produce one or more non-breaking spaces ( character entities), or another type of spaces.
Usage
Syntax
produces N consecutive non-breaking spaces (where N is a whole number larger than zero) of the type specified by the second parameter (which are ordered by decreasing space width):em,fig,en,thin,hair. If type is not specified, N non-breaking spaces ( ) are produced. A non-breaking space has the same width as a standard space, whose width is between the width ofenandthin.
produces a single non-breaking space of the type indicated.
Controlling line-breaking in infoboxes
This template, usually as its alias, may be used with and {{nowrap}} to control line-breaking in bulletless lists in infoboxes, to prevent wrapped long entries from being confused with multiple entries. See Template:Wbr/doc#Controlling line-breaking in infoboxes for details.
Comparisons
Template data
TemplateData for Spaces
Inserts one or more non-breaking spaces
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Quantity | 1 | How many non-breaking spaces to insert
| Number | optional |
| Type | 2 | Non-default types (in decreasing order of width): em, fig, en, thin, hair
| String | optional |