Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
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