File: table.mdwn

package info (click to toggle)
ikiwiki 3.20190228-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 20,904 kB
  • sloc: perl: 31,100; python: 428; sh: 185; makefile: 120
file content (12 lines) | stat: -rw-r--r-- 629 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
[[!template id=plugin name=table author="[[VictorMoral]]"]]
[[!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](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 `<table>` HTML tag.