DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:columnlist

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
plugin:columnlist [2008-04-21 20:44] – website is ok grahackplugin:columnlist [2018-05-30 21:34] (current) – [Installation] Klap-in
Line 1: Line 1:
 +====== Column List Plugin ======
 +
 +---- plugin ----
 +description: Show a list in multiple columns
 +author     : Tom Harris
 +email      : tnharris@whoopdedo.org
 +type       : syntax
 +lastupdate : 2007-02-03
 +compatible : 2006-11-06+
 +depends    : 
 +conflicts 
 +similar    : wrap
 +tags       : boxes, columns
 +downloadurl: http://whoopdedo.org/doku-plugins/columnlist.zip
 +----
 +
 +Create lists that will be shown in multiple columns. [[http://whoopdedo.org/doku/wiki/columnlist|Read more.]]
 +
 +===== Installation =====
 +
 +Search and install the plugin using the [[plugin:extension|Extension Manager]]. Refer to [[:Plugins]] on how to install plugins manually.
 +
 +===== Syntax =====
 +
 +<code>
 +~~COL:3~~
 +  , first row, first column
 +  , second column
 +  , third column
 +  , second row, first column
 +
 +</code>
 +
 +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''.
 +
 +<code css>/* plugin: columnlist */
 +table.columnlist {
 +  width: 100%;
 +  border:0;
 +}
 +</code>
 +
 +Edit ''conf/userstyle.css'' to adjust the appearance of lists.
  

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