summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/Maps/extension.json
blob: a631e18d6ec1bb65d327a071be22022c602565c4 (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
{
	"name": "Maps",
	"version": "7.3.2",

	"author": [
		"[https://www.mediawiki.org/wiki/User:Jeroen_De_Dauw Jeroen De Dauw]",
		"..."
	],
	"url": "https://github.com/JeroenDeDauw/Maps/blob/master/README.md#maps",
	"descriptionmsg": "maps-desc",
	"license-name": "GPL-2.0-or-later",
	"type": "parserhook",

	"requires": {
		"MediaWiki": ">= 1.31.0"
	},

	"MessagesDirs": {
		"Maps.class": [
			"i18n"
		]
	},
	"ExtensionMessagesFiles": {
		"MapsAlias": "i18n/aliases/Aliases.php",
		"MapsMagic": "i18n/magic/MagicWords.php"
	},

	"callback": "MapsRegistration::onRegistration",
	"ContentHandlers": {
		"GeoJson": "Maps\\MediaWiki\\Content\\GeoJsonContentHandler"
	},
	"namespaces": [
		{
			"id": 420,
			"constant": "NS_GEO_JSON",
			"name": "GeoJson",
			"subpages": false,
			"content": true,
			"defaultcontentmodel": "GeoJson"
		},
		{
			"id": 421,
			"constant": "NS_GEO_JSON_TALK",
			"name": "GeoJson_talk",
			"subpages": true,
			"content": false,
			"defaultcontentmodel": "wikitext"
		}
	],
	"load_composer_autoloader": true,
	"manifest_version": 2
}