2015-05-04 20:40:24 +00:00
|
|
|
{
|
|
|
|
"name": "ParserFunctions",
|
|
|
|
"version": "1.6.0",
|
|
|
|
"author": [
|
|
|
|
"Tim Starling",
|
|
|
|
"Robert Rohde",
|
|
|
|
"Ross McClure",
|
|
|
|
"Juraj Simlovic"
|
|
|
|
],
|
|
|
|
"url": "https://www.mediawiki.org/wiki/Extension:ParserFunctions",
|
|
|
|
"descriptionmsg": "pfunc_desc",
|
2015-07-23 04:58:41 +00:00
|
|
|
"license-name": "GPL-2.0",
|
2015-05-04 20:40:24 +00:00
|
|
|
"type": "parserhook",
|
|
|
|
"config": {
|
|
|
|
"PFEnableStringFunctions": false,
|
|
|
|
"PFStringLengthLimit": 1000
|
|
|
|
},
|
|
|
|
"callback": "ParserFunctionsHooks::onRegistration",
|
|
|
|
"ExtensionMessagesFiles": {
|
|
|
|
"ParserFunctionsMagic": "ParserFunctions.i18n.magic.php"
|
|
|
|
},
|
|
|
|
"MessagesDirs": {
|
|
|
|
"ParserFunctions": [
|
|
|
|
"i18n"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"Hooks": {
|
|
|
|
"ParserFirstCallInit": [
|
|
|
|
"ParserFunctionsHooks::onParserFirstCallInit"
|
|
|
|
],
|
|
|
|
"UnitTestsList": [
|
|
|
|
"ParserFunctionsHooks::onUnitTestsList"
|
|
|
|
],
|
|
|
|
"ScribuntoExternalLibraries": [
|
|
|
|
"ParserFunctionsHooks::onScribuntoExternalLibraries"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"AutoloadClasses": {
|
|
|
|
"ExtParserFunctions": "ParserFunctions_body.php",
|
|
|
|
"ExprParser": "Expr.php",
|
|
|
|
"ExprError": "Expr.php",
|
|
|
|
"Scribunto_LuaParserFunctionsLibrary": "ParserFunctions.library.php",
|
|
|
|
"ParserFunctionsHooks": "ParserFunctions.hooks.php"
|
|
|
|
},
|
|
|
|
"ParserTestFiles": [
|
|
|
|
"funcsParserTests.txt",
|
|
|
|
"stringFunctionTests.txt"
|
2015-05-29 03:45:34 +00:00
|
|
|
],
|
|
|
|
"manifest_version": 1
|
2015-05-04 20:40:24 +00:00
|
|
|
}
|