mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ParserFunctions
synced 2024-11-14 11:18:47 +00:00
20888253e0
* bump version to 1.4.0 * run stylize.php
22 lines
658 B
Plaintext
22 lines
658 B
Plaintext
ParserFunctions v1.4.0
|
|
|
|
1. Licensing
|
|
2. How to install
|
|
3. How to config
|
|
|
|
1. Licensing
|
|
Licensed under GNU GPL. See COPYING for more license information.
|
|
|
|
2. How to install
|
|
a. Download this tarbell and extract the contents to $IP/extensions/ParserFunctions/
|
|
where $IP is your root wiki install
|
|
b. Add 'require( "extensions/ParserFunctions/ParserFunctions.php");' to your
|
|
LocalSettings (without the single quotes)
|
|
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
|
|
See testExpr.php
|