2015-05-03 06:35:33 +00:00
|
|
|
{
|
|
|
|
"name": "ImageMap",
|
|
|
|
"author": "Tim Starling",
|
|
|
|
"url": "https://www.mediawiki.org/wiki/Extension:ImageMap",
|
|
|
|
"descriptionmsg": "imagemap_desc",
|
2018-02-01 07:12:14 +00:00
|
|
|
"license-name": "GPL-2.0-or-later",
|
2015-05-03 06:35:33 +00:00
|
|
|
"type": "parserhook",
|
2019-02-13 00:22:28 +00:00
|
|
|
"requires": {
|
2022-08-21 16:41:41 +00:00
|
|
|
"MediaWiki": ">= 1.35.0"
|
2019-02-13 00:22:28 +00:00
|
|
|
},
|
2015-05-03 06:35:33 +00:00
|
|
|
"MessagesDirs": {
|
|
|
|
"ImageMap": [
|
|
|
|
"i18n"
|
|
|
|
]
|
|
|
|
},
|
2022-08-21 16:41:41 +00:00
|
|
|
"HookHandlers": {
|
|
|
|
"main": {
|
|
|
|
"class": "MediaWiki\\Extension\\ImageMap\\ImageMap"
|
|
|
|
}
|
|
|
|
},
|
2015-05-03 06:35:33 +00:00
|
|
|
"Hooks": {
|
2022-08-21 16:41:41 +00:00
|
|
|
"ParserFirstCallInit": "main"
|
2015-05-03 06:35:33 +00:00
|
|
|
},
|
2020-04-19 01:09:33 +00:00
|
|
|
"AutoloadNamespaces": {
|
2022-03-05 15:10:40 +00:00
|
|
|
"MediaWiki\\Extension\\ImageMap\\": "includes/"
|
2015-05-03 06:35:33 +00:00
|
|
|
},
|
2020-05-11 23:02:53 +00:00
|
|
|
"manifest_version": 2
|
2015-05-03 06:35:33 +00:00
|
|
|
}
|