Template:Left/doc
From Guild of Archivists
This is a documentation subpage for Template:Left. It contains usage information, categories and other content that is not part of the original template page. |
Usage[edit source]
With no input arguments, this template saves typing the following text (in a table):
style="text-align:left"|
To use, type: {{left}}
at the start of the table cell
With an input argument, this template saves typing
<div style="float:left;">...</div>
To use, type: {{left|content}}
to left-align content
Examples[edit source]
Example 1[edit source]
Template:Col-begin Template:Col-break
{| class="wikitable" style="width:30em; text-align:center" !colspan="4"| Header text |- | {{Left}} Left1 || Center1 || Center2 || {{Left}} Left2 |}
Header text | |||
---|---|---|---|
Left1 | Center1 | Center2 | Left2 |
Example 2[edit source]
Template:Col-begin Template:Col-break
{| class="wikitable" style="width:30em; text-align:center" !colspan="4"| Header text |- | {{Left|Left1}} || Center1 || Center2 || {{Left|Left2}} |}
Header text | |||
---|---|---|---|
Left1 |
Center1 | Center2 | Left2
|
See also[edit source]