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

csvstripes.py

1.0

1.6

ParserMarket/CSVStripes/ReleaseNotes

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
}}}

This parser is copyrighted by UlyssesAlmeida

License

This parser is released under the terms of the GNU GPL.

Discussion

MoinMoin: ParserMarket/CSVStripes (last edited 2010-01-29 19:19:12 by 200)