Compatible with DokuWiki
2006-11-06+
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
Create lists that will be shown in multiple columns. Read more.
Search and install the plugin using the Extension Manager. Refer to Plugins on how to install plugins manually.
~~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.
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.