mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Interwiki
synced 2024-11-15 10:37:36 +00:00
53cd67a722
$wgSpecialPageGroups is deprecated since 1.21 override SpecialPage::getGroupName instead Change-Id: I512120e9cf7245dbe2225c6bc5cc20549745ef04
60 lines
1.2 KiB
JSON
60 lines
1.2 KiB
JSON
{
|
|
"name": "Interwiki",
|
|
"version": "3.0 20140719",
|
|
"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",
|
|
"type": "specialpage",
|
|
"ExtensionMessagesFiles": {
|
|
"InterwikiAlias": "Interwiki.alias.php"
|
|
},
|
|
"config": {
|
|
"InterwikiCentralDB": null,
|
|
"InterwikiViewOnly": false
|
|
},
|
|
"MessagesDirs": {
|
|
"Interwiki": [
|
|
"i18n"
|
|
]
|
|
},
|
|
"Hooks": {
|
|
"InterwikiLoadPrefix": [
|
|
"InterwikiHooks::onInterwikiLoadPrefix"
|
|
]
|
|
},
|
|
"ResourceModules": {
|
|
"ext.interwiki.specialpage": {
|
|
"styles": "Interwiki.css",
|
|
"dependencies": [
|
|
"jquery.makeCollapsible"
|
|
]
|
|
}
|
|
},
|
|
"ResourceFileModulePaths": {
|
|
"localBasePath": "",
|
|
"remoteExtPath": "Interwiki"
|
|
},
|
|
"SpecialPages": {
|
|
"Interwiki": "SpecialInterwiki"
|
|
},
|
|
"ExtensionFunctions": [
|
|
"InterwikiHooks::onExtensionFunctions"
|
|
],
|
|
"AutoloadClasses": {
|
|
"InterwikiHooks": "Interwiki_hooks.php",
|
|
"SpecialInterwiki": "Interwiki_body.php",
|
|
"InterwikiLogFormatter": "Interwiki_body.php"
|
|
}
|
|
}
|