Contents
CSVStripes Parser
Description
This parsers works like CSV parser, but with the possibility to define colors for a zebra striped tables.
Download & Release Notes
Download |
Release Version |
Moin Version |
Release Notes |
1.0 |
1.6 |
Installation
For general installation instructions, see ParserMarket/InstallingParsers. This parser requires no special dependencies, such as outside Python libraries.
Usage
To use this parser, simply put #!csvstripes folowed by standard CSV parser and two background colors, after the beginning of the code block.
Example
{{{#!csvstripes , #DDDDDD #EEEEEE
a,b,c
1,2,3
4,5,6
7,8,9
10,11,12
}}}
Copyright
This parser is copyrighted by UlyssesAlmeida
License
This parser is released under the terms of the GNU GPL.
