MediaWiki/skin.json
from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Notes
{
"name": "<name.uc>",
"version": "1.0.0",
"author": [
"<author name>"
],
"url": "<url to page about skin>",
"descriptionmsg": "<name.lc>-skin-desc",
"namemsg": "skinname-<name.lc>",
"license-name": "CC0-1.0",
"type": "skin",
"requires": {
"MediaWiki": ">= 1.37.0"
},
"ValidSkinNames": {
"<name.lc>": {
"class": "SkinMustache",
"args": [
{
"name": "<name.uc>",
"responsive": true,
"messages": [
"<name.lc>-no-categories",
"sitetitle",
"search",
"otherlanguages",
"tagline",
"navigation-heading"
],
"styles": [
"mediawiki.ui.icon",
"mediawiki.ui.button",
"skins.<name.lc>.styles"
],
"scripts": [
"skins.<name.lc>"
]
}
]
}
/* ... */
"manifest_version": 2
}
|
|
