Šablona:Col-float/doc
Šablona:Mbox[[Category:MediaWiki documentation pages{{#translation:}}]]
Warning | This template is used on approximately 2 700 pages and changes may be widely noticed. Test changes in the template's /sandbox or /testcases subpages, or in your own user subpage. Consider discussing changes on the talk page before implementing them. |
Chyba Lua: Modul:TNT:172: '''Missing JsonConfig extension, or not properly configured; Cannot load https://commons.wikimedia.org/wiki/Data:I18n/Lua banner.tab. See https://www.mediawiki.org/wiki/Extension:JsonConfig#Supporting_Wikimedia_templates'''. Chyba Lua: callParserFunction: function "#translation" was not found.
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.
- class
- For any styling defined using classes.
- style
- For any additional styling.
{{Col-float }} can be used with numbered parameters for columns (i.e. |1=
is the first column, |2=
is the second, and so on). However, lists have to be preceded with <nowiki/>
and a newline, and tables have to use {{!}}.
Example section (from Hydrolastic)
With {{Col-float-break }}
Cars using the Hydrolastic suspension system:
- BMC 1100
- Mini (from 1964 to 1971)
- Austin 1800
- Austin America (from 1968 to 1971)
- Austin Maxi (until March 1978)
- Austin 3-Litre
- MG 1100 (from 1962 to 1968)
- Morris Nomad
Cars using the Hydragas suspension system:
- Austin Allegro
- Leyland Princess
- Austin Ambassador
- Austin Maxi (from March 1978 onwards)
- Austin Metro & Rover Metro
- Rover 100
<syntaxhighlight lang="wikitext">
Cars using the Hydrolastic suspension system: * BMC 1100 * Mini (from 1964 to 1971) * Austin 1800 * Austin America (from 1968 to 1971) * Austin Maxi (until March 1978) * Austin 3-Litre * MG 1100 (from 1962 to 1968) * Morris Nomad
Cars using the Hydragas suspension system: * Austin Allegro * Leyland Princess * Austin Ambassador * Austin Maxi (from March 1978 onwards) * Austin Metro & Rover Metro * Rover 100
</syntaxhighlight>
With numbered parameters
- BMC 1100
- Mini (from 1964 to 1971)
- Austin 1800
- Austin America (from 1968 to 1971)
- Austin Maxi (until March 1978)
- Austin 3-Litre
- MG 1100 (from 1962 to 1968)
- Morris Nomad
<syntaxhighlight lang="wikitext">
* BMC 1100 * Mini (from 1964 to 1971) * Austin 1800 * Austin America (from 1968 to 1971) * Austin Maxi (until March 1978) * Austin 3-Litre * MG 1100 (from 1962 to 1968)* Morris Nomad
* Austin Allegro * Leyland Princess * Austin Ambassador * Austin Maxi (from March 1978 onwards) * Austin Metro & Rover Metro * Rover 100
</syntaxhighlight>
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. <section begin="table" />
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 template handle the basic wiki markup {| | || |- |}
used to create tables? If not, special templates that produce these elements (such as {{(! }}, {{! }}, {{!! }}, {{!- }}, {{!) }})—or HTML tags (<table>...</table>
, <tr>...</tr>
, etc.)—need to be used instead.<section end="table" />