×
Create a new article
Write your page title here:
We currently have 454 articles on FHODS Archive. Type your article name above or click on one of the titles below and start writing!



FHODS Archive
454Articles
Revision as of 20:14, 15 June 2026 by FHODSArchive (talk | contribs) (Created page with "{{Documentation subpage}} {{Redirect-distinguish|Template:Colbegin|Template:Col-begin}} <!----------------------------------------------------------------------------- PLEASE ADD CATEGORIES WHERE INDICATED AT THE BOTTOM OF THIS PAGE ------------------------------------------------------------------------------> {{#ifeq:{{FULLPAGENAME}}|Template:Div col|{{High-use| 269676 }}|{{#ifeq:{{FULLPAGENAME}}|Template:Div col end|{{High-use| 209292 }}}}}} {{CSS3 multiple column...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

{{#invoke:Message box|mbox}} Template:Redirect-distinguish

Template:CSS3 multiple column layout {{#invoke:Lua banner|main}} Template:Uses TemplateStyles

The template Template:Tlf (short for division columns) formats a list into columns that wrap at multiple screen resolutions responsively. It automatically breaks the available screen space into equal parts, meaning, for instance, that it is not necessary to guess how many columns to use and then figure out the dividing point(s), e.g., the halfway point to divide the list into two columns, or the one-third and two-thirds points to divide the list into three columns. To prevent a section of a list being broken, the template {{no col break}} can be used.

Usage

Basic usage

Template:Demo

Parameters

There are six parameters for this template:

|colwidth=
Specifies the minimum width of the columns so that the number of columns is automatically based on screen width (that is, more columns will be shown on wider displays). If no value is supplied, the template uses a default of 30em. The width can be specified in any CSS relative or absolute length unit, for instance, the em (about the width of the capital "M" of the displayed typeface), e.g., colwidth=20em.
|rules=yes
Adds vertical lines ("rules") between the columns if set to yes.
|gap=
Specifies the space between the content of adjacent columns, in any valid CSS width unit, e.g., gap=2em. The default spacing (set by browser) is 1em.
|class=
An HTML class, or multiple space-delimited classes, to apply to the columns.
|style=
CSS styling to apply to the columns.
|small=yes
Sets font size to 90%.
|content=
Content to apply to the columns. This parameter is effectively equivalent to {{columns-list}}, which is a pass-through for this template.

Examples

Colwidth

Fixed width

Template:Demo

Variable width

Template:Demo

Rules

Template:Demo

Gap

Template:Demo

Small

Template:Demo

Content

Template:Demo

Multiple parameters

Template:Demo

Text characters without list markup

Template:Demo

Lorem ipsum

Template:Demo

Limitation

Sub-lists

The underlying CSS system is unable to break sub-lists into columns. Note the uneven formatting below:

Template:Demo

Turning off the <syntaxhighlight lang="text" class="" style="" inline="1">break-inside: avoid-column;</syntaxhighlight> rule appears to help.

Chrome-based browsers can separate images from captions

In certain circumstances, Chrome-based browsers can separate images from their captions, placing the caption in the next column. This bug was reported in 2018 as Template:Phabricator, and it appears to be a bug in Chromium, tracked as issue 40578413.

Tracking categories

TemplateData

Template:TemplateData header <templatedata> { "description": "Breaks a list into columns. It automatically breaks each column to an equal space, so you do not manually have to find the halfway point on two columns. The list is provided by

Redirects

Redirects to {{div col}}:

  • {{#Invoke:Template link general|main|code=on}}
  • {{#Invoke:Template link general|main|code=on}} (but not {{#Invoke:Template link general|main|code=on}} or {{#Invoke:Template link general|main|code=on}})
  • {{#Invoke:Template link general|main|code=on}}
  • {{#Invoke:Template link general|main|code=on}}
  • {{#Invoke:Template link general|main|code=on}}
  • {{#Invoke:Template link general|main|code=on}}
  • {{#Invoke:Template link general|main|code=on}}

Redirects to {{div col end}}:

  • {{#Invoke:Template link general|main|code=on}}
  • {{#Invoke:Template link general|main|code=on}} (but not {{#Invoke:Template link general|main|code=on}} or {{#Invoke:Template link general|main|code=on}})
  • {{#Invoke:Template link general|main|code=on}}
  • {{#Invoke:Template link general|main|code=on}}
  • {{#Invoke:Template link general|main|code=on}}
  • {{#Invoke:Template link general|main|code=on}}
  • {{#Invoke:Template link general|main|code=on}}
  • {{#Invoke:Template link general|main|code=on}}
  • {{#Invoke:Template link general|main|code=on}}

Template:Column-generating template families

See also