Go to file
Translation updater bot f464a00372 Localisation updates from https://translatewiki.net.
Change-Id: Ib6d1468c2b2b5ffdf65ba12b30557cab45af81ac
2023-08-09 07:29:30 +02:00
.phan Upgrade to newer phan 2019-03-16 22:39:09 -07:00
i18n Localisation updates from https://translatewiki.net. 2023-08-09 07:29:30 +02:00
includes Correct namespacing to match best practices 2022-03-05 15:06:59 +00:00
tests Correct namespacing to match best practices 2022-03-05 15:06:59 +00:00
.eslintrc.json build: Updating eslint-config-wikimedia to 0.19.0 2021-03-14 06:57:12 +00:00
.gitignore build: Install eslint 2019-05-07 10:14:19 -07:00
.gitreview
.phpcs.xml build: Updating composer dependencies 2021-05-04 08:49:27 +00:00
CODE_OF_CONDUCT.md
composer.json build: Updating mediawiki/mediawiki-codesniffer to 38.0.0 2021-10-24 09:44:55 +00:00
COPYING
extension.json Correct namespacing to match best practices 2022-03-05 15:06:59 +00:00
Gruntfile.js build: Updating dependencies 2021-01-30 07:16:41 +00:00
package-lock.json build: Updating minimatch to 3.0.8 2022-10-24 00:07:06 +00:00
package.json build: Updating npm dependencies 2022-05-23 13:32:24 +00:00
ParserFunctions.i18n.magic.php Add translations for ckb 2019-01-15 11:25:48 +02:00
README Use wfLoadExtension in README 2021-11-20 18:38:15 +00:00

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