Template:Div col/doc View history

Revision as of 14:34, 21 January 2016 by Kinematic (talk | contribs) (Created page with "{{doc subpage}} <!-- ADD DOCUMENTATION BELOW THIS LINE --> Columns are not supported by some older browsers, most notably Internet Explorer 9 and below and Opera 11.0 and belo...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
This is a documentation subpage for Template:Div col.
It contains usage information, categories and other content that is not part of the original template page.

Columns are not supported by some older browsers, most notably Internet Explorer 9 and below and Opera 11.0 and below.


Parameters

, together with Template:Div col end, is used to make a list into columns. It automatically breaks each column into an equal space, meaning, for instance, it isn't necessary to work out the halfway point between two columns. The template also offers options to set a smaller (90%) font-size (|small=yes), place vertical lines ("rules") between the columns (|rules=) and to add other custom styling (|style=).


Usage

|colwidth= or second unnamed parameter

   Specifies the minimum width of the columns and determines automatically the number of columns based on screen width (i.e. more columns will be shown on wider displays). Overrides cols. Specified in any CSS unit, for instance in em, about the width of a capital "M", e.g, colwidth=20em

|rules=

   Adds vertical lines ("rules") between the columns if set to yes or some CSS styling (e.g. 1px dashed blue;).

|gap=

   Specifies the space between the content of adjacent columns. Specified in any CSS unit, e.g, gap=2em. The default spacing is 1em.

|style=

   CSS styling to apply to the columns.



Examples


  • a
  • b
  • c
  • d
  • e
  • f
  • g
  • h

Template:Div col end