Go to file
James D. Forrester 211f7e0a5d Replace moved Title class uses, now MediaWiki\Title\Title
This raises compatibility to MediaWiki 1.40+.

Change-Id: I85ffdd312ee3017c2197dd0375178d49115072a4
2024-09-23 16:50:37 -04:00
.phan Upgrade to newer phan 2019-03-16 22:39:09 -07:00
i18n Localisation updates from https://translatewiki.net. 2024-09-23 09:22:22 +02:00
includes Replace moved Title class uses, now MediaWiki\Title\Title 2024-09-23 16:50:37 -04:00
tests Add parser functions giving access to standard date/time formats 2024-07-23 13:10:59 +10: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 Whoops, track not trace 2016-10-24 17:03:13 -07:00
.phpcs.xml Add missing documentation to class properties 2024-08-19 21:08:44 +02:00
CODE_OF_CONDUCT.md build: Updating mediawiki/phan-taint-check-plugin to 1.3.0 2018-08-19 15:11:06 +00:00
composer.json build: Updating mediawiki/mediawiki-codesniffer to 44.0.0 2024-08-12 01:36:55 +00:00
COPYING Change ParserFunctions license to GPL-2.0+ 2017-01-06 15:27:33 +00:00
extension.json Replace moved Title class uses, now MediaWiki\Title\Title 2024-09-23 16:50:37 -04:00
Gruntfile.js build: Updating dependencies 2021-01-30 07:16:41 +00:00
package-lock.json build: Updating micromatch to 4.0.8 2024-08-25 08:02:33 +00:00
package.json build: Updating eslint-config-wikimedia to 0.28.2 2024-06-21 10:13:27 +00:00
ParserFunctions.i18n.magic.php Add parser functions giving access to standard date/time formats 2024-07-23 13:10:59 +10:00
README Avoid confusion about single quotes in README 2022-09-17 10:09:14 +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 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