Template:0/doc: Difference between revisions
Template page
More actions
clarify description (distinguish purpose from implementation details) |
m fix syntaxhighlight to remove this page from the maintenance category |
||
| (One intermediate revision by one other user 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 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 | |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 = | ||