kipisi:col-begin
selo
Use kipisi:col-begin/kipisi:col/kipisi:col-end templates to create a multi-column layout. Do not use this template for lists! Splitting list items into columns should be done using the columns template.
Parameters
[o ante e toki ilo]width- Width of the columns' container.
width-1- Width for the first column. This parameter, like all other -
1parameters, works only with col-begin. valign- Vertical alignment of the columns. Possible values are
start(top alignment),center(middle alignment) andend(bottom alignment). valign-1- Vertical alignment for the first column.
style- Additional styles for the column's container.
style-1- Additional styles for the first column.
class- Additional classes for the template's HTML element.
class-1- Additional classes for the first column.
Usage examples
[o ante e toki ilo]{{col-begin}}
{| class="wikitable"
|-
!1!!2!!3
|-
|4||5||6
|}
{{col}}
{| class="wikitable"
|-
!7!!8!!9
|-
|10||11||12
|}
{{col-end}}
->
| 1 | 2 | 3 |
|---|---|---|
| 4 | 5 | 6 |
| 7 | 8 | 9 |
|---|---|---|
| 10 | 11 | 12 |
{{col-begin|width=1%|width-1=auto}}
{| class="wikitable"
|-
!1!!2!!3
|-
|4||5||6
|}
{{col|width=auto}}
{| class="wikitable"
|-
!7!!8!!9
|-
|10||11||12
|}
{{col-end}}
->
| 1 | 2 | 3 |
|---|---|---|
| 4 | 5 | 6 |
| 7 | 8 | 9 |
|---|---|---|
| 10 | 11 | 12 |
{{col-begin|valign-1=start}}
{| class="wikitable"
|-
!1!!2!!3
|-
|4||5||6
|-
|7||8||9
|}
{{col|valign=end}}
{| class="wikitable"
|-
!10!!11!!12
|-
|13||14||15
|}
{{col-end}}
->
| 1 | 2 | 3 |
|---|---|---|
| 4 | 5 | 6 |
| 7 | 8 | 9 |
| 10 | 11 | 12 |
|---|---|---|
| 13 | 14 | 15 |
{{col-begin|width=50%}}
{| class="wikitable"
|-
!1!!2!!3
|-
|4||5||6
|-
|7||8||9
|}
{{col}}
{| class="wikitable"
|-
!10!!11!!12
|-
|13||14||15
|}
{{col-end}}
->
| 1 | 2 | 3 |
|---|---|---|
| 4 | 5 | 6 |
| 7 | 8 | 9 |
| 10 | 11 | 12 |
|---|---|---|
| 13 | 14 | 15 |
{{col-begin|width=50%|width-1=30%|valign=center}}
{| class="wikitable"
|-
!1!!2!!3
|-
|4||5||6
|-
|7||8||9
|}
{{col|width=20%}}
{| class="wikitable"
|-
!10!!11!!12
|-
|13||14||15
|}
{{col-end}}
->
| 1 | 2 | 3 |
|---|---|---|
| 4 | 5 | 6 |
| 7 | 8 | 9 |
| 10 | 11 | 12 |
|---|---|---|
| 13 | 14 | 15 |
{{col-begin|class=center}}
{| class="wikitable"
|-
!1!!2!!3
|-
|4||5||6
|-
|7||8||9
|}
{{col}}
{| class="wikitable"
|-
!10!!11!!12
|-
|13||14||15
|}
{{col-end}}
->
| 1 | 2 | 3 |
|---|---|---|
| 4 | 5 | 6 |
| 7 | 8 | 9 |
| 10 | 11 | 12 |
|---|---|---|
| 13 | 14 | 15 |