mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ParserFunctions
synced 2024-11-15 03:35:52 +00:00
e04f4e0d73
The old way with ParserFunctions.php is not supported anymore. Change-Id: I530dbc51a153d87c3e460767e57ddc587bd5f448
22 lines
664 B
Plaintext
22 lines
664 B
Plaintext
ParserFunctions v1.4.0
|
|
|
|
1. Licensing
|
|
2. How to install
|
|
3. Tests
|
|
|
|
1. Licensing
|
|
Licensed under GNU GPL 2.0 or any later version. 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 'wfLoadExtension( 'ParserFunctions' );' to the end of 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
|