Contents
KeyVal Parser
Description
The KeyVal parser allows you to create tables by using the format key:value.
Download & Release Notes
Download |
Release Version |
Moin Version |
Release Notes |
1.0 |
1.5 |
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 #!keyval after the beginning of the code block.
Example
{{{#!keyval key1: value1 key2 : value2 key3: value3 This line has no key-value pairs so it doesn't turn into a table Watch out for colons embedded deep in the line... They might cause: unexpected results. }}}
For more detailed examples, see /Examples.
Copyright
This parser is copyrighted by MattCooper, macooper AT vt DOT edu
License
This parser is released under the terms of the GNU GPL.