Skabelon:Column-generating template families
Udseende
Column-generating template families
[rediger kildetekst]| The templates listed here are not interchangeable. For example, using {{Multicol}} with {{col-end}} instead of {{Multicol-end}} would leave a HTML "div" (division) open, potentially harming any subsequent formatting. |
| Family | Type | Handles wiki
table code? | Start template | Break between columns | End template |
|---|---|---|---|---|---|
| "Col" | Table | {{Col-begin}} or {{Col-begin-small}} | {{Col-break}} {{Col-2}} .. {{Col-5}} | {{Col-end}} | |
| "Col-float" | CSS float | {{Col-float}} | {{Col-float-break}} | {{Col-float-end}} | |
| "Columns" | Table | {{Columns}} | – | – | |
| "Columns-start" | CSS float | {{Columns-start}} | {{Column}} | {{Columns-end}} | |
| "Div col" | CSS columns | {{Div col}} – {{Columns-list}} (wrapper) | – | {{Div col end}} | |
| "Multicol" | Table | {{Multicol}} | {{Multicol-break}} | {{Multicol-end}} |
I.e., can the columns handle the wiki markup {| | || |- |} used to create tables? If not, templates that produce these elements (such as {{(!}}, {{!}}, {{!!}}, {{!-}}, {{!)}}) and/or HTML tags (<table>...</table>, <tr>...</tr>, etc.) will need to be used instead.
Used by {{Column templates}} to provide links to column-related templates.
Se også
[rediger kildetekst]- {{Autocol}}