kipisi:columns/sona
selo
Use this template to split list items into multiple columns.
Parameters
[o ante e toki ilo]1- Maximum column count (up to 6 columns). Appropriate column width will be automatically selected based on the value. Writing
endas a value will close the template. colwidth- Custom column width.
maxcount- The same as the first unnamed parameter, except you must manually adjust the column width and there are no restrictions on the value.
class- Additional classes for the template's HTML element.
Usage examples
[o ante e toki ilo]{{columns}}
* 1
* 2
* 3
* 4
* 5
* 6
{{columns|end}}
->
- 1
- 2
- 3
- 4
- 5
- 6
{{columns|6}}
* 1
* 2
* 3
* 4
* 5
* 6
{{columns|end}}
->
- 1
- 2
- 3
- 4
- 5
- 6
{{columns|colwidth=40em}}
* 1
* 2
* 3
* 4
* 5
* 6
{{columns|end}}
->
- 1
- 2
- 3
- 4
- 5
- 6
{{columns|colwidth=10em}}
* 1
* 2
* 3
* 4
* 5
* 6
{{columns|end}}
->
- 1
- 2
- 3
- 4
- 5
- 6
{{columns|maxcount=2}}
* 1
* 2
* 3
* 4
* 5
* 6
{{columns|end}}
->
- 1
- 2
- 3
- 4
- 5
- 6
{{columns|maxcount=3}}
* 1
* 2
* 3
* 4
* 5
* 6
{{columns|end}}
->
- 1
- 2
- 3
- 4
- 5
- 6
{{columns|class=center}}
* 1
* 2
* 3
* 4
* 5
* 6
{{columns|end}}
->
- 1
- 2
- 3
- 4
- 5
- 6