mediawiki-extensions-Interwiki/extension.json
Fomafix b4d359d250 Load 'ext.interwiki.specialpage' as style module
This avoids a FOUC on loading.

For overwriting the wikitable styles a higher specificity is needed to
not depend on the order of loading.

The dependency to module 'jquery.makeCollapsible' is not necessary
because this module is loaded automatically.

Change-Id: Icc1ec927a89df5cf8c847ab5cb77d81f2651be49
2018-01-20 12:05:02 +00:00

62 lines
1.2 KiB
JSON

{
"name": "Interwiki",
"version": "3.1 20160307",
"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+",
"type": "specialpage",
"requires": {
"MediaWiki": ">= 1.26.0"
},
"ExtensionMessagesFiles": {
"InterwikiAlias": "Interwiki.alias.php"
},
"config": {
"InterwikiCentralDB": null,
"InterwikiViewOnly": false
},
"MessagesDirs": {
"Interwiki": [
"i18n"
]
},
"Hooks": {
"InterwikiLoadPrefix": [
"InterwikiHooks::onInterwikiLoadPrefix"
]
},
"ResourceModules": {
"ext.interwiki.specialpage": {
"styles": "Interwiki.css"
}
},
"ResourceFileModulePaths": {
"localBasePath": "",
"remoteExtPath": "Interwiki"
},
"SpecialPages": {
"Interwiki": "SpecialInterwiki"
},
"ExtensionFunctions": [
"InterwikiHooks::onExtensionFunctions"
],
"AutoloadClasses": {
"InterwikiHooks": "Interwiki_hooks.php",
"SpecialInterwiki": "Interwiki_body.php",
"InterwikiLogFormatter": "InterwikiLogFormatter.php"
},
"manifest_version": 1
}