Columns – Template

From Bohemia Interactive Community
Revision as of 01:26, 11 August 2021 by Lou Montana (talk | contribs) (Fix alignment)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Creates CSS columns.

This template is used on these pages.

Usage

{{Columns|cols|content|shrink}}

  • cols: number of columns
  • content: to be split in columns
  • shrink: named parameter. makes the columns take the minimum width
Examples
Code Result
{{Columns}} -no columns count defined-
{{Columns|3}} -no columns content defined-
{{Columns|| * contentA * contentB * contentC * contentD }}
-no columns count defined-
{{Columns|2| * contentA * contentB * contentC * contentD }}
  • contentA
  • contentB
  • contentC
  • contentD
{{Columns|3| * contentA * contentB * contentC * contentD }}
  • contentA
  • contentB
  • contentC
  • contentD
{{Columns|4| * contentA * contentB * contentC * contentD }}
  • contentA
  • contentB
  • contentC
  • contentD
Above{{Columns|3| * contentA * contentB * contentC * contentD |shrink= y }}Below
Above
  • contentA
  • contentB
  • contentC
  • contentD
Below