DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:columnlist

This is an old revision of the document!


Column List plugin

Compatible with DokuWiki

2006-11-06+

plugin Show a list in multiple columns.

Last updated on
2007-02-03
Provides
CSS/JS-only

This extension has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues.

Similar to wrap

Tagged with boxes

Create lists that will be shown in multiple columns. Read more.

Installation

Install the plugin using the Plugin Manager and the download URL above, or manually unzip in your plugins folder.

Syntax

~~COL:3~~
  , first row, first column
  , second column
  , third column
  , second row, first column

The ~~COL:3~~ line is optional, and the list will use 4 columns by default.

Customizing

The list is rendered as a table with the class columnlist.

/* plugin: columnlist */
table.columnlist {
  width: 100%;
  border:0;
}

Edit conf/userstyle.css to adjust the appearance of lists.

plugin/columnlist.1338526538.txt.gz · Last modified: 2012-06-01 06:55 by tomnharris

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki