Merge remote branch 'davrieb/autotag' into autotag
[ikiwiki.git] / doc / plugins / table.mdwn
index 7b080acdaffceca13c8e31420ddb0c1fa10cdfc2..fe66f90a8d7563bfc11f6f196168e3868fbcb8ce 100644 (file)
@@ -1,8 +1,8 @@
 [[!template id=plugin name=table author="[[VictorMoral]]"]]
-[[!tag type/format]]
+[[!tag type/widget]]
 
 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) format.
+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.