Template:Columns-end

From Lazarus wiki
Jump to navigationJump to search
  • Column 1
  • Column 2
  • Column 3
  • Column 4
  • Column 5


The {{Columns-end}} template and its related templates {{Columns-start}} and {{Column}} can be used to make a fixed number of columns (up to five) that will span the width of the page above a certain minimum width (100em for five columns, 80 for four, 60 for three and two). Below the minimum width, each column starting from the right will be automatically shifted to display below the previous row of columns.

Use

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

{{Columns-start}}
Column 1 here
{{Column}}
Column 2 here
{{Columns-end}}
{{Columns-start|num=3}}
Column 1 here
{{Column|num=3}}
Column 2 here
{{Column|num=3}}
Column 3 here
{{Columns-end}}
{{Columns-start|num=4}}
Column 1 here
{{Column|num=4}}
Column 2 here
{{Column|num=4}}
Column 3 here
{{Column|num=4}}
Column 4 here
{{Columns-end}}
{{Columns-start|num=5}}
Column 1 here
{{Column|num=5}}
Column 2 here
{{Column|num=5}}
Column 3 here
{{Column|num=5}}
Column 4 here
{{Column|num=5}}
Column 5 here
{{Columns-end}}

Parameters

{{Columns-end}} accepts no parameters.

See also