mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-12 00:59:46 +00:00
54 lines
1.5 KiB
JSON
54 lines
1.5 KiB
JSON
{
|
|
"name": "Citizen",
|
|
"version": "0.1",
|
|
"author": "alistair3149",
|
|
"url": "https://starcitizen.tools",
|
|
"descriptionmsg": "citizen-skin-desc",
|
|
"namemsg": "skinname-citizen",
|
|
"license-name": "GPL-2.0+",
|
|
"type": "skin",
|
|
"requires": {
|
|
"MediaWiki": ">= 1.27.0"
|
|
},
|
|
"ValidSkinNames": {
|
|
"citizen": "Citizen"
|
|
},
|
|
"AutoloadClasses": {
|
|
"SkinCitizen": "SkinCitizen.php",
|
|
"CitizenTemplate": "CitizenTemplate.php"
|
|
},
|
|
"MessageDirs": {
|
|
"Citizen": "i18n"
|
|
},
|
|
"ResourceModules": {
|
|
"skins.citizen": {
|
|
"styles": {
|
|
"resources/libraries/normalise.css": {
|
|
"media": "screen"
|
|
},
|
|
"resources/screen-common.less": {
|
|
"media": "screen"
|
|
},
|
|
"resources/screen-desktop.less": {
|
|
"media": "screen and (min-width: 751px)"
|
|
},
|
|
"resources/screen-mobile.less": {
|
|
"media": "screen and (max-width: 750px)"
|
|
},
|
|
"resources/print.css": {
|
|
"media": "print"
|
|
}
|
|
}
|
|
},
|
|
"skins.citizen.js": {
|
|
"scripts": [
|
|
"resources/main.js"
|
|
],
|
|
"position": "bottom"
|
|
}
|
|
},
|
|
"ResourceFileModulePaths": {
|
|
"localBasePath": "",
|
|
"remoteSkinPath": "Citizen"
|
|
}
|
|
} |