Template:Col-begin
Jump to navigation
Jump to search
[edit] [ ] Template documentation
Usage
- See also: wikipedia:Template:Col-begin
Used for breaking long lists into manageable columns to use page space more efficiently.
Examples
Two columns
{{Col-begin}} {{Col-break|width=50%}} (text) {{Col-break|width=50%}} (text) {{Col-end}}
Two columns (shorthand)
{{Col-begin}} {{Col-2}} (text) {{Col-2}} (text) {{Col-end}}
Three columns
{{Col-begin}} {{Col-break|width=33%}} (text) {{Col-break|width=33%}} (text) {{Col-break|width=33%}} (text) {{Col-end}}
Three columns (shorthand)
{{Col-begin}} {{Col-3}} (text) {{Col-3}} (text) {{Col-3}} (text) {{Col-end}}
See also
- {{Col-2}}: shorthand for
{{Col-break|width=50%}}
- {{Col-3}}: shorthand for
{{Col-break|width=33%}}
- {{Col-4}}: shorthand for
{{Col-break|width=25%}}
- {{Col-5}}: shorthand for
{{Col-break|width=20%}}
- {{Col-begin}} - has parameters not currently documented
- {{Col-break}} - has parameters not currently documented
- {{Col-end}}