Template:0
Inserts a small horizontal space with the width of a zero digit. Used for padding numbers in table columns so that they horizontally align. To insert that space, this template inserts an invisible zero (0) character (using CSS properties visibility:hidden
and color:transparent
).
Usage
{{0}}
Template parameters
- TemplateData
TemplateData is a way to store information about template parameters (the description of those and of the whole template) for both humans and machines. It is used by VisualEditor and possibly other tools like Upload Wizard.
Existing template documentation
At Wikimedia Commons, it is recommended to use {{TemplateBox}} with either useTemplateData=1
or useTemplateData=only
on the /doc
subpage and transcluding it with {{Documentation}} into the template. <nowiki>
-tags can be wrapped around the arguments, if required, to avoid templates being expanded.
Newly created template documentation and imports
Another option, especially for imported templates, or for users with JSON experience, is placing raw <templatedata>
-tags into the Wikitext of the template, as described in various Wikipediae.
Wikipedia's help about TemplateData • Commons-specific information
Inserts a small horizontal space with the width of a zero digit. Used for padding numbers in table columns so that they horizontally align. To insert that space, this template inserts an invisible zero (0) character (using [[w:CSS|CSS]] properties <code>visibility:hidden</code> and <code>color:transparent</code>).
Parameter | Description | Type | Status | |
---|---|---|---|---|
invisible text | 1 | The invisible text. Useful in more complex cases like when thousands separators are present
| Line | optional |
Additional information
The template is intended to be used in the following namespaces: no namespace specified
The template is intended to be used by the following user groups: no user group specified
Example
{{0|00,0}}12{{0|.00}} km<br />
{{0|00,}}123.4{{0|0}} km<br />
{{0|0}}1,234.5{{0|0}} km<br />
12,345.67 km<br />
{{0}}
renders as:
123.4 km
1,234.5 km
12,345.67 km
Localization
This template is not intended to be localized.