Template:Col-float-break
Side-by-side columns, based on CSS float.
This has the advantage of more cross-device-accessible behaviour, as (unlike HTML <table>
s) they will wrap on display windows too narrow to show them side-by-side.
Parameters
- width (not on {{col-float-end}}) optional
- Defaults to 30em, as IE-based browsers don't float correctly unless width is explicitly specified
- class optional
- Embed any class identifiers wished
- style optional
- Force extra CSS styling.
- Placed after the existing styles, so anything implicit can be over-ruled.
Example section (from Hydrolastic)
- Cars using the Hydrolastic suspension system
- BMC 1100
- Mini (from 1964 to 1971)
- Austin America (from 1968 to 1971)
- Austin 1800
- Austin Maxi(Until March 1978)
- Austin 3-Litre
- MG 1100 (from 1962 to 1968)
- Cars using the Hydragas suspension system
- Austin Ambassador
- Princess
- Austin Allegro
- Austin Maxi (From March 1978 onwards)
- Austin Metro
- Rover Metro
- Rover 100
{{col-float}}
;Cars using the [[Hydrolastic]] suspension system:
* [[BMC ADO16|BMC 1100]]
* [[Mini]] (from 1964 to 1971)
* [[Austin America]] (from 1968 to 1971)
* [[Austin 1800]]
* [[Austin Maxi]](Until March 1978)
* [[Austin 3-Litre]]
* [[MG 1100]] (from 1962 to 1968)
{{col-float-break}}
;Cars using the [[Hydragas]] suspension system:
* [[Austin Ambassador]]
* [[Leyland Princess|Princess]]
* [[Austin Allegro]]
* [[Austin Maxi]] (From March 1978 onwards)
* [[Austin Metro]]
* [[Rover Metro]]
* [[Rover P4#P4 100|Rover 100]]
{{col-float-end}}
See also
Column-generating template families
Caution | The templates listed in the table below are not interchangeable across rows (i.e. across families). For example, using {{Multicol}} with {{End}} instead of {{Multicol-end}} would leave an HTML "div" (division) open, potentially harming any subsequent formatting. |
Family | Wiki table codeFile:Dagger-14-plain.png | Starting template | Break between columns | Ending template |
"Col" | {{Col-begin}} or {{Col-begin-small}} | {{Col-break}}
| {{Col-end}} or {{End}} | |
"Col-float" | 13px | {{Col-float}} | {{Col-float-break}} | {{Col-float-end}} |
"Columns" | 13px | {{Columns}} | – | – |
"Columns-start" | 13px | {{Columns-start}} | {{Column}} | {{Columns-end}} |
"Div col" | 13px | {{Div col}} or {{Columns-list}} | – | {{Div col end}} |
"Multicol" | {{Multicol}} | {{Multicol-break}} | {{Multicol-end}} | |
"TMB" | {{Top}} | {{Mid}} | {{Bottom}} |
File:Dagger-14-plain.png 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.
The above documentation is transcluded from Template:Col-float/doc. (edit | history) Editors can experiment in this template's sandbox (create | mirror) and testcases (create) pages. Subpages of this template. |