Template:0
From QED
Syntax: {{0}} or {{0|TEXT}}
This template inserts the specified TEXT (or 0) invisibly. This is useful for alignment, for example, in tables. For example:
{| class=wikitable
|-
| 12.01
|-
| {{0}}0.0
|}
produces:
| 12.01 |
| 0.0 |
Note that {{0|}} effectively does nothing, but may make the wikitext for a table easier to read.












