9 lines
346 B
Markdown
9 lines
346 B
Markdown
[[!template id=plugin name=table author="[[VictorMoral]]"]]
|
|
[[!tag type/format]]
|
|
|
|
This plugin implements the [[ikiwiki/directive/table]] [[ikiwiki/directive]].
|
|
The directive can build HTML tables from data in CSV (comma-separated values)
|
|
or DSV (delimiter-separated values) format.
|
|
|
|
It needs the perl module [[!cpan Text::CSV]] for the CSV data.
|