DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:columnlist

Column List Plugin

Compatible with DokuWiki

2006-11-06+

plugin Show a list in multiple columns

Last updated on
2007-02-03
Provides
Syntax

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, columns

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

Installation

Search and install the plugin using the Extension Manager. Refer to Plugins on how to install plugins manually.

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.txt · Last modified: 2018-05-30 21:34 by Klap-in

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