Allow dots in parameter key names
[ikiwiki] / 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.
9
10 Note that you can also build tables in [[ikiwiki/Markdown]] pages
11 without using this plugin, by enabling the `multimarkdown` option
12 and installing the [[!cpan Text::MultiMarkdown]] Perl module or simply by using the `<table>` HTML tag.