قالب:No col break/doc
| هذه صفحة توثيق فرعية لـ قالب:No col break. تتضمن معلومات الاستعمال، التصنيفات وأي محتوى آخر ليس من محتويات الأصل لصفحة القالب. |
| This template is used on many pages, so changes to it will be widely noticed. Please test any changes in the template's /sandbox or /testcases subpages, or in your own user subpage. Please consider discussing changes on the talk page قبل تنفيذهم. |
| هذا القالب يستخدم أنماط القوالب: |
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