Difference between revisions of "Template:Divbegin/doc"

From blackwiki
Jump to navigation Jump to search
imported>John Vandenberg
(expand documentation for multiple column browser support)
imported>John Vandenberg
(→‎See also: add more)
Line 23: Line 23:
 
== See also ==
 
== See also ==
 
* {{tl|colbegin}} - almost identical
 
* {{tl|colbegin}} - almost identical
* {{tl|col-begin}} - a very different approach
+
* {{tl|Columns-start}} - defines classes (see below)
 +
* {{tl|Multicol}} - uses deprecated HTML element "[http://www.diablotin.com/librairie/web/html/ch06_02.html MULTICOL]"
 +
* {{tl|col-begin}} - uses a HTML table (also adds a MULTICOL attribute)
 +
* {{tl|col-begin-small}}
 +
----
 +
* [[MediaWiki:Common.css]]
 +
** ".references-2column"
 +
** "div.columns-2", "div.columns-3", "div.columns-4" and "div.columns-5" which need to contain a "div.column"

Revision as of 22:14, 30 June 2009

Params

  • class: CSS class
  • columns: number of columns
  • colwidth: column width

Browser support for multiple columns

This template is known to work on:

Not supported:

Example

  • one
  • two
  • three

See also


  • MediaWiki:Common.css
    • ".references-2column"
    • "div.columns-2", "div.columns-3", "div.columns-4" and "div.columns-5" which need to contain a "div.column"