2010-10-02 22:36:34 +00:00
|
|
|
ParserFunctions v1.4.0
|
2009-04-01 16:36:50 +00:00
|
|
|
|
|
|
|
1. Licensing
|
|
|
|
2. How to install
|
2011-01-10 05:24:36 +00:00
|
|
|
3. Tests
|
2009-04-01 16:36:50 +00:00
|
|
|
|
|
|
|
1. Licensing
|
2016-01-31 00:11:19 +00:00
|
|
|
Licensed under GNU GPL 2.0 or any later version. See COPYING for more license information.
|
2009-04-01 16:36:50 +00:00
|
|
|
|
|
|
|
2. How to install
|
|
|
|
a. Download this tarbell and extract the contents to $IP/extensions/ParserFunctions/
|
|
|
|
where $IP is your root wiki install
|
2022-09-17 10:08:13 +00:00
|
|
|
b. Add "wfLoadExtension( 'ParserFunctions' );" to the end of your LocalSettings
|
|
|
|
(without the double quotes)
|
2009-04-01 16:36:50 +00:00
|
|
|
c. Enjoy
|
|
|
|
|
|
|
|
3. Tests
|
|
|
|
ParserFunctions ships with two tests
|
|
|
|
- Parser tests. These get added to the main parser tests, see there for docs
|
|
|
|
- Expression tests. These are designed to test the math-related functions
|
2010-10-02 22:36:34 +00:00
|
|
|
See testExpr.php
|