మూస:Col-float
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సవరించు
All optional and applicable to {{Col-float}} / {{Start col-float}} and {{Col-float-break}} / {{Break col-float}} except firstcol:
- firstcol (with Col-float or Start col-float only)
- nextcol
- width
- Width of the next – or, with Col-float/Start col-float, the first –
column. IE-based browsers require a specified width, so defaults to 30.0em.
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సవరించు
![]() | The 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. |
Family | Type | Handles wiki
table code? ![]() |
Start template | Column divider | End template |
---|---|---|---|---|---|
"Col" | Table | అవును | {{Col-begin}}, {{Col-begin-fixed}} or {{Col-begin-small}} |
{{Col-break}} or {{Col-2}} .. {{Col-5}} |
{{Col-end}} |
"Col-float" | CSS float | అవును | {{Col-float}} | {{Col-float-break}} | {{Col-float-end}} |
"Columns" | Table | కాదు | {{Columns}} | – | – |
"Columns-list" | CSS columns | అవును | {{Columns-list}} (wrapper) | – | – |
"Columns-start" | CSS float | అవును | {{Columns-start}} | {{Column}} | {{Columns-end}} |
"Div col" | CSS columns | అవును | {{Div col}} | – | {{Div col 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.