Jump to content
Toggle menu
  • 8 articles
  • 75 files
  • 7 users
  • 37.8K edits
Neodyland Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:0/doc: Difference between revisions

Template page
+de
m fix syntaxhighlight to remove this page from the maintenance category
 
Line 12: Line 12:


   |name              = 0
   |name              = 0
   |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 inline>visibility:hidden</syntaxhighlight> and <syntaxhighlight inline>color:transparent</syntaxhighlight>).
   |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 inline>visibility:hidden</syntaxhighlight> und <syntaxhighlight 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>JSON</templatedata> ./. {{TemplateBox}}
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 TemplateDataCommons-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 ).

Template parameters

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
invisible text1

The invisible text. Useful in more complex cases like when thousands separators are present

Default
0
Lineoptional

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:

00,012.00 km
00,123.40 km
01,234.50 km
12,345.67 km
0

Localization

This template is not intended to be localized.

Cookies help us deliver our services. By using our services, you agree to our use of cookies.