-
Notifications
You must be signed in to change notification settings - Fork 24
/
skin.json
157 lines (157 loc) · 4.69 KB
/
skin.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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
{
"name": "Timeless",
"version": "0.9.1",
"author": "Isarra Yos",
"url": "https://www.mediawiki.org/wiki/Skin:Timeless",
"descriptionmsg": "timeless-desc",
"namemsg": "skinname-timeless",
"license-name": "GPL-2.0-or-later",
"type": "skin",
"requires": {
"MediaWiki": ">= 1.43"
},
"ValidSkinNames": {
"timeless": {
"displayname": "Timeless",
"class": "MediaWiki\\Skin\\Timeless\\SkinTimeless",
"args": [
{
"name": "timeless",
"supportsMwHeading": true,
"bodyOnly": true,
"template": "MediaWiki\\Skin\\Timeless\\TimelessTemplate",
"responsive": true,
"styles": [
"skins.timeless"
],
"scripts": [
"skins.timeless.js"
]
}
]
}
},
"MessagesDirs": {
"Timeless": [
"i18n"
]
},
"config": {
"TimelessBackdropImage": {
"value": "cat.svg",
"description": "Set it as you would $wgLogo to an appropriate background image. Recommendation is an svg set to 500-750px wide"
},
"TimelessLogo": {
"value": null,
"description": "Special logo rendering, allowing for custom logos for Timeless"
},
"TimelessWordmark": {
"value": null,
"description": "To use an image instead of the default Linux Libertine serif text for the header banner wordmark"
}
},
"ResourceModules": {
"skins.timeless": {
"class": "MediaWiki\\Skin\\Timeless\\TimelessVariablesModule",
"features": {
"normalize": false,
"logo": false,
"content-media": false,
"content-links": true,
"content-links-external": true,
"content-tables": false,
"interface": false,
"interface-category": false,
"elements": false,
"i18n-ordered-lists": true,
"i18n-headings": true,
"toc": true
},
"styles": {
"resources/content.media-common.less": {
"media": "all"
},
"resources/libraries/normalise.css": {
"media": "screen"
},
"resources/libraries/shared.css": {
"media": "screen"
},
"resources/forms.less": {
"media": "screen"
},
"resources/content.media-screen.less": {
"media": "screen"
},
"resources/screen-common.less": {
"media": "screen"
},
"resources/screen-desktop.less": {
"media": "screen and (min-width: 851px)"
},
"resources/screen-desktop-full.less": {
"media": "screen and (min-width: 1340px)"
},
"resources/screen-desktop-mid.less": {
"media": "screen and (min-width: 1100px) and (max-width: 1339px)"
},
"resources/screen-desktop-small.less": {
"media": "screen and (min-width: 851px) and (max-width: 1099px)"
},
"resources/screen-mobile.less": {
"media": "screen and (max-width: 850px)"
},
"0": "resources/screen-misc.less",
"resources/libraries/common-print.less": {
"media": "print"
},
"resources/print.css": {
"media": "print"
},
"resources/content.media-print.less": {
"media": "print"
}
},
"@NOTE": "Remember to also update variables.less if you change the width cutoffs here. screen-misc.less and mobile.js may also need updating."
},
"skins.timeless.js": {
"scripts": [
"resources/main.js",
"resources/mobile.js"
],
"styles": {
"resources/main.js.less": {
"media": "screen"
}
}
}
},
"ResourceFileModulePaths": {
"localBasePath": "",
"remoteSkinPath": "Timeless"
},
"ResourceModuleSkinStyles": {
"timeless": {
"+mediawiki.page.ready": "resources/teleportTarget.less",
"+oojs-ui-core.styles": "resources/ooui.less",
"+ext.echo.styles.badge": "resources/extensions/Echo.less",
"+ext.eventLogging.jsonSchema.styles": "resources/extensions/EventLogging.jsonSchema.less",
"+ext.translate.messagetable": "resources/extensions/Translate.messagetable.less",
"+ext.translate.statstable": "resources/extensions/Translate.statstable.less",
"+ext.visualEditor.core": "resources/extensions/VisualEditor.core.less",
"+ext.visualEditor.desktopArticleTarget.noscript": "resources/extensions/VisualEditor.article.less",
"+ext.visualEditor.mwwikitext": "resources/extensions/VisualEditor.mwwikitext.less",
"+ext.CodeMirror.visualEditor": "resources/extensions/VisualEditor.CodeMirror.less",
"+ext.CodeMirror.v6.visualEditor": "resources/extensions/VisualEditor.CodeMirror.less",
"+ext.dismissableSiteNotice.styles": "resources/extensions/DismissableSiteNotice.less",
"+ext.MWOAuth.AuthorizeForm": "resources/extensions/MWOAuth.AuthorizeForm.less",
"+ext.wikiLove.icon": "resources/extensions/WikiLove.icon.less",
"+ext.proofreadpage.page.navigation": "resources/extensions/Proofreadpage.page.navigation.less",
"+ext.wikiEditor.styles": "resources/extensions/WikiEditor.less"
}
},
"AutoloadNamespaces": {
"MediaWiki\\Skin\\Timeless\\": "includes/"
},
"manifest_version": 2
}