×
Create a new article
Write your page title here:
We currently have 245 articles on The Vault @ The EERIE Files. Type your article name above or click on one of the titles below and start writing!



The Vault @ The EERIE Files
Revision as of 22:39, 4 August 2026 by GaryJJSpate (talk | contribs) (Created page with "<includeonly><div class="vault-divcol" style="column-width: {{#if:{{{colwidth|}}}|{{{colwidth}}}|20em}}; column-gap: 2em;"></includeonly><noinclude> == Template:DivCol == Opens a multi-column block for long bulleted lists — pairs with {{tl|DivCol end}}, which closes it. Everything written between the two calls (a normal wikitext bulleted list) flows automatically into columns rather than a single long list. '''Usage:''' <pre> {{DivCol}} * Item one * Item two * Item th...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Template:DivCol

Opens a multi-column block for long bulleted lists — pairs with {{DivCol end}}, which closes it. Everything written between the two calls (a normal wikitext bulleted list) flows automatically into columns rather than a single long list.

Usage:

{{DivCol}}
* Item one
* Item two
* Item three
* Item four
{{DivCol end}}

Parameters

  • colwidth — optional. Target width per column (e.g. 20em, 15em). Defaults to 20em if omitted — the browser fits as many columns of roughly that width as the available space allows, rather than a fixed column count.

Requires the following CSS in the site stylesheet:

.vault-divcol {
	column-fill: balance;
}
.vault-divcol ul {
	margin-top: 0;
}