All of these parameters (except -
1 parameters) also work with
kipisi:col .
widthWidth of the columns' container.
width-1Width for the first column. This parameter, like all other -1 parameters, works only with col-begin .
valignVertical alignment of the columns. Possible values are start (top alignment), center (middle alignment) and end (bottom alignment).
valign-1Vertical alignment for the first column.
styleAdditional styles for the column's container.
style-1Additional styles for the first column.
classAdditional classes for the template's HTML element.
class-1Additional classes for the first column.
{{col-begin}}
{| class="wikitable"
|-
!1!!2!!3
|-
|4||5||6
|}
{{col}}
{| class="wikitable"
|-
!7!!8!!9
|-
|10||11||12
|}
{{col-end}}
->
{{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}}
->
{{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}}
->
{{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}}
->
{{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}}
->
{{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}}
->