1ParserFunctions v1.4.0
2
31. Licensing
42. How to install
53. Tests
6
71. Licensing
8Licensed under GNU GPL 2.0 or any later version. See COPYING for more license information.
9
102. How to install
11   a. Download this tarbell and extract the contents to $IP/extensions/ParserFunctions/
12      where $IP is your root wiki install
13   b. Add 'require_once( "$IP/extensions/ParserFunctions/ParserFunctions.php");' to the
14      end of your LocalSettings (without the single quotes)
15   c. Enjoy
16
173. Tests
18ParserFunctions ships with two tests
19- Parser tests. These get added to the main parser tests, see there for docs
20- Expression tests. These are designed to test the math-related functions
21  See testExpr.php
22