2015-05-03 02:29:17 +00:00
|
|
|
{
|
|
|
|
"name": "Interwiki",
|
2019-04-05 23:47:04 +00:00
|
|
|
"version": "3.2",
|
2015-05-03 02:29:17 +00:00
|
|
|
"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",
|
2018-02-01 07:12:42 +00:00
|
|
|
"license-name": "GPL-2.0-or-later",
|
2015-05-03 02:29:17 +00:00
|
|
|
"type": "specialpage",
|
2015-09-23 15:48:24 +00:00
|
|
|
"requires": {
|
2020-12-22 13:26:41 +00:00
|
|
|
"MediaWiki": ">= 1.36.0"
|
2015-09-23 15:48:24 +00:00
|
|
|
},
|
2015-05-03 02:29:17 +00:00
|
|
|
"ExtensionMessagesFiles": {
|
|
|
|
"InterwikiAlias": "Interwiki.alias.php"
|
|
|
|
},
|
|
|
|
"config": {
|
2020-05-12 00:53:21 +00:00
|
|
|
"InterwikiCentralDB": {
|
|
|
|
"value": null
|
|
|
|
},
|
|
|
|
"InterwikiCentralInterlanguageDB": {
|
|
|
|
"value": null
|
|
|
|
},
|
|
|
|
"InterwikiViewOnly": {
|
|
|
|
"value": false
|
|
|
|
}
|
2015-05-03 02:29:17 +00:00
|
|
|
},
|
|
|
|
"MessagesDirs": {
|
|
|
|
"Interwiki": [
|
|
|
|
"i18n"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"Hooks": {
|
2021-03-14 05:06:15 +00:00
|
|
|
"InterwikiLoadPrefix": "MediaWiki\\Extension\\Interwiki\\Hooks::onInterwikiLoadPrefix",
|
|
|
|
"UserGetAllRights": "MediaWiki\\Extension\\Interwiki\\Hooks::onUserGetAllRights"
|
2015-05-03 02:29:17 +00:00
|
|
|
},
|
|
|
|
"ResourceModules": {
|
|
|
|
"ext.interwiki.specialpage": {
|
2021-03-12 22:33:24 +00:00
|
|
|
"styles": "interwiki.css"
|
2015-05-03 02:29:17 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"ResourceFileModulePaths": {
|
2021-03-12 22:33:24 +00:00
|
|
|
"localBasePath": "modules",
|
|
|
|
"remoteExtPath": "Interwiki/modules"
|
2015-05-03 02:29:17 +00:00
|
|
|
},
|
|
|
|
"SpecialPages": {
|
2021-03-14 05:06:15 +00:00
|
|
|
"Interwiki": "MediaWiki\\Extension\\Interwiki\\SpecialInterwiki"
|
2015-05-03 02:29:17 +00:00
|
|
|
},
|
|
|
|
"ExtensionFunctions": [
|
2021-03-14 05:06:15 +00:00
|
|
|
"MediaWiki\\Extension\\Interwiki\\Hooks::onExtensionFunctions"
|
2015-05-03 02:29:17 +00:00
|
|
|
],
|
2021-03-14 05:06:15 +00:00
|
|
|
"AutoloadNamespaces": {
|
|
|
|
"MediaWiki\\Extension\\Interwiki\\": "includes/"
|
2015-05-29 03:44:53 +00:00
|
|
|
},
|
2018-07-25 23:48:09 +00:00
|
|
|
"LogActionsHandlers": {
|
2021-03-14 05:06:15 +00:00
|
|
|
"interwiki/*": "MediaWiki\\Extension\\Interwiki\\InterwikiLogFormatter"
|
2018-07-25 23:48:09 +00:00
|
|
|
},
|
2020-05-12 00:53:21 +00:00
|
|
|
"manifest_version": 2
|
2015-05-03 02:29:17 +00:00
|
|
|
}
|