Template:Space

From Zelda Wiki, the Zelda encyclopedia
Jump to navigation Jump to search

Purpose

This template inserts a space were it might not otherwise be possible. This includes other templates and parser functions.

Usage

{{Space|<type>|<num>}}

  • type — The type of space to add. One of:
    • normal (default)
    • non-breaking
    • thin
    • en
    • em
  • num — The number of times to repeat the space (default 1).

Examples

#InputOutput
1a{{Space}}b a b
2a{{Space|}}b a b
3a{{Space|notAType}}b a b
4a{{Space|normal}}b a b
5a{{Space|non-breaking}}b a b
6a{{Space|thin}}b a b
7a{{Space|en}}b a b
8a{{Space|em}}b a b
9a{{Space|non-breaking|10}}b a          b