mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Interwiki
synced 2024-11-23 22:13:37 +00:00
40410e38dc
There is no need to have it in the root folder Change-Id: I656985dc019854299c70948547288b27de5951ca
71 lines
1.5 KiB
JSON
71 lines
1.5 KiB
JSON
{
|
|
"name": "Interwiki",
|
|
"version": "3.2",
|
|
"author": [
|
|
"Stephanie Amanda Stevens",
|
|
"Alexandre Emsenhuber",
|
|
"Robin Pepermans",
|
|
"Siebrand Mazeland",
|
|
"Platonides",
|
|
"Raimond Spekking",
|
|
"Sam Reed",
|
|
"Jack Phoenix",
|
|
"Calimonius the Estrange",
|
|
"..."
|
|
],
|
|
"url": "https://www.mediawiki.org/wiki/Extension:Interwiki",
|
|
"descriptionmsg": "interwiki-desc",
|
|
"license-name": "GPL-2.0-or-later",
|
|
"type": "specialpage",
|
|
"requires": {
|
|
"MediaWiki": ">= 1.36.0"
|
|
},
|
|
"ExtensionMessagesFiles": {
|
|
"InterwikiAlias": "Interwiki.alias.php"
|
|
},
|
|
"config": {
|
|
"InterwikiCentralDB": {
|
|
"value": null
|
|
},
|
|
"InterwikiCentralInterlanguageDB": {
|
|
"value": null
|
|
},
|
|
"InterwikiViewOnly": {
|
|
"value": false
|
|
}
|
|
},
|
|
"MessagesDirs": {
|
|
"Interwiki": [
|
|
"i18n"
|
|
]
|
|
},
|
|
"Hooks": {
|
|
"InterwikiLoadPrefix": "InterwikiHooks::onInterwikiLoadPrefix",
|
|
"UserGetAllRights": "InterwikiHooks::onUserGetAllRights"
|
|
},
|
|
"ResourceModules": {
|
|
"ext.interwiki.specialpage": {
|
|
"styles": "interwiki.css"
|
|
}
|
|
},
|
|
"ResourceFileModulePaths": {
|
|
"localBasePath": "modules",
|
|
"remoteExtPath": "Interwiki/modules"
|
|
},
|
|
"SpecialPages": {
|
|
"Interwiki": "SpecialInterwiki"
|
|
},
|
|
"ExtensionFunctions": [
|
|
"InterwikiHooks::onExtensionFunctions"
|
|
],
|
|
"AutoloadClasses": {
|
|
"InterwikiHooks": "includes/InterwikiHooks.php",
|
|
"SpecialInterwiki": "includes/SpecialInterwiki.php",
|
|
"InterwikiLogFormatter": "includes/InterwikiLogFormatter.php"
|
|
},
|
|
"LogActionsHandlers": {
|
|
"interwiki/*": "InterwikiLogFormatter"
|
|
},
|
|
"manifest_version": 2
|
|
}
|