Template:Spaces

From Kerbal Space Program Wiki
(Redirected from Template:Nbsp)
Jump to: navigation, search
Documentation icon Template documentation[view] [edit] [history] [purge]Pages that link to Template:Spaces

A template to produce multiple non-breaking spaces (" "s).

Syntax 
{{spaces|N}} ...... to produce N consecutive non-breaking spaces (where N is a whole number larger than zero).

{{spaces}} without any parameter produces a single non-breaking space, but, as "spaces" is plural, using   itself (or, if this is not possible, {{nbsp}}) is preferred for this purpose.

Template data

This is the TemplateData documentation for this template used by VisualEditor and other tools.

TemplateData for Spaces

<templatedata> {

   "description": "Inserts one or more non-breaking spaces",
   "params": {
       "1": {
           "label": "Quantity",
           "description": "How many non-breaking spaces to insert",
           "type": "number",
           "default": "1"
       }
   }

} </templatedata>

See also

  • {{pad}} to add inline spacing in units of px, em or ex.
  • {{nowrap|item}} to stop the linewrapping of any part of item.
  • {{nb5}} to insert five non-breaking spaces.
  • {{indent}} indents by a specified number of spaces (with leading newline)
  • {{in5}} indents by five or a specified number of spaces (with no leading newline)