Difference between revisions of "Template:Col-float/doc"
Jump to navigation
Jump to search
(Shamelessly copied from wikipedia.org) |
(Shamelessly copied from wikipedia.org and adapted for SL Wiki) |
||
Line 1: | Line 1: | ||
< | {{Documentation subpage}} | ||
{{ | <!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --> | ||
<!--{{Lua|Module:Separated entries}}--> | |||
{{Uses TemplateStyles|Template:Col-float/styles.css}} | |||
</ | 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><table></nowiki></code>s) they will wrap on display windows too narrow to show them side-by-side. | |||
== Parameters == | |||
All optional and applicable to {{tl|Col-float}}{{\}}{{tl|Start col-float}} and {{tl|Col-float-break}}{{\}}{{tl|Break col-float}} except '''''firstcol''''': | |||
; ''firstcol'' {{nobold|{{resize|90%|(with Col-float or Start col-float only)}}}} | |||
; ''nextcol'' | |||
; <s>width</s> | |||
: 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 {{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><nowiki/></code> and a newline, and tables have to use {{Tn|!}}. | |||
== Example section (from {{Wikipedia|Hydrolastic}}) == | |||
=== With {{tl|Col-float-break}} === | |||
<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> | |||
=== With numbered parameters === | |||
<div style="background:whitesmoke;"> | |||
{{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> | |||
<syntaxhighlight lang="moin"> | |||
{{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> | |||
== See also == | |||
{{Wikipedia|Column-generating template families}} | |||
<includeonly>{{Sandbox other|| | |||
<!-- CATEGORIES BELOW THIS LINE, PLEASE: --> | |||
[[Category:Multi-column templates]] | |||
}}</includeonly> |
Latest revision as of 18:05, 11 February 2023
This is a documentation subpage for Template:Col-float. It contains usage information, categories and other content or metadata that is not part of the original template. |
TemplateStyles not installed on the Second Life Wiki!
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 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}}
With numbered parameters
{{safesubst:<1--#invoke:separated entries|main|separator=
-->}}
{{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
Column-generating template families