Template:Col
Appearance
This template starts a <div> block that aligns its content into multiple blocks using CSS. Unlike {{col-begin}}, the columns are automatically broken at the right place to balance them; an equivalent of {{col-break}} is not necessary.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| column count | 1 | Number of columns
| Number | optional |
| column gap | 2 | Gap between the columns. It can be any CSS length or percentage value
| Line | optional |
| text alignment | align | no description
| Line | optional |
| CSS class | class | Any CSS classes to add to the <div>
| Line | optional |