summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/CountryStates/extension.json
blob: 1fdd8bbab9540f520bea0d23f80f6e6ab5075c06 (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
{
	"name": "CountryStates",
	"author": "Yaco",
	"version": "1.0.0",
	"url": "",
	"descriptionmsg": "Allows to list countries and states. {{#states:AR}} gives list of states of a country; {{#countries:AR}} gives name of countrycode; {{#countries:}} gives the full list of countries",
	"license-name": "GPL-2.0-or-later",
	"type": "parserhook",
	"MessagesDirs": {
		"CountryStates": [
			"i18n"
		]
	},
	"AutoloadClasses": {
		"CountryStatesHooks": "CountryStatesHooks.php"
	},
	"ExtensionMessagesFiles": {
		"CountryStatesMagic": "CountryStates.i18n.php"
	},
	"Hooks": {
		"ParserFirstCallInit": "CountryStatesHooks::onParserFirstCallInit"
	},
	"manifest_version": 1
}