Can't markup [[!table Error: ]]
[ikiwiki.git] / doc / plugins / table.mdwn
1 [[!template id=plugin name=table author="[[VictorMoral]]"]]
2 [[!tag type/format]]
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) format.
7
8 It needs the perl module [[!cpan Text::CSV]] for the CSV data.
9
10 If you see `[[!table\ Error: ]]` you probably need to `sudo apt-get install libtext-csv-perl`.