-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathextension.json
32 lines (32 loc) · 1.11 KB
/
extension.json
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
{
"name": "ParserPower",
"version": "1.0.2",
"author": [
"[http://www.mediawiki.org/wiki/User:OoEyes Shawn Bruckner]",
"Hydra Wiki Platform Team"
],
"license-name": "GPL-2.0-or-later",
"url": "https://gitlab.com/hydrawiki/extensions/ParserPower",
"description": "A collection of extended parser functions for MediaWiki, particularly including functions for dealing with lists of values separated by a dynamically-specified delimiter.",
"descriptionmsg": "parserpower-desc",
"type": "parserhook",
"MessagesDirs": {
"parserpower": [
"i18n"
]
},
"ExtensionMessagesFiles": {
"ParserPowerMagic": "ParserPower.i18n.magic.php"
},
"AutoloadClasses": {
"ParserPower\\ParserPower": "includes/ParserPower.php",
"ParserPower\\ParserPowerCompare": "includes/ParserPowerCompare.php",
"ParserPower\\ParserPowerSortKeyValueComparer": "includes/ParserPowerSortKeyValueComparer.php",
"ParserPower\\ParserPowerSimple": "includes/ParserPowerSimple.php",
"ParserPower\\ParserPowerLists": "includes/ParserPowerLists.php"
},
"Hooks": {
"ParserFirstCallInit": "ParserPower\\ParserPower::setup"
},
"manifest_version": 2
}