2008-07-21 13:31:57 +02:00
|
|
|
[[!template id=plugin name=table author="[[VictorMoral]]"]]
|
2010-02-12 09:38:00 +01:00
|
|
|
[[!tag type/widget]]
|
2007-03-07 12:40:22 +01:00
|
|
|
|
2008-09-12 00:29:07 +02:00
|
|
|
This plugin provides the [[ikiwiki/directive/table]] [[ikiwiki/directive]].
|
|
|
|
It can build HTML tables from data in CSV (comma-separated values)
|
2009-12-02 19:20:43 +01:00
|
|
|
or DSV ([delimiter-separated values](http://en.wikipedia.org/wiki/Delimiter-separated_values)) format.
|
2007-03-07 12:40:22 +01:00
|
|
|
|
2008-07-21 13:31:57 +02:00
|
|
|
It needs the perl module [[!cpan Text::CSV]] for the CSV data.
|