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": {
|
|
|
|
"monobook": "MonoBook"
|
|
|
|
},
|
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-06-03 18:50:36 -04:00
|
|
|
"DefaultUserOptions": {
|
|
|
|
"monobook-responsive": true
|
|
|
|
},
|
2018-05-19 14:42:05 -04:00
|
|
|
"Hooks": {
|
2020-08-04 17:39:18 -04:00
|
|
|
"GetPreferences": "SkinMonoBook::onGetPreferences"
|
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,
|
|
|
|
"content": true,
|
|
|
|
"interface": true,
|
|
|
|
"logo": true,
|
|
|
|
"legacy": true
|
|
|
|
},
|
2018-06-03 18:50:36 -04:00
|
|
|
"styles": {
|
|
|
|
"resources/screen-common.less": {
|
|
|
|
"media": "screen"
|
|
|
|
},
|
|
|
|
"resources/screen-desktop.css": {
|
|
|
|
"media": "screen"
|
2020-08-15 05:15:26 -04:00
|
|
|
},
|
|
|
|
"resources/print-common.less": {
|
|
|
|
"media": "print"
|
2018-06-03 18:50:36 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"skins.monobook.responsive": {
|
2020-02-05 01:23:16 -05:00
|
|
|
"class": "ResourceLoaderSkinModule",
|
2020-09-14 18:17:35 -04:00
|
|
|
"features": {
|
|
|
|
"normalize": true,
|
|
|
|
"elements": true,
|
|
|
|
"content": true,
|
|
|
|
"interface": true,
|
|
|
|
"legacy": true,
|
|
|
|
"logo": true
|
|
|
|
},
|
2020-01-10 23:47:16 -05:00
|
|
|
"targets": [
|
|
|
|
"desktop",
|
|
|
|
"mobile"
|
|
|
|
],
|
2015-02-06 16:21:29 -05:00
|
|
|
"styles": {
|
2018-03-24 14:01:41 -04:00
|
|
|
"resources/screen-common.less": {
|
2015-02-06 16:21:29 -05:00
|
|
|
"media": "screen"
|
2018-03-23 22:40:02 -04:00
|
|
|
},
|
2018-04-18 19:02:36 -04:00
|
|
|
"resources/screen-desktop.css": {
|
2018-06-05 05:19:01 -04:00
|
|
|
"media": "screen and (min-width: 551px)"
|
2018-05-01 15:44:43 -04:00
|
|
|
},
|
|
|
|
"resources/screen-mobile.less": {
|
2018-06-05 05:19:01 -04:00
|
|
|
"media": "screen and (max-width: 550px)"
|
2020-08-15 05:15:26 -04:00
|
|
|
},
|
|
|
|
"resources/print-common.less": {
|
|
|
|
"media": "print"
|
2015-02-06 16:21:29 -05:00
|
|
|
}
|
2015-03-25 18:54:17 -04:00
|
|
|
}
|
2018-05-03 15:45:10 -04:00
|
|
|
},
|
2020-08-04 17:39:18 -04:00
|
|
|
"skins.monobook.mobile.uls": {
|
|
|
|
"targets": [ "desktop", "mobile" ],
|
|
|
|
"scripts": [ "resources/mobile-uls.js" ]
|
|
|
|
},
|
|
|
|
"skins.monobook.mobile.echohack": {
|
|
|
|
"targets": [ "desktop", "mobile" ],
|
|
|
|
"scripts": [ "resources/mobile-echo.js" ],
|
|
|
|
"styles": {
|
|
|
|
"resources/mobile-echo.less": {
|
|
|
|
"media": "screen and (max-width: 550px)"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"dependencies": [
|
|
|
|
"oojs-ui.styles.icons-alerts",
|
|
|
|
"mediawiki.util"
|
|
|
|
],
|
|
|
|
"messages": [
|
|
|
|
"monobook-notifications-link",
|
|
|
|
"monobook-notifications-link-none"
|
|
|
|
]
|
|
|
|
},
|
2018-05-03 15:45:10 -04:00
|
|
|
"skins.monobook.mobile": {
|
2020-02-24 17:15:03 -05:00
|
|
|
"class": "ResourceLoaderSkinModule",
|
2020-09-14 18:17:35 -04:00
|
|
|
"features": {
|
|
|
|
"normalize": true,
|
|
|
|
"elements": true,
|
|
|
|
"content": true,
|
|
|
|
"interface": true,
|
|
|
|
"logo": true,
|
|
|
|
"legacy": true
|
|
|
|
},
|
2020-02-24 17:15:03 -05:00
|
|
|
"targets": [ "desktop", "mobile" ],
|
2020-08-04 17:39:18 -04:00
|
|
|
"packageFiles": [
|
|
|
|
"resources/mobile.js",
|
|
|
|
"resources/optional-enhancements.js"
|
2018-05-03 15:45:10 -04:00
|
|
|
],
|
|
|
|
"styles": {
|
|
|
|
"resources/mobile.js.less": {
|
2018-06-05 05:19:01 -04:00
|
|
|
"media": "screen and (max-width: 550px)"
|
2018-05-03 15:45:10 -04:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"dependencies": [
|
|
|
|
"mediawiki.util"
|
|
|
|
]
|
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
|
|
|
}
|
|
|
|
},
|
2015-02-06 16:21:29 -05:00
|
|
|
"AutoloadClasses": {
|
2018-03-21 16:57:23 -04:00
|
|
|
"SkinMonoBook": "includes/SkinMonoBook.php",
|
|
|
|
"MonoBookTemplate": "includes/MonoBookTemplate.php"
|
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
|
|
|
}
|