Template:Columns-start/doc

From Fanverse
Jump to navigation Jump to search

Template:High-use Lua error in Module:TNT at line 159: Missing JsonConfig extension; Cannot load https://commons.wikimedia.org/wiki/Data:I18n/Uses TemplateStyles.tab. The columns-start template and its child templates column and columns-end can be used to make a fixed number of columns (up to 5) that will span the entire page above a certain minimum width (100 ems for 5 columns, 80 for 4, 60 for 3 and 2). Below the minimum width, each column starting from the right will gracefully display below another one of the columns.

Use[edit source]

The below examples are using the templates directly, so you can see what will happen if the minimum size is reached.

<syntaxhighlight lang="wikitext">

Column 1 here

Column 2 here

</syntaxhighlight>

<syntaxhighlight lang="wikitext">

Column 1 here

Column 2 here

Column 3 here

</syntaxhighlight>

<syntaxhighlight lang="wikitext">

Column 1 here

Column 2 here

Column 3 here

Column 4 here

</syntaxhighlight>

<syntaxhighlight lang="wikitext">

Column 1 here

Column 2 here

Column 3 here

Column 4 here

Column 5 here

</syntaxhighlight>

Parameters[edit source]

Columns-start has these parameters:

|num=
Set the number of columns. Defaults to 2. The template will work with up to 5 columns. More than that should prefer a custom implementation or another solution (such as a wikitable for tabular content or {{div col}} for list content).
|class=
Apply another class to the set of columns, such as hlist. Default is none.
|bgcolor=
Set a background color. Default is transparent.
|width=
Set a total width in which all columns must appear. Default is 100%.

Template:Column has the same parameters where it is used as a "wrapper" template with numbered columns. Example:

<syntaxhighlight lang="wikitext">

Column 1 here

Column 2 here

</syntaxhighlight>

<syntaxhighlight lang="wikitext">

Column 1 here

Column 2 here

Column 3 here

</syntaxhighlight>

In the second example, be aware of the possible problem with a column that includes an equals sign. See Help:Templates#Equals for more information.

Otherwise, Template:Column must be used as above with Template:Columns-start.

Example[edit source]

This is an example from List of Indonesia-related topics:

Limitations[edit source]

Template:Tracked Template:Tracked Using headings inside {{column}} in its wrapper form functions so long as there is some content beneath the 2nd and later heading. Secondly, headings will not carry an edit link. The below table may wrap (i.e. not display as columns) but displays the issue.

Content Functional but missing edit links Non-functional (missing content)
Wikitext <syntaxhighlight lang="wikitext">

Ex. heading 1

ABC

Ex. heading 2

DEF

</syntaxhighlight>

<syntaxhighlight lang="wikitext">

Ex. heading 3

==== Ex. heading 4 ====

</syntaxhighlight>

Rendered

Ex. heading 1

ABC

Ex. heading 2

DEF

Ex. heading 3

==== Ex. heading 4 ====

See also[edit source]

Template:Column-generating template families