MediaWiki  1.29.1
README
Go to the documentation of this file.
1 ParserFunctions v1.4.0
2 
3 1. Licensing
4 2. How to install
5 3. Tests
6 
7 1. Licensing
8 Licensed under GNU GPL 2.0 or any later version. See COPYING for more license information.
9 
10 2. 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 
17 3. Tests
18 ParserFunctions 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