Difference between revisions of "Template:Columns-list/doc"

From British Juggling Convention Wiki
Jump to: navigation, search
m
(See also)
Line 67: Line 67:
  
 
=== See also ===
 
=== See also ===
 
 
* {{tl|div col}}
 
* {{tl|div col}}
 
* {{tl|columns}}
 
* {{tl|columns}}
 +
* [[Template:Columns-list]]
 +
* {{tl|Col-begin}} ({{tl|Col-start}}), {{tl|Col-begin-small}} {{lts/|Col-begin}}
 +
** {{tl|Col-2}} <small>({{tl|Col-1-of-2}}, {{tl|Col-2-of-2}})</small>
 +
** {{tl|Col-3}} <small>({{tl|Col-1-of-3}}, {{tl|Col-2-of-3}}, {{tl|Col-3-of-3}})</small>
 +
** {{tl|Col-4}} <small>({{tl|Col-1-of-4}}, {{tl|Col-2-of-4}}, {{tl|Col-3-of-4}}, {{tl|Col-4-of-4}})</small>
 +
** {{tl|Col-5}} <small>({{tl|Col-1-of-5}}, {{tl|Col-2-of-5}}, {{tl|Col-3-of-5}}, {{tl|Col-4-of-5}}, {{tl|Col-5-of-5}})</small>
 +
** {{tl|Col-6}} <small>({{tl|Col-1-of-6}}, {{tl|Col-2-of-6}}, {{tl|Col-3-of-6}}, {{tl|Col-4-of-6}}, {{tl|Col-5-of-6}}, {{tl|Col-6-of-6}})</small>
 +
** {{tl|Col-7}}
 +
** {{tl|Col-break}}
 +
* {{tl|Col-end}} ({{tl|End}})
 +
* {{tl|Top}}, {{tl|Mid}}, {{tl|Bottom}}
 +
* {{tl|Columns-start}}, {{tl|Column}}, {{tl|Columns-end}} {{lts/|Columns-start}}
 +
* {{tl|Multicol}}, {{tl|Multicol-break}}, {{tl|Multicol-end}} {{lts/|Multicol}}
 +
* {{tl|Div col}}, {{tl|Div col end}} {{lts/|Div col}}
  
 
=== References ===
 
=== References ===

Revision as of 02:49, 4 July 2009


This template is intended to be used in a list in the article itself, rather than in a navigation template like Template:Navbox.

Usage

{{columns-list|number of columns|
text (usually a list)
}}

Based on Template:Reflist, but different in that the text to be displayed is manually created rather than a list of references.

Note: multiple columns currently render properly only in Mozilla Firefox and other Gecko-based browsers<ref>Template:Cite web</ref> and Safari 3,<ref>Template:Cite web</ref> though the feature is included in CSS3 so it should work for a larger number of browsers in the future.<ref>Template:Cite web</ref> Internet Explorer does not currently support the column selector and version 8 is not scheduled to support it.<ref>Template:Cite web</ref>

Example

An example would be

{{columns-list|2|
  * [[George Washington]]
  * [[John Adams]]
  * [[Thomas Jefferson]]
  * [[James Madison]]
  * [[James Monroe]]
 }}

which would render as


CSS styles can also be added after the number of columns. For example

 {{columns-list|2;width:400px;font-style:italic|
  * [[New York, I Love You]]
  * [[Hōtai Club]]
  * [[The Kon Ichikawa Story]]
  * [[Rainbow Song]]
  * [[Hana and Alice|Hana & Alice]]
  * [[All About Lily Chou-Chou]]
  * [[April Story]]
  * [[Swallowtail Butterfly (film)|Swallowtail Butterfly]]
  * [[Picnic (1996 film)|Picnic]]
  * [[Fried Dragon Fish]]
 }}

which would render as

See also

References

<references group=""></references>