Template:0/doc: Difference between revisions
More actions
m catsort |
m fix syntaxhighlight to remove this page from the maintenance category |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 3: | Line 3: | ||
|1 = 1 | |1 = 1 | ||
|1label-en= invisible text | |1label-en= invisible text | ||
|1label-de= unsichtbarer Text | |||
|1d-en = The invisible text. Useful in more complex cases like when thousands separators are present | |1d-en = The invisible text. Useful in more complex cases like when thousands separators are present | ||
|1d-de = Der unsichtbare Text. Nützlich in komplizierteren Fällen, zum Beispiel wenn Tausendertrennzeichen vorkommen. | |||
|1aliases = <!-- List of aliases, separated by / (a slash) --> | |1aliases = <!-- List of aliases, separated by / (a slash) --> | ||
|1type = line | |1type = line | ||
| Line 10: | Line 12: | ||
|name = 0 | |name = 0 | ||
|desc-en = Inserts a visibility:hidden and color:transparent | |desc-en = 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||en}} properties <syntaxhighlight lang=css inline>visibility:hidden</syntaxhighlight> and <syntaxhighlight lang=css inline>color:transparent</syntaxhighlight>). | ||
|desc-de = Fügt einen kleinen horizontalen Abstand ein, der so breit ist wie eine Null. Das wird benutzt, um Zahlen in Tabellenspalten auszufüllen, damit sie horizontal ausgerichtet sind. Um diesen Abstand einzufügen, fügt diese Vorlage ein unsichtbares Nullzeichen (0) ein (mit den {{W|CSS||de}}-Eigenschaften <syntaxhighlight lang=css inline>visibility:hidden</syntaxhighlight> und <syntaxhighlight lang=css inline>color:transparent</syntaxhighlight>). | |||
|usage-notes = | |usage-notes = | ||
|namespace = | |namespace = | ||
Latest revision as of 10:11, 9 November 2025
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 and ).
| 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:
12 km
123.4 km
1,234.5 km
12,345.67 km
Localization
This template is not intended to be localized.