Template:Columns-list
Usage
editFormats content text in several columns.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Column width | 1 | Ideal width for the columns. You must specify the unit. “ex” is the more convenient: “15ex” means “width for 15 x letters”. Defaults to 60ex if this parameter contains content text.
| String | suggested |
Content text | 2 | Text which should be displayed in several columns. | Content | suggested |
Maximum column count | max | no description | Number | optional |
Example
edit{{columns-list|35ex|2= xxxx xxxx xxxx xxxx xxxx xxxx xxxxx xxxx xxxx xxxx xxxx This is my long text which should be split in several columns. This may contain * some list * with several items * or other things. }}
gives:
xxxx xxxx xxxx xxxx xxxx xxxx xxxxx xxxx xxxx xxxx xxxx
This is my long text which should be split in several columns. This may contain
- some list
- with several items
- or other things.
See also
edit- Template:Columns-list
- {{Col-begin}}, {{Col-begin-small}}
- {{Col-end}} ({{End}})
- {{Column}}
- {{Multicol}}, {{Multicol-break}}, {{Multicol-end}}
- {{Div col}}, {{Div col end}}