summaryrefslogtreecommitdiff
path: root/extensions/Interwiki/extension.json
blob: 49bd511c99c70ec44ec0ec1344c1d52cd2fe096d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
	"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"
	}
}