]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/plugins/table.mdwn
pagestats: Add show parameter. Closes: #562129
[ikiwiki.git] / doc / plugins / table.mdwn
index ec6e34f554cb482dbdfc7dddf15c799577946231..10a85bb2cd03a89f17aa06138a2777af58225da0 100644 (file)
@@ -1,8 +1,8 @@
 [[!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.
+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.