Template:No col break
Jump to navigation
Jump to search
Template documentation
Prevents content from being broken up across columns when inside a div col.
Example:
Markup
{{div col}}
{{no col break|
* section one
** one
** two
** three
}}
{{no col break|
* section two
** four
** five
** six
}}
{{div col end}}
Renders as- section one
- one
- two
- three
- section two
- four
- five
- six