{{{1}}}
Template documentation follows |
---|
Visit Template:Columns/doc to edit this documentation. (How does this work?) |
Pages using this template |
Automatically breaks a list into as many columns as fit on the screen using a given column width.
Example
{{columns|width=5| *A *B ... *Y *Z }}
gives
- A
- B
- C
- D
- E
- F
- G
- H
- I
- J
- K
- L
- M
- N
- O
- P
- Q
- R
- S
- T
- U
- V
- W
- X
- Y
- Z
Named parameters
bullets
: set to anything for a bulleted instead of a plain listwidth
: minimum column width in em (default: 12)count
: maximum number of columns (default: unlimited)align
: alignment of contents (left, center, right)
Community content is available under CC-BY-SA unless otherwise noted.