mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ParserFunctions
synced 2024-11-15 11:59:54 +00:00
e6385dfb32
Bug: T170037 Change-Id: I41d7ee671ca103097271379df83cf63d979ee709
47 lines
1.1 KiB
JSON
47 lines
1.1 KiB
JSON
{
|
|
"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",
|
|
"license-name": "GPL-2.0-or-later",
|
|
"type": "parserhook",
|
|
"requires": {
|
|
"MediaWiki": ">= 1.25.0"
|
|
},
|
|
"config": {
|
|
"PFEnableStringFunctions": false,
|
|
"PFStringLengthLimit": 1000
|
|
},
|
|
"callback": "ParserFunctionsHooks::onRegistration",
|
|
"ExtensionMessagesFiles": {
|
|
"ParserFunctionsMagic": "ParserFunctions.i18n.magic.php"
|
|
},
|
|
"MessagesDirs": {
|
|
"ParserFunctions": [
|
|
"i18n"
|
|
]
|
|
},
|
|
"Hooks": {
|
|
"ParserFirstCallInit": [
|
|
"ParserFunctionsHooks::onParserFirstCallInit"
|
|
],
|
|
"ScribuntoExternalLibraries": [
|
|
"ParserFunctionsHooks::onScribuntoExternalLibraries"
|
|
]
|
|
},
|
|
"AutoloadClasses": {
|
|
"ExtParserFunctions": "includes/ExtParserFunctions.php",
|
|
"ExprParser": "includes/ExprParser.php",
|
|
"ExprError": "includes/ExprError.php",
|
|
"Scribunto_LuaParserFunctionsLibrary": "includes/Scribunto_LuaParserFunctionsLibrary.php",
|
|
"ParserFunctionsHooks": "includes/ParserFunctionsHooks.php"
|
|
},
|
|
"manifest_version": 1
|
|
}
|