Template:Col: Difference between revisions

Template page
w:c:strategywiki>Prod
mNo edit summary
m (40 revisions imported: Imported from https://strategywiki.org/)
 
(12 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<includeonly>{{#switch:{{{2|1}}}|begin=<div style="float:left;width:{{#switch:{{{1|}}}|2=49|3={{#switch:{{{3|}}}|2=66|33}}|4={{#switch:{{{3|}}}|2=49|3=74|24}}|5={{#switch:{{{3|1}}}|2=39|3=59|4=79|19}}}}%">|end=</div>{{-}}|noclear=</div>|1|2|3|4=</div><div style="float:left;width:{{#switch:{{{1|}}}|2=49|3={{#switch:{{{2|}}}|2=66|33}}|4={{#switch:{{{2|}}}|2=49|3=74|24}}|5={{#switch:{{{2|1}}}|2=39|3=59|4=79|19}}}}%">}}</includeonly><noinclude>{{High-risk}}
<includeonly><templatestyles src="Template:Col/styles.css" />{{#switch:{{{2|1}}}|begin=<div class="t_colbox"><div class="t_col" style="flex-grow:{{{3|1}}}">|end=</div></div>{{-}}|1|2|3|4|5=</div><div class="t_col" style="flex-grow:{{{2|1}}}">}}</includeonly><noinclude>{{High-risk}}
{{Documentation}}
{{Documentation}}


[[Category:Templates|C]]</noinclude>
[[Category:Templates]]</noinclude>

Latest revision as of 18:28, 28 October 2023

High-risk
High-risk

This high-risk template or image has been protected indefinitely. It is widely used and is at significant risk of vandalism. If you would like to edit this page, bring it up on the talk page, contact a sysop, or bring it up on Discord. Protection is not an endorsement of the current version, which is inevitably the wrong version.

This page has been transcluded from Template:Col/Documentation.


This template is used to split content on pages up into columns, such as in a Table of Contents page.

Usage[edit source]

{{col
|Number of columns - 2, 3, 4, 5, or 6
|begin, end, noclear (optional)
|Number of columns to span (optional)
}}

begin and end are only used at the beginning or ending of the set of columns (end will add a {{-}} after the closing div while noclear will not).

To have content span across multiple columns, use another field with the number of columns. This number must be no greater than the total number of columns, and should go after begin if being used on the first column.

Multiple {{col}} templates can also be nested inside of each other to split individual columns into more than one column. For example, The Legend of Zelda: A Link to the Past/Table of Contents.

Examples[edit source]

Two columns
{{col|2|begin}}
column 1 text
{{col|2}}
column 2 text
{{col|2|end}}
Three columns. The middle one has two smaller ones.
{{col|3|begin}}
column 1 text
{{col|3}}
  {{col|2|begin}}
  column 3,1 text
  {{col|2}}
  column 3,2 text
  {{col|2|end}}
{{col|3}}
column 3 text
{{col|3|end}}
Four columns. The second one spans columns two and three.
{{col|4|begin}}
column 1 text
{{col|4|2}}
columns 2-3 text
{{col|4}}
column 4 text
{{col|4|end}}
Five columns. The first one spans columns one through three.
{{col|5|begin|3}}
column 1-3 text
{{col|5}}
column 4 text
{{col|5}}
column 5 text
{{col|5|end}}
Six columns
{{col|6|begin}}
column 1 text
{{col|6}}
column 2 text
{{col|6}}
column 3 text
{{col|6}}
column 4 text
{{col|6}}
column 5 text
{{col|6}}
column 6 text
{{col|6|end}}