====== 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 ===== ~~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.