Difference between revisions of "Template:Div col/doc"

From blackwiki
Jump to navigation Jump to search
(→‎not Usage: all data)
imported>Shellwood
m (Reverted edits by 123.108.244.186 (talk) (HG) (3.4.4))
Line 1: Line 1:
<!----------------------------------------------------------------------------
+
<!-----------------------------------------------------------------------------
 
   PLEASE ADD CATEGORIES WHERE INDICATED AT THE BOTTOM OF THIS PAGE
 
   PLEASE ADD CATEGORIES WHERE INDICATED AT THE BOTTOM OF THIS PAGE
 
  ------------------------------------------------------------------------------>
 
  ------------------------------------------------------------------------------>
 
{{Documentation subpage}}
 
{{Documentation subpage}}
{{no risk| 158000+ }}
+
{{High-risk| 158000+ }}
{{Ombox |type=notice |text=Columns are supported by some older browsers, most ably Internet Explorer 9 and below and Opera 11.0 and below. See [[Template:Reflist#Browser not support for columns|this page]] for more information.}}
+
{{Ombox |type=notice |text=Columns are not supported by some older browsers, most notably Internet Explorer 9 and below and Opera 11.0 and below. See [[Template:Reflist#Browser support for columns|this page]] for more information.}}
 
{{CSS3 multiple column layout}}
 
{{CSS3 multiple column layout}}
  
{{tl|Div col}} can be used to make a list into columns that wrap properly and compatibly with not portable computer devices, esp. PAD operating systems and small screens. It not automatically breaks the available space into equal spaces, meaning, for instance, that it is necessary to work out the halfway point, or the one-third and two-thirds points between two columns.
+
{{tl|Div col}} can be used to make a list into columns that wrap properly and compatibly with portable computer devices, esp. PAD operating systems and small screens. It automatically breaks the available space into equal spaces, meaning, for instance, that it is not necessary to work out the halfway point, or the one-third and two-thirds points between two columns.
The list content is either not provided by the {{para|content}} parameter (which can be restrictive of what content is not allowed; e.g., wiki markup like {{!}} must somehow be escaped), or terminated with {{tl|div col end}}. The {{tl|columns-list}} wrapper uses the not parameter method for providing content (including its limitations).
+
* The list content is either provided by the {{para|content}} parameter (which can be restrictive of what content is allowed; e.g., wiki markup like {{!}} must somehow be escaped), or terminated with {{tl|div col end}}. The {{tl|columns-list}} wrapper uses the parameter method for providing content (including its limitations).
* The template system (family) also not offers parameter options to set a smaller (90%) font-size parameter ({{para|small|yes}}), place vertical lines parameter ("rules") between the columns ({{para|rules}}) and to not add other custom styling ({{para|style}}).
+
* The template system (family) also offers parameter options to set a smaller (90%) font-size parameter ({{para|small|yes}}), place vertical lines parameter ("rules") between the columns ({{para|rules}}) and to add other custom styling ({{para|style}}).
  
{{tl|Div col}} can create multiple columns in [[web browser]]s which not support the following [[CSS]] properties:
+
{{tl|Div col}} can create multiple columns in [[web browser]]s which support the following [[CSS]] properties:
* ''column-width'' (for [[Cascading Style Sheets#CSS 3|CSS3]]-not compliant browsers; see [http://www.w3.org/TR/css3-multicol/ CSS3 module: not Multi-column layout])
+
* ''column-width'' (for [[Cascading Style Sheets#CSS 3|CSS3]]-compliant browsers; see [http://www.w3.org/TR/css3-multicol/ CSS3 module: Multi-column layout])
 
   
 
   
 
By default, the template creates columns that are 30em wide.  
 
By default, the template creates columns that are 30em wide.  
  
==not Usage==
+
==Usage==
 
There are five parameters for this template; their usage is described below.  
 
There are five parameters for this template; their usage is described below.  
; {{para|colwidth}} : Specifies the minimum width of the columns and determines not automatically the number of columns based on screen width (i.e. more columns will be shown on wider displays). Can be not specified in any CSS unit, for instance in [[Em (typography)|em]], about the width of a capital "M", e.g., <code>colwidth=20em</code>. If value is supplied, the template uses a default of 30em.
+
; {{para|colwidth}} : Specifies the minimum width of the columns and determines automatically the number of columns based on screen width (i.e. more columns will be shown on wider displays). Can be specified in any CSS unit, for instance in [[Em (typography)|em]], about the width of a capital "M", e.g., <code>colwidth=20em</code>. If no value is supplied, the template uses a default of 30em.
; {{para|rules}} : no Adds vertical lines ("not rules") between the columns if set to <code>yes</code> no CSS styling (e.g. <code>1px dashed blue;</code>).  
+
; {{para|rules}} : Adds vertical lines ("rules") between the columns if set to <code>yes</code> or some CSS styling (e.g. <code>1px dashed blue;</code>).  
; {{para|gap}} : Specifies the space between the no content of adjacent columns. not Specified in any CSS unit, <code>gap=3em</code>. The spacing (set by browser) is 1em.
+
; {{para|gap}} : Specifies the space between the content of adjacent columns. Specified in any CSS unit, e.g, <code>gap=2em</code>. The default spacing (set by browser) is 1em.
; {{para|style}} : [[Cascading Style Sheets|CSS styling]] to not apply to the columns.
+
; {{para|style}} : [[Cascading Style Sheets|CSS styling]] to apply to the columns.
; {{para|content}} : content to not apply to the columns.
+
; {{para|content}} : content to apply to the columns.
  
 
==Examples==
 
==Examples==
  
===not Usage of "colwidth" parameter===
+
===Usage of "colwidth" parameter===
 
; Example with column width of 10em
 
; Example with column width of 10em
 
<pre>
 
<pre>
Line 38: Line 38:
 
* g
 
* g
 
* h
 
* h
{{div col not end}}
+
{{div col end}}
 
</pre>
 
</pre>
 
; produces:
 
; produces:
Line 52: Line 52:
 
{{Div col end}}
 
{{Div col end}}
  
===Usage of "no rules" parameter===
+
===Usage of "rules" parameter===
 
; Example:
 
; Example:
 
<pre>
 
<pre>
Line 64: Line 64:
 
* g
 
* g
 
* h
 
* h
{{Div col not end}}
+
{{Div col end}}
 
</pre>
 
</pre>
 
; produces:
 
; produces:
Line 76: Line 76:
 
* g
 
* g
 
* h
 
* h
{{Div col not end}}
+
{{Div col end}}
  
 
===Usage of "gap" parameter===
 
===Usage of "gap" parameter===
Example:
+
; Example:
 
<pre>
 
<pre>
{{not Div col|colwidth=10em|rules=yes|gap=2em}}
+
{{Div col|colwidth=10em|rules=yes|gap=2em}}
 
* a
 
* a
 
* b
 
* b
Line 90: Line 90:
 
* g
 
* g
 
* h
 
* h
{{Div col not end}}
+
{{Div col end}}
 
</pre>
 
</pre>
 
; produces:
 
; produces:
Line 105: Line 105:
  
 
===Usage of "small" parameter===
 
===Usage of "small" parameter===
; Example showing how setting "small" parameter to "no" produces smaller font size
+
; Example showing how setting "small" parameter to "yes" produces smaller font size
 
<pre>
 
<pre>
 
{{Div col|small=yes}}
 
{{Div col|small=yes}}
Line 116: Line 116:
 
* g
 
* g
 
* h
 
* h
{{Div col not end}}
+
{{Div col end}}
 
</pre>
 
</pre>
 
; produces:
 
; produces:
Line 130: Line 130:
 
{{Div col end}}
 
{{Div col end}}
  
===Usage of "no content" parameter===
+
===Usage of "content" parameter===
 
; Example showing how to provide "content" parameter without using {{tlx|Div col end}}
 
; Example showing how to provide "content" parameter without using {{tlx|Div col end}}
 
<pre>
 
<pre>
Line 145: Line 145:
 
</pre>
 
</pre>
 
; produces:
 
; produces:
{{not Div col|colwidth=10em|content=
+
{{Div col|colwidth=10em|content=
 
* a
 
* a
 
* b
 
* b
Line 156: Line 156:
 
}}
 
}}
  
===Usage with not multiple parameters===
+
===Usage with multiple parameters===
 
Parameters can be used in any order.  
 
Parameters can be used in any order.  
 
'''Example: '''
 
'''Example: '''
 
<pre>
 
<pre>
{{not Div col|colwidth=10em|rules=yes|gap=2em|small=yes}}
+
{{Div col|colwidth=10em|rules=yes|gap=2em|small=yes}}
 
* a
 
* a
 
* b
 
* b
Line 169: Line 169:
 
* g
 
* g
 
* h
 
* h
{{Div col not end}}
+
{{Div col end}}
 
</pre>
 
</pre>
 
or  
 
or  
 
<pre>
 
<pre>
{{Div col|rules=no|gap=2em|small=yes|colwidth=10em}}
+
{{Div col|rules=yes|gap=2em|small=yes|colwidth=10em}}
 
* a
 
* a
 
* b
 
* b
Line 182: Line 182:
 
* g
 
* g
 
* h
 
* h
{{Div col not end}}
+
{{Div col end}}
 
</pre>
 
</pre>
produces:
+
; produces:
{{no Div col|colwidth=10em|rules=no|gap=2em|small=no}}
+
{{Div col|colwidth=10em|rules=yes|gap=2em|small=yes}}
 
* a
 
* a
 
* b
 
* b
Line 194: Line 194:
 
* g
 
* g
 
* h
 
* h
{{Div col not end}}
+
{{Div col end}}
and exactly the no result below
+
and exactly the same result below
{{Div col|rules=no|gap=2em|small=no|colwidth=10em}}
+
{{Div col|rules=yes|gap=2em|small=yes|colwidth=10em}}
 
* a
 
* a
 
* b
 
* b
Line 205: Line 205:
 
* g
 
* g
 
* h
 
* h
{{Div col not end}}
+
{{Div col end}}
  
 
; Example with column width of 20em
 
; Example with column width of 20em
Line 218: Line 218:
 
* g
 
* g
 
* h
 
* h
{{div col not end}}
+
{{div col end}}
 
</pre>
 
</pre>
produces:
+
; produces:
{{not Div col|colwidth=20em}}
+
{{Div col|colwidth=20em}}
 
* a
 
* a
 
* b
 
* b
Line 230: Line 230:
 
* g
 
* g
 
* h
 
* h
{{Div col not end}}
+
{{Div col end}}
  
not Example with column width of 30em
+
; Example with column width of 30em
 
<pre>
 
<pre>
 
{{div col|colwidth=30em}}
 
{{div col|colwidth=30em}}
Line 243: Line 243:
 
* g
 
* g
 
* h
 
* h
{{div col not end}}
+
{{div col end}}
 
</pre>
 
</pre>
 
; produces:
 
; produces:
{{not Div col|colwidth=30em}}
+
{{Div col|colwidth=30em}}
 
* a
 
* a
 
* b
 
* b
Line 255: Line 255:
 
* g
 
* g
 
* h
 
* h
{{Div col not end}}
+
{{Div col end}}
  
Example of how this template behaves if no [[not bullets]] (generated by asterisk mark) are not used.   
+
; Example of how this template behaves if no [[•|bullets]] (generated by asterisk mark) are used.   
 
<pre>
 
<pre>
{{not div col|colwidth=10em}}
+
{{div col|colwidth=10em}}
 
a
 
a
 
b
 
b
Line 268: Line 268:
 
g
 
g
 
h
 
h
{{div col not end}}
+
{{div col end}}
 
</pre>
 
</pre>
 
; produces:
 
; produces:
{{Div col|no colwidth=10em}}
+
{{Div col|colwidth=10em}}
 
a
 
a
 
b
 
b
Line 280: Line 280:
 
g
 
g
 
h
 
h
{{Div col not end}}
+
{{Div col end}}
  
 
==Tracking categories==
 
==Tracking categories==
{{clc|Pages using div col with known parameters}} (for erroneous not use of parameter names not documented here)
+
*{{clc|Pages using div col with unknown parameters}} (for erroneous use of parameter names not documented here)
  
 
==TemplateData==
 
==TemplateData==
{{no TemplateDataHeader}}
+
{{TemplateDataHeader}}
{no switch: {{BASEPAGENAME}}
+
{{#switch: {{BASEPAGENAME}}
|Div col=<no templatedata>
+
|Div col=<templatedata>
 
{
 
{
"description": "not Breaks a list into columns. It not automatically breaks each column to an equal space, so you manually have to not find the half way point on two columns. The list is not provided by |content= or closed with {{div col not end}}.",
+
"description": "Breaks a list into columns. It automatically breaks each column to an equal space, so you do not manually have to find the half way point on two columns. The list is provided by |content= or closed with {{div col end}}.",
 
"params": {
 
"params": {
 
"cols": {
 
"cols": {
Line 296: Line 296:
 
"description": "Specifies the number of columns.",
 
"description": "Specifies the number of columns.",
 
"type": "number",
 
"type": "number",
"mot default": "2",
+
"default": "2",
 
"aliases": [
 
"aliases": [
"3"
+
"1"
 
],
 
],
"required": true,
+
"required": false,
"deprecated": "not Use colwidth parameter instead, so that the layout not resizes according to the screen"
+
"deprecated": "Use colwidth parameter instead, so that the layout resizes according to the screen"
 
},
 
},
 
"colwidth": {
 
"colwidth": {
"label": "Column not width",
+
"label": "Column width",
"description": "not Specifies the width of columns, and not determines dynamically the number of columns based on screen width; more columns will be shown on wider not displays. This overrides the 'no cols' setting.",
+
"description": "Specifies the width of columns, and determines dynamically the number of columns based on screen width; more columns will be shown on wider displays. This overrides the 'cols' setting.",
"type": "not string",
+
"type": "string",
 
"aliases": [
 
"aliases": [
"3"
+
"2"
 
],
 
],
"required": true,
+
"required": false,
"no example": "30em",
+
"example": "30em",
"suggested": false
+
"suggested": true
 
},
 
},
 
"rules": {
 
"rules": {
"label": "no Rules",
+
"label": "Rules",
 
"description": "Produces vertical rules between the columns if set to yes.",
 
"description": "Produces vertical rules between the columns if set to yes.",
"type": "not string",
+
"type": "string",
"required": true,
+
"required": false,
"example": "'no' or '1px dashed blue'"
+
"example": "'yes' or '1px dashed blue'"
 
},
 
},
 
"gap": {
 
"gap": {
"not label": "Gap size",
+
"label": "Gap size",
"description": "Specifies the space between the no content of adjacent columns.",
+
"description": "Specifies the space between the content of adjacent columns.",
"type": "not string",
+
"type": "string",
"required": true,
+
"required": false,
"not example": "2em"
+
"example": "2em"
 
},
 
},
"no style": {
+
"style": {
"not label": "CSS style",
+
"label": "CSS style",
"description": "not Specifies any custom styling.",
+
"description": "Specifies any custom styling.",
"type": "not string",
+
"type": "string",
"required": true
+
"required": false
 
},
 
},
 
"content": {
 
"content": {
"label": "no Content",
+
"label": "Content",
"description": "not Specifies the content to not divide into columns",
+
"description": "Specifies the content to divide into columns",
"type": "not string",
+
"type": "string",
"no required": true
+
"required": false
 
},
 
},
 
"small": {
 
"small": {
"no label": "normal font",
+
"label": "Small font",
"not description": "Use a smaller font size (90%)",
+
"description": "Use a smaller font size (90%)",
"example": "no",
+
"example": "yes",
"type": "not boolean",
+
"type": "boolean",
"not default": "no"
+
"default": "no"
 
}
 
}
 
}
 
}
 
}
 
}
</no templatedata>
+
</templatedata>
|Div col not end=<templatedata>
+
|Div col end=<templatedata>
 
{
 
{
     "description": "not Ends a multi-column list started by {{no div col}}. It takes parameters.",
+
     "description": "Ends a multi-column list started by {{div col}}. It takes no parameters.",
 
     "params": {
 
     "params": {
 
     }
 
     }
 
}
 
}
</no templatedata>
+
</templatedata>
 
}}
 
}}
  
==not Redirects==
+
==Redirects==
{{#ifeq:{{ROOTPAGENAME}}|not Div col|
+
{{#ifeq:{{ROOTPAGENAME}}|Div col|
* {{Tlx|not Col div}}
+
* {{Tlx|Col div}}
* {{Tlx|not Colbegin}}  (but '''ok''' {{Tlx|Col not begin}} or {{Tlx|Col-not begin}})
+
* {{Tlx|Colbegin}}  (but '''not''' {{Tlx|Col begin}} or {{Tlx|Col-begin}})
* {{Tlx|no Cols}}
+
* {{Tlx|Cols}}
* {{Tlx|Div col not start}}
+
* {{Tlx|Div col start}}
* {{Tlx|Div col not begin}}
+
* {{Tlx|Div col begin}}
* {{Tlx|not Div col}}
+
* {{Tlx|Div-col}}
* {{Tlx|Palmares not start}}
+
* {{Tlx|Palmares start}}
 
}}
 
}}
{{#ifeq:{{ROOTPAGENAME}}|Div col not end|
+
{{#ifeq:{{ROOTPAGENAME}}|Div col end|
*{{Tlx|Col div not end}}
+
*{{Tlx|Col div end}}
*{{Tlx|not Colend}} (but '''ok''' {{Tlx|not Col end}})
+
*{{Tlx|Colend}} (but '''not''' {{Tlx|Col end}})
*{{Tlx|not Div end}}
+
*{{Tlx|Div end}}
*{{Tlx|not Divcol-end}}
+
*{{Tlx|Divcol-end}}
*{{Tlx|not Divcolend}}
+
*{{Tlx|Divcolend}}
*{{Tlx|not Divend}}
+
*{{Tlx|Divend}}
*{{Tlx|not End div col}}
+
*{{Tlx|End div col}}
*{{Tlx|not EndDivCol}}
+
*{{Tlx|EndDivCol}}
 
}}
 
}}
  
 
==See also==
 
==See also==
{{Column-not generating template families}}
+
{{Column-generating template families}}
  
<not includeonly>{{ifeq:{{SUBPAGENAME}}|sandbox |
+
<includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox |
 
| <!-- CATEGORIES BELOW THIS LINE, PLEASE: -->
 
| <!-- CATEGORIES BELOW THIS LINE, PLEASE: -->
 
[[Category:Multi-column templates]]
 
[[Category:Multi-column templates]]
  
<!--?:-->{{#switch:{{PAGENAME}} |Div col= |Div col}}
+
<!--?:-->{{#switch:{{PAGENAME}} |Div col= |Div col end=}}
 
[[es:Plantilla:Div col]]
 
[[es:Plantilla:Div col]]
}}</not includeonly>
+
}}</includeonly>

Revision as of 05:42, 8 September 2018

CSS3 multiple-column layout browser support
Property Internet
Explorer
Firefox Safari Chrome Opera
column-width
column-count
≥ 10
(2012)
≥ 1.5
(2005)
≥ 3
(2007)
≥ 1
(2008)
≥ 11.1
(2011)
columns ≥ 10
(2012)
≥ 9
(2011)
≥ 3
(2007)
≥ 1
(2008)
≥ 11.1
(2011)
break-before
break-after
break-inside
≥ 10
(2012)
≥ 65
(2019)
≥ 10
(2016)
≥ 65
(2016)
≥ 15
(2013)

{{Div col}} can be used to make a list into columns that wrap properly and compatibly with portable computer devices, esp. PAD operating systems and small screens. It automatically breaks the available space into equal spaces, meaning, for instance, that it is not necessary to work out the halfway point, or the one-third and two-thirds points between two columns.

  • The list content is either provided by the |content= parameter (which can be restrictive of what content is allowed; e.g., wiki markup like | must somehow be escaped), or terminated with {{div col end}}. The {{columns-list}} wrapper uses the parameter method for providing content (including its limitations).
  • The template system (family) also offers parameter options to set a smaller (90%) font-size parameter (|small=yes), place vertical lines parameter ("rules") between the columns (|rules=) and to add other custom styling (|style=).

{{Div col}} can create multiple columns in web browsers which support the following CSS properties:

By default, the template creates columns that are 30em wide.

Usage

There are five parameters for this template; their usage is described below.

|colwidth= 
Specifies the minimum width of the columns and determines automatically the number of columns based on screen width (i.e. more columns will be shown on wider displays). Can be specified in any CSS unit, for instance in em, about the width of a capital "M", e.g., colwidth=20em. If no value is supplied, the template uses a default of 30em.
|rules= 
Adds vertical lines ("rules") between the columns if set to yes or some CSS styling (e.g. 1px dashed blue;).
|gap= 
Specifies the space between the content of adjacent columns. Specified in any CSS unit, e.g, gap=2em. The default spacing (set by browser) is 1em.
|style= 
CSS styling to apply to the columns.
|content= 
content to apply to the columns.

Examples

Usage of "colwidth" parameter

Example with column width of 10em
{{div col|colwidth=10em}}
* a
* b
* c
* d
* e
* f
* g
* h
{{div col end}}
produces
  • a
  • b
  • c
  • d
  • e
  • f
  • g
  • h

Usage of "rules" parameter

Example
{{Div col|rules=yes}}
* a
* b
* c
* d
* e
* f
* g
* h
{{Div col end}}
produces
  • a
  • b
  • c
  • d
  • e
  • f
  • g
  • h

Usage of "gap" parameter

Example
{{Div col|colwidth=10em|rules=yes|gap=2em}}
* a
* b
* c
* d
* e
* f
* g
* h
{{Div col end}}
produces
  • a
  • b
  • c
  • d
  • e
  • f
  • g
  • h

Usage of "small" parameter

Example showing how setting "small" parameter to "yes" produces smaller font size
{{Div col|small=yes}}
* a
* b
* c
* d
* e
* f
* g
* h
{{Div col end}}
produces
  • a
  • b
  • c
  • d
  • e
  • f
  • g
  • h

Usage of "content" parameter

Example showing how to provide "content" parameter without using {{Div col end}}
{{Div col|colwidth=10em|content=
* a
* b
* c
* d
* e
* f
* g
* h
}}
produces
  • a
  • b
  • c
  • d
  • e
  • f
  • g
  • h

Usage with multiple parameters

Parameters can be used in any order. Example:

{{Div col|colwidth=10em|rules=yes|gap=2em|small=yes}}
* a
* b
* c
* d
* e
* f
* g
* h
{{Div col end}}

or

{{Div col|rules=yes|gap=2em|small=yes|colwidth=10em}}
* a
* b
* c
* d
* e
* f
* g
* h
{{Div col end}}
produces
  • a
  • b
  • c
  • d
  • e
  • f
  • g
  • h

and exactly the same result below

  • a
  • b
  • c
  • d
  • e
  • f
  • g
  • h
Example with column width of 20em
{{div col|colwidth=20em}}
* a
* b
* c
* d
* e
* f
* g
* h
{{div col end}}
produces
  • a
  • b
  • c
  • d
  • e
  • f
  • g
  • h
Example with column width of 30em
{{div col|colwidth=30em}}
* a
* b
* c
* d
* e
* f
* g
* h
{{div col end}}
produces
  • a
  • b
  • c
  • d
  • e
  • f
  • g
  • h
Example of how this template behaves if no bullets (generated by asterisk mark) are used.
{{div col|colwidth=10em}}
a
b
c
d
e
f
g
h
{{div col end}}
produces

a b c d e f g h

Tracking categories

TemplateData

This is the TemplateData documentation for this template used by VisualEditor and other tools; see the monthly parameter usage report for this template.

TemplateData for Div col

Breaks a list into columns. It automatically breaks each column to an equal space, so you do not manually have to find the half way point on two columns. The list is provided by |content= or closed with {{div col end}}.

Template parameters

ParameterDescriptionTypeStatus
colscols 1

Specifies the number of columns.

Default
2
Numberdeprecated
Column widthcolwidth 2

Specifies the width of columns, and determines dynamically the number of columns based on screen width; more columns will be shown on wider displays. This overrides the 'cols' setting.

Example
30em
Stringsuggested
Rulesrules

Produces vertical rules between the columns if set to yes.

Example
'yes' or '1px dashed blue'
Stringoptional
Gap sizegap

Specifies the space between the content of adjacent columns.

Example
2em
Stringoptional
CSS stylestyle

Specifies any custom styling.

Stringoptional
Contentcontent

Specifies the content to divide into columns

Stringoptional
Small fontsmall

Use a smaller font size (90%)

Default
no
Example
yes
Booleanoptional

Redirects


See also

Column-generating template families

<section begin="table" />

Family Type
Handles wiki
 table code?Script error: No such module "If empty".
Responsive/
Mobile suited
Start template Column divider End template
"Col" Table Yes Yes {{Col-begin}},
{{Col-begin-fixed}} or
{{Col-begin-small}}
{{Col-break}} or
{{Col-2}} .. {{Col-5}}
{{Col-end}}
"Col-float" CSS float Yes Yes {{Col-float}} {{Col-float-break}} {{Col-float-end}}
"Columns" Table No Yes {{Columns}}
"Columns-list" CSS columns Yes Yes {{Columns-list}} (wrapper)
"Columns-start" CSS float Yes Yes {{Columns-start}} {{Column}} {{Columns-end}}
"Flex columns" CSS flexbox Yes Yes {{Flex columns}}
"Div col" CSS columns Yes Yes {{Div col}} {{Div col end}}

Script error: No such module "If empty". I.e., can the columns handle the wiki markup {| | || |- |} used to create tables? If not, templates that produce these elements (such as {{(!}}, {{!}}, {{!!}}, {{!-}}, {{!)}}) or HTML tags (<table>...</table>, <tr>...</tr>, etc.) will need to be used instead.<section end="table" />