The left template is used align text and numbers within tables to the left of the cell.
Examples
{| class="wikitable" |- | {{left}} | N/A | {{left}} | Example of left-aligned text. |- | {{left}} | Some left-aligned text. | {{left}} | etc. |}
yields:
N/A | Example of left-aligned text. |
Some left-aligned text. | etc. |
{| class="wikitable" |- | {{left}} | N/A || {{left}} | Example of left-aligned text. |- | {{left}} | Some left-aligned text. || {{left}} | etc. |}
yields:
N/A | Example of left-aligned text. |
Some left-aligned text. | etc. |
Community content is available under CC-BY-SA unless otherwise noted.