Template:Col-float/doc: Difference between revisions

[checked revision][checked revision]
Content deleted Content added
Created page with "{{Documentation subpage}} <!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --> {{Lua|Module:Separated entries}} Side-by-side columns, based on Cascading..."
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1:
{{Documentation subpage}}
{{Commons Import}}
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE -->
{{Lua|Module:Separated entries}}
 
Side-by-side columns, based on [[Wikipedia:Cascading Style Sheets#Float and clear|CSS float]].
 
This has the advantage of more cross-device-accessible behaviour, as (unlike HTML <code><nowiki>&lt;table&gt;</nowiki></code>s) they will wrap on display windows too narrow to show them side-by-side.
Line 14 ⟶ 15:
{{hlist |'''''firstcol''''' {{resize|90%|(with Col-float or Start&nbsp;col-float only)}} |'''''nextcol''''' |''width''}}
: Width of the next –&nbsp;or, with Col-float/Start&nbsp;col-float, the first&nbsp;– column. IE-based browsers require a specified width, so defaults to 30.0em.
; ''class'' : For any [[Wikipedia:Cascading Style Sheets|styling]] defined using [[Wikipedia:Cascading Style Sheets#Selector|classes]].
; ''style'' : For any additional styling.
 
{{tl|Col-float}} can be used with numbered parameters for columns (i.e. {{para|1}} is the first column, {{para|2}} is the second, and so on). However, lists have to be preceded with <code>&lt;nowiki/&gt;</code> and a newline, and tables have to use {{Tn|!}}.
 
== Example section (from [[Hydrolastic]]) ==
 
=== With {{tl|Col-float-break}} ===
Line 25 ⟶ 26:
<div style="background:whitesmoke;">
{{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}}
</div>
<syntaxhighlight lang="moin">
{{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}}
</syntaxhighlight>
Line 71 ⟶ 72:
{{col-float
|1=
'''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)
|2=
'''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]]
}}
</div>
Line 93 ⟶ 94:
{{col-float
|1=
'''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)
|2=
'''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]]
}}
</syntaxhighlight>