aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins/table.mdwn
blob: fb830044fc4a593e3fd9f3a898a0a54962c17a75 (plain)
1
2
3
4
5
6
7
8
[[!template id=plugin name=table author="[[VictorMoral]]"]]
[[!tag type/useful]]

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.