]> sipb.mit.edu Git - ikiwiki.git/blob - doc/plugins/table.mdwn
implement typed links; add tagged_is_strict config option
[ikiwiki.git] / doc / plugins / table.mdwn
1 [[!template id=plugin name=table author="[[VictorMoral]]"]]
2 [[!tag type/widget]]
3
4 This plugin provides the [[ikiwiki/directive/table]] [[ikiwiki/directive]].
5 It can build HTML tables from data in CSV (comma-separated values)
6 or DSV ([delimiter-separated values](http://en.wikipedia.org/wiki/Delimiter-separated_values)) format.
7
8 It needs the perl module [[!cpan Text::CSV]] for the CSV data.