MediaWiki/skin.json

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
< MediaWiki
Revision as of 17:05, 25 March 2022 by Woozle (talk | contribs) (Created page with "==Notes== * <code>"ValidSkinNames": { "{{{arg|display name}}": {...} ... }</code>: "display name" value is how the skin will be shown in the listing of available skins Illega...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Notes

  • "ValidSkinNames": { "{<display name>": {...} ... }: "display name" value is how the skin will be shown in the listing of available skins

Illegally marked-up example:

{
	"name": "<name.uc>",
	"version": "1.1.0",
	"author": [
		"Woozalia Staddon"
	],
	"url": "https://psycrit.com/w/",
	"descriptionmsg": "<name.lc>-skin-desc",
	"namemsg": "skinname-<name.lc>",
	"license-name": "CC0-1.0",
	"type": "skin",
	"requires": {
		"MediaWiki": ">= 1.37.0"
	},
	"ValidSkinNames": {
		"<name.uc>": {                    // how the skin will be shown in the listing of available skins
			"class": "SkinMustache",

/* ... */

	"manifest_version": 2                     // always 2 (may change in future MW releases; this is correct for 1.37.1
}