Template:Col-begin/doc
Jump to navigation
Jump to search
This is a documentation subpage for Template:Col-begin. It contains usage information, categories, and other content that is not part of the original template page. |
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}}