Update namemsg to convention

Bug: T113632
Change-Id: I86323ac69d420927c852eb9197fba3d589e73f1b
This commit is contained in:
Paladox 2015-09-25 18:26:57 +01:00
parent 5d7e10b9b9
commit ac0d123ba8
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
"@metadata": { "@metadata": {
"authors": [] "authors": []
}, },
"skinname-vector": "Vector", "vector-skinname": "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"
] ]
}, },
"skinname-vector": "{{optional}}", "vector-skinname": "{{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,5 +1,6 @@
{ {
"name": "Vector", "name": "Vector",
"namemsg": "vector-skinname",
"author": [ "author": [
"Trevor Parscal", "Trevor Parscal",
"Roan Kattouw", "Roan Kattouw",
@ -7,7 +8,6 @@
], ],
"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": {