MediaWiki:Gadget-markadmins.js: Difference between revisions

From Test Wiki
m
cosmetic change, avoid using tabs in the middle of lines
(fix to use "var" instead of "let" in loops as only ECMAScript 5 is allowed; this is fine in terms of scope)
m (cosmetic change, avoid using tabs in the middle of lines)
Line 6: Line 6:


var userSetTips = {
var userSetTips = {
'A' : 'administrator',
'A' : 'administrator',
'B' : 'bureaucrat',
'B' : 'bureaucrat',
'C' : 'checkuser',
'C' : 'checkuser',
'F' : 'interface administrator',
'F' : 'interface administrator',
'S' : 'steward',
'S' : 'steward',
'SA': 'system administrator',
'SA': 'system administrator',
};
};


78

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.