Template:Column-generating template families
Column-generating template families
editThe templates listed here are not interchangeable. For example, using {{Col-float}}
with {{Col-end}}
instead of {{Col-float-end}}
would leave a HTML "div" (division) open, potentially harming any subsequent formatting.
Type | Family | Handles wiki
table code? |
Responsive/ Mobile suited |
Start template | Column divider | End template |
---|---|---|---|---|---|---|
Float | "Col-float" | Yes | Yes | {{Col-float}}
|
{{Col-float-break}}
|
{{Col-float-end}}
|
"Columns-start" | Yes | Yes | {{Columns-start}}
|
{{Column}}
|
{{Columns-end}}
| |
Columns | "Div col" | Yes | Yes | {{Div col}}
|
– | {{Div col end}}
|
"Columns-list" | No | Yes | {{Columns-list}} (wraps div col)
|
– | – | |
Flexbox | "Flex columns" | No | Yes | {{Flex columns}}
|
– | – |
Table | "Col" | Yes | No | {{Col-begin}} , {{Col-begin-fixed}} or{{Col-begin-small}}
|
{{Col-break}} or{{Col-2}} .. {{Col-5}}
|
{{Col-end}}
|
Can the columns handle the wiki markup {| | || |- |}
used to create tables? If not, templates that produce these elements (such as {{(!}}
, {{!}}
, {{!!}}
, {{!-}}
, {{!)}}
) or HTML tags (<table>...</table>
, <tr>...</tr>
, etc.) will need to be used instead.
Template documentation
Used by {{Column templates}}
to provide links to column-related templates.