-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathextension.json
74 lines (74 loc) · 1.68 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "W4G Rating Bar",
"version": "2.2",
"author": [
"[http://www.patheticcockroach.com David Dernoncourt]",
"[http://www.francky.me Franck Dernoncourt]",
"[http://www.aiowiki.com/User:Reddo Reddo]"
],
"url": "http://www.wiki4games.com/Wiki4Games:W4G_Rating_Bar",
"descriptionmsg": "w4g_rb-desc-hook",
"type": "parserhook",
"GroupPermissions": {
"*": {
"w4g_rb-canvote": false
},
"user": {
"w4g_rb-canvote": true
},
"autoconfirmed": {
"w4g_rb-canvote": true
},
"bot": {
"w4g_rb-canvote": false
},
"sysop": {
"w4g_rb-canvote": true
},
"bureaucrat": {
"w4g_rb-canvote": true
}
},
"AvailableRights": [
"w4g_rb-canvote"
],
"SpecialPages": {
"W4GRB": "W4GRB"
},
"ExtensionMessagesFiles": {
"W4GRBMagic": "w4g_rb.i18n.magic.php",
"w4g_rb": "w4g_rb.i18n.php"
},
"AutoloadClasses": {
"W4GRB": "SpecialW4GRB_body.php",
"W4GRBPage": "w4g_rb-page.class.php",
"W4G": "w4g_rb.php"
},
"Hooks": {
"LoadExtensionSchemaUpdates": "W4G::makeRatingBarDBChanges",
"ParserFirstCallInit": "W4G::W4GrbSetup",
"BeforePageDisplay": "W4G::W4GrbAutoShow"
},
"config": {
"W4GRB_Path": "/extensions/RatingBar",
"W4GRB_Settings": {
"ajax-fresh-data": true,
"allow-unoptimized-queries": true,
"anonymous-voting-enabled": false,
"auto-include": false,
"default-items-per-list": 10,
"fix-spaces": true,
"max-bars-per-page": 2,
"max-items-per-list": 100,
"max-lists-per-page": 10,
"multivote-cooldown": 604800,
"category-cache-time": 604800,
"show-mismatching-bar": true,
"show-voter-names": false
},
"ExtensionAliasesFiles": {
"w4g_rb": "/extensions/RatingBar/w4g_rb.alias.php"
}
},
"manifest_version": 1
}