ikiwiki/doc/plugins/table.mdwn

9 lines
392 B
Markdown

[[!template id=plugin name=table author="[[VictorMoral]]"]]
[[!tag type/widget]]
This plugin provides the [[ikiwiki/directive/table]] [[ikiwiki/directive]].
It can build HTML tables from data in CSV (comma-separated values)
or DSV ([delimiter-separated values](http://en.wikipedia.org/wiki/Delimiter-separated_values)) format.
It needs the perl module [[!cpan Text::CSV]] for the CSV data.