Revert "Update namemsg to convention"

My bad... skinname-<skinname> is used in core to get the skin name.

This reverts commit ac0d123ba8.

Change-Id: I3c7780f9f08081238744fde094804ea8f5dd191a
This commit is contained in:
Siebrand 2015-09-28 09:42:39 +00:00
parent ac0d123ba8
commit a5496bcd75
3 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
"@metadata": { "@metadata": {
"authors": [] "authors": []
}, },
"vector-skinname": "Vector", "skinname-vector": "Vector",
"vector-skin-desc": "Modern version of MonoBook with fresh look and many usability improvements", "vector-skin-desc": "Modern version of MonoBook with fresh look and many usability improvements",
"vector.css": "/* CSS placed here will affect users of the Vector skin */", "vector.css": "/* CSS placed here will affect users of the Vector skin */",
"vector.js": "/* Any JavaScript here will be loaded for users using the Vector skin */", "vector.js": "/* Any JavaScript here will be loaded for users using the Vector skin */",

View file

@ -10,7 +10,7 @@
"Liuxinyu970226" "Liuxinyu970226"
] ]
}, },
"vector-skinname": "{{optional}}", "skinname-vector": "{{optional}}",
"vector-skin-desc": "{{desc|what=skin|name=Vector|url=https://www.mediawiki.org/wiki/Skin:Vector}}", "vector-skin-desc": "{{desc|what=skin|name=Vector|url=https://www.mediawiki.org/wiki/Skin:Vector}}",
"vector.css": "{{optional}}", "vector.css": "{{optional}}",
"vector.js": "{{optional}}", "vector.js": "{{optional}}",

View file

@ -1,6 +1,5 @@
{ {
"name": "Vector", "name": "Vector",
"namemsg": "vector-skinname",
"author": [ "author": [
"Trevor Parscal", "Trevor Parscal",
"Roan Kattouw", "Roan Kattouw",
@ -8,6 +7,7 @@
], ],
"url": "https://www.mediawiki.org/wiki/Skin:Vector", "url": "https://www.mediawiki.org/wiki/Skin:Vector",
"descriptionmsg": "vector-skin-desc", "descriptionmsg": "vector-skin-desc",
"namemsg": "skinname-vector",
"license-name": "GPL-2.0+", "license-name": "GPL-2.0+",
"type": "skin", "type": "skin",
"requires": { "requires": {