Template:Column
Jump to navigation
Jump to search
Note: parts of or the entire template might not be visible without values provided.
| Main | Documentation | Usage |
This template uses CSS3 to create columns.
- column-count:; /* IE10+ and Opera */
- -moz-column-count:; /* Firefox */
- -webkit-column-count:; /* Safari and Chrome */
Usage
{{column|column-count|content}}
Example
{{column|4|
*1
*2
*3
*4
*5
*6
*7
*8
}}
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8