2015-02-06 16:21:29 -05:00
|
|
|
{
|
|
|
|
"name": "MonoBook",
|
|
|
|
"author": [
|
|
|
|
"Gabriel Wicke",
|
2018-05-01 15:44:43 -04:00
|
|
|
"Isarra Yos",
|
2015-02-06 16:21:29 -05:00
|
|
|
"..."
|
|
|
|
],
|
|
|
|
"url": "https://www.mediawiki.org/wiki/Skin:MonoBook",
|
|
|
|
"descriptionmsg": "monobook-desc",
|
2015-09-28 05:42:33 -04:00
|
|
|
"namemsg": "skinname-monobook",
|
2018-02-15 16:12:47 -05:00
|
|
|
"license-name": "GPL-2.0-or-later",
|
2015-02-06 16:21:29 -05:00
|
|
|
"type": "skin",
|
2015-09-23 11:33:50 -04:00
|
|
|
"requires": {
|
2020-08-04 17:25:06 -04:00
|
|
|
"MediaWiki": ">= 1.36.0"
|
2015-09-23 11:33:50 -04:00
|
|
|
},
|
2015-03-25 18:54:17 -04:00
|
|
|
"ValidSkinNames": {
|
2021-06-23 12:16:06 -04:00
|
|
|
"monobook": {
|
2020-03-27 19:21:25 -04:00
|
|
|
"class": "SkinMustache",
|
2021-06-23 12:16:06 -04:00
|
|
|
"args": [
|
|
|
|
{
|
|
|
|
"name": "monobook",
|
2020-03-27 19:21:25 -04:00
|
|
|
"responsive": true,
|
|
|
|
"templateDirectory": "templates/",
|
2021-06-24 12:07:10 -04:00
|
|
|
"scripts": [ "skins.monobook.scripts" ],
|
|
|
|
"styles": [ "skins.monobook.styles" ],
|
2020-03-27 19:21:25 -04:00
|
|
|
"messages": [
|
|
|
|
"tagline",
|
|
|
|
"nstab-main",
|
|
|
|
"nstab-talk",
|
|
|
|
"monobook-more-actions",
|
|
|
|
"otherlanguages",
|
|
|
|
"toolbox",
|
|
|
|
"navigation-heading",
|
|
|
|
"monobook-jumptotop",
|
|
|
|
"monobook-jumptopersonal",
|
|
|
|
"monobook-jumptosearch",
|
|
|
|
"monobook-cactions-label",
|
|
|
|
"monobook-jumptonavigation"
|
|
|
|
]
|
2021-06-23 12:16:06 -04:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
2015-03-25 18:54:17 -04:00
|
|
|
},
|
2015-05-23 09:29:16 -04:00
|
|
|
"SkinOOUIThemes": {
|
2015-07-23 13:19:13 -04:00
|
|
|
"monobook": "Apex"
|
2015-05-23 09:29:16 -04:00
|
|
|
},
|
2018-05-20 15:32:21 -04:00
|
|
|
"SkinLessImportPaths": {
|
|
|
|
"monobook": "resources/mediawiki.less"
|
|
|
|
},
|
2018-05-19 14:42:05 -04:00
|
|
|
"Hooks": {
|
2020-03-27 19:21:25 -04:00
|
|
|
"OutputPageBodyAttributes": "MonoBook\\Hooks::onOutputPageBodyAttributes",
|
|
|
|
"SkinTemplateNavigation::Universal": "MonoBook\\Hooks::onSkinTemplateNavigationUniversal"
|
2018-05-19 14:42:05 -04:00
|
|
|
},
|
2015-02-06 16:21:29 -05:00
|
|
|
"MessagesDirs": {
|
|
|
|
"MonoBook": [
|
|
|
|
"i18n"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"ResourceModules": {
|
|
|
|
"skins.monobook.styles": {
|
2020-02-05 01:23:16 -05:00
|
|
|
"class": "ResourceLoaderSkinModule",
|
2020-09-14 18:17:35 -04:00
|
|
|
"features": {
|
|
|
|
"normalize": true,
|
|
|
|
"elements": true,
|
2021-07-28 13:22:27 -04:00
|
|
|
"logo": true,
|
2021-08-18 14:45:13 -04:00
|
|
|
"content-media": true,
|
2020-12-04 17:55:56 -05:00
|
|
|
"content-links": true,
|
2021-07-28 13:22:27 -04:00
|
|
|
"content-tables": true,
|
2020-09-14 18:17:35 -04:00
|
|
|
"interface": true,
|
2021-07-28 13:22:27 -04:00
|
|
|
"interface-message-box": true,
|
|
|
|
"interface-category": true,
|
|
|
|
"i18n-ordered-lists": true,
|
|
|
|
"i18n-all-lists-margins": true,
|
|
|
|
"i18n-headings": true
|
2020-09-14 18:17:35 -04:00
|
|
|
},
|
2021-06-24 12:07:10 -04:00
|
|
|
"styles": [
|
|
|
|
"resources/skin.less",
|
|
|
|
"resources/skin-responsive.less"
|
|
|
|
]
|
2020-08-04 17:39:18 -04:00
|
|
|
},
|
2021-06-24 12:07:10 -04:00
|
|
|
"skins.monobook.scripts": {
|
2020-08-04 17:39:18 -04:00
|
|
|
"targets": [ "desktop", "mobile" ],
|
2021-06-24 12:07:10 -04:00
|
|
|
"packageFiles": [
|
|
|
|
"resources/skin.js",
|
|
|
|
"resources/mobile-uls.js",
|
|
|
|
"resources/mobile-echo.js"
|
|
|
|
],
|
|
|
|
"styles": "resources/skin.js.less",
|
2020-08-04 17:39:18 -04:00
|
|
|
"dependencies": [
|
|
|
|
"oojs-ui.styles.icons-alerts",
|
2021-11-12 18:03:15 -05:00
|
|
|
"mediawiki.util",
|
|
|
|
"mediawiki.user"
|
2020-08-04 17:39:18 -04:00
|
|
|
],
|
|
|
|
"messages": [
|
|
|
|
"monobook-notifications-link",
|
|
|
|
"monobook-notifications-link-none"
|
|
|
|
]
|
2015-02-06 16:21:29 -05:00
|
|
|
}
|
|
|
|
},
|
2015-03-25 18:54:17 -04:00
|
|
|
"ResourceFileModulePaths": {
|
|
|
|
"localBasePath": "",
|
|
|
|
"remoteSkinPath": "MonoBook"
|
|
|
|
},
|
2015-11-08 09:02:01 -05:00
|
|
|
"ResourceModuleSkinStyles": {
|
|
|
|
"monobook": {
|
2018-03-21 16:57:23 -04:00
|
|
|
"+mediawiki.action.view.redirectPage": "resources/skinStyles/mediawiki.action.view.redirectPage.css",
|
|
|
|
"+mediawiki.notification": "resources/skinStyles/mediawiki.notification.less",
|
2018-05-03 15:45:10 -04:00
|
|
|
"+oojs-ui-core.styles": "resources/skinStyles/ooui.less",
|
2019-06-20 14:08:43 -04:00
|
|
|
"+ext.uls.interface": "resources/skinStyles/ext.uls.interface.less",
|
|
|
|
"+ext.relatedArticles.readMore": "resources/skinStyles/ext.relatedArticles.readMore.less"
|
2015-11-08 09:02:01 -05:00
|
|
|
}
|
|
|
|
},
|
2021-06-23 12:16:06 -04:00
|
|
|
"AutoloadNamespaces": {
|
|
|
|
"MonoBook\\": "includes/"
|
2015-06-02 02:54:10 -04:00
|
|
|
},
|
2020-01-10 23:47:16 -05:00
|
|
|
"manifest_version": 2
|
2015-02-06 16:21:29 -05:00
|
|
|
}
|