Template:Beginning of solid block/doc: Difference between revisions
Template page
More actions
Created page with "{{Documentation subpage}} == Usage == The Template:Beginning of solid block and the Template:Div col end are used to mark a block (such as a list) as solid{{clarify|reason=What does "solid" mean in this context? Is this a technical term in wikitext, HTML, or CSS?}}, in order to prevent it from being split across multiple columns or pages. == Syntax == * Before the block, insert: <code><nowiki>{{Beginning of solid block}}</nowiki></code> * After the block,..." |
(No difference)
|
Latest revision as of 06:18, 24 February 2025
This is a documentation subpage for Template:Beginning of solid block. It may contain usage information, categories and other content that is not part of the original template page. |
Usage
The Template:Beginning of solid block and the Template:Div col end are used to mark a block (such as a list) as solidTemplate:Clarify, in order to prevent it from being split across multiple columns or pages.
Syntax
- Before the block, insert:
{{Beginning of solid block}}
- After the block, insert:
{{End of solid block}}
Examples
Simple Example
{{Beginning of [solid block]}}
* Apples
* Pears
* And some scoubidous
{{End of solid block}}
Result: