Modèle:0 : Différence entre versions
m (format) |
m (1 révision importée) |
(Aucune différence)
|
Version actuelle datée du 16 janvier 2016 à 17:22
Inserts a visibility:hidden and color:transparent (i.e. invisible) zero (0) character. It is used for padding statistics and other numbers in table columns so that they line up properly.
- The invisible zero may be replaced by specifying the first optional parameter (useful to make numeric columns in tables sortable).
Example
Input: | Output: |
---|---|
{{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 /> |
123.4 km 1,234.5 km 12,345.67 km | 12 km