Columns – Template
Creates CSS columns.
This template is used on these pages.
Usage
{{Columns|cols|content|shrink}}
- cols: number of columns
- content: to be split in columns
- shrink: named parameter. makes the columns take the minimum width
| Code | Result | 
|---|---|
| {{Columns}} | -no columns count defined- | 
| {{Columns|3}} | -no columns content defined- | 
| {{Columns||
* contentA
* contentB
* contentC
* contentD
}} | -no columns count defined- | 
| {{Columns|2|
* contentA
* contentB
* contentC
* contentD
}} | 
 | 
| {{Columns|3|
* contentA
* contentB
* contentC
* contentD
}} | 
 | 
| {{Columns|4|
* contentA
* contentB
* contentC
* contentD
}} | 
 | 
| Above{{Columns|3|
* contentA
* contentB
* contentC
* contentD
|shrink= y
}}Below | Above 
 | 
