mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ParserFunctions
synced 2024-11-23 15:57:10 +00:00
4bcd4ac8cb
This change depends on the Scribunto change I74fd43f7920c8772e9078f745ac6062d5461a7f1 included in REL1_40. Depends-On: I74fd43f7920c8772e9078f745ac6062d5461a7f1 Change-Id: Id4156a8934583971df6b449d13f3d8eb6cee6368 |
||
---|---|---|
.phan | ||
i18n | ||
includes | ||
tests | ||
.eslintrc.json | ||
.gitignore | ||
.gitreview | ||
.phpcs.xml | ||
CODE_OF_CONDUCT.md | ||
composer.json | ||
COPYING | ||
extension.json | ||
Gruntfile.js | ||
package-lock.json | ||
package.json | ||
ParserFunctions.i18n.magic.php | ||
README |
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 double 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