Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:No col break/doc: Difference between revisions

Template page
→‎Usage: adding examples
 
m 1 revision imported
 
(No difference)

Latest revision as of 13:21, 20 June 2024

Usage

Use this template inside {{div col}} to enclose content that should not be split across columns.

{{div col}}
* A
* B
* C
* D
* E
* F
* G
{{div col end}}

produces:

  • A
  • B
  • C
  • D
  • E
  • F
  • G
{{div col}}
{{no col break|
* A
* B
* C }}
{{no col break|
* D
* E
* F
* G }}
{{div col end}}

produces:

  • A
  • B
  • C
  • D
  • E
  • F
  • G
Contents