X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/c69a7f758590c91bd137a8d1cfa99f37bf28045a..6d707f6bafc09908c14cb9d986fc6e9e951e642a:/doc/plugins/table.mdwn diff --git a/doc/plugins/table.mdwn b/doc/plugins/table.mdwn index ec6e34f55..d16bcc726 100644 --- a/doc/plugins/table.mdwn +++ b/doc/plugins/table.mdwn @@ -1,8 +1,12 @@ [[!template id=plugin name=table author="[[VictorMoral]]"]] -[[!tag type/format]] +[[!tag type/widget]] -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. +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. + +Note that you can also build tables in [[ikiwiki/Markdown]] pages +without using this plugin, by enabling the `multimarkdown` option +and installing the [[!cpan Text::MultiMarkdown]] Perl module or simply by using the `` HTML tag.