Template:0: Difference between revisions
Template page
More actions
←Created page with '<span style="visibility:hidden; color:transparent;">{{{1|0}}}</span><noinclude> ---- Inserts a visibility:hidden and color:transparent (i.e. invisible) zero (0) ...' |
doc |
||
| Line 5: | Line 5: | ||
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. | 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). | * The invisible zero may be replaced by specifying the first optional parameter (useful to make numeric columns in tables sortable). | ||
====Example==== | |||
''Input:''<br /> | |||
<pre> | |||
{{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 /> | |||
</pre> | |||
''Output:''<br /> | |||
{{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 /> | |||
[[Category:Formatting templates|{{PAGENAME}}]] | [[Category:Formatting templates|{{PAGENAME}}]] | ||
[[Category:Function templates|{{PAGENAME}}]] | [[Category:Function templates|{{PAGENAME}}]] | ||
</noinclude> | </noinclude> | ||
Revision as of 23:22, 29 April 2008
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:
{{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 />
Output:
12 km
123.4 km
1,234.5 km
12,345.67 km