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-05-27 15:33] 80.152.213.122plugin:columnlist [2018-05-30 21:34] (current) – [Installation] Klap-in
Line 1: Line 1:
-====== Column List plugin ======+====== Column List Plugin ======
  
 ---- plugin ---- ---- plugin ----
-description: Show a list in multiple columns.+description: Show a list in multiple columns
 author     : Tom Harris author     : Tom Harris
 email      : tnharris@whoopdedo.org email      : tnharris@whoopdedo.org
-type       : +type       : syntax
 lastupdate : 2007-02-03 lastupdate : 2007-02-03
-compatible : 2006-11-06+compatible : 2006-11-06+
 depends    :  depends    : 
 conflicts  conflicts 
-similar    :  +similar    : wrap 
-tags       : columns+tags       : boxes, columns 
 +downloadurl: http://whoopdedo.org/doku-plugins/columnlist.zip
 ---- ----
  
-===== Download =====+Create lists that will be shown in multiple columns. [[http://whoopdedo.org/doku/wiki/columnlist|Read more.]]
  
-[[http://whoopdedo.org/doku/wiki#columnlist|Download]]+===== Installation ===== 
 + 
 +Search and install the plugin using the [[plugin:extension|Extension Manager]]. Refer to [[:Plugins]] on how to install plugins manually.
  
 ===== Syntax ===== ===== Syntax =====
  
-<file>+<code>
 ~~COL:3~~ ~~COL:3~~
-  , first row +  , first row, first column 
-  , second row +  , second column 
-  , third row+  , 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.
  
-</file> 
plugin/columnlist.1211895209.txt.gz · Last modified: 2009-08-08 13:11 (external edit)

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