-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathextension.json
53 lines (53 loc) · 1.17 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "TouhouThemeDB",
"author": "Nmlgc",
"url": "https://github.com/thpatch/TouhouThemeDB",
"descriptionmsg": "tdb-desc",
"type": "other",
"license-name": "Unlicense",
"requires": {
"MediaWiki": ">= 1.37.0",
"extensions": {
"Translate": "*"
}
},
"AutoloadNamespaces": {
"TouhouThemeDB\\": "includes/",
"TouhouThemeDB\\Api\\": "api/"
},
"namespaces": [
{
"id": 1202,
"constant": "NS_THEMEDB",
"name": "tdb",
"subpages": true,
"capitallinkoverride": false
},
{
"id": 1203,
"constant": "NS_THEMEDB_TALK",
"name": "tdb_talk",
"subpages": true,
"capitallinkoverride": false,
"protection": "translate"
}
],
"APIListModules": {
"tdbtitles": "TouhouThemeDB\\Api\\TDBTitles",
"tdbrelations": "TouhouThemeDB\\Api\\TDBRelations"
},
"ExtensionMessagesFiles": {
"TouhouThemeDBMagic": "TouhouThemeDB.i18n.magic.php"
},
"Hooks": {
"ParserPreSaveTransformComplete": "TouhouThemeDB\\Hooks::onParserPreSaveTransformComplete",
"ParserFirstCallInit": "TouhouThemeDB\\Hooks::onParserFirstCallInit"
},
"MessagesDirs": {
"TouhouThemeDB": [
"i18n"
]
},
"callback": "TouhouThemeDB\\Hooks::onRegistration",
"manifest_version": 2
}