Toggle menu
15
236
73
27.6K
Kenshi Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Beginning of solid block/doc: Difference between revisions

Template page
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

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

Wiki Markup:

{{Beginning of [solid block]}} 
* Apples 
* Pears
* And some scoubidous 
{{End of solid block}}

Result:

  • Apples
  • Pears
  • And some scoubidous


See also