mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ParserFunctions
synced 2024-11-15 03:35:52 +00:00
4cef958ddb
Some entries were missing, and some are completed with additional synonyms. No synonym was deleted, despite cases where the provided words are most likely erroneous, like "lungo" (which may have some relevancy in Italian). A particular effort was put to make the whole set of entry provide consistency, with - control flow magicwords receiving an adverbial -e form, - function like magicwords end with jussive mood mark -u - "function returning somithing"-like are ending with "-donu", a verb whose meaning include behavior of returning something But once again, existing entries were not deleted, as they are probably used in the wild, which might affect this consistency effort. If wished, removing that kind of entries would require some bot replacement work prior to their removal. Change-Id: If4f40533f93c444ae7155c49485389d8b3981f63 |
||
---|---|---|
i18n | ||
tests/phpunit | ||
.gitignore | ||
.gitreview | ||
CODE_OF_CONDUCT.md | ||
composer.json | ||
COPYING | ||
Expr.php | ||
extension.json | ||
funcsParserTests.txt | ||
Gruntfile.js | ||
mw.ext.ParserFunctions.lua | ||
package.json | ||
ParserFunctions.hooks.php | ||
ParserFunctions.i18n.magic.php | ||
ParserFunctions.library.php | ||
ParserFunctions.php | ||
ParserFunctions_body.php | ||
phpcs.xml | ||
README | ||
stringFunctionTests.txt |
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 'require_once( "$IP/extensions/ParserFunctions/ParserFunctions.php");' 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