Ambox notice.png
Scheduled Maintenance
The wiki will be going down for routine maintenance on Friday, October 4th, 2024, at approximately 3:30 PM Central Time (15:30) or 1:30 PM Pacific Time. The site may be inaccessible during this time and the database will be locked from editing. We expect the maintenance to take about thirty minutes. We strongly encourage joining our Discord for updates.

Template:Col-float/doc: Difference between revisions

Jump to navigation Jump to search
(Deleted)
 
m (1 revision imported)
 
(No difference)

Latest revision as of 18:17, 17 July 2021

null

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:

Cars using the Hydragas suspension system:

 {{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}}

With numbered parameters

Cars using the Hydrolastic suspension system:
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
     |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]]
     }}
    

    See also

    Template:Column-generating template families