Template:No col break
Template page
More actions
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