MediaWiki:Gadget-markadmins.js: Difference between revisions
From Test Wiki
Content deleted Content added
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' |
'A' : 'administrator', |
||
'B' |
'B' : 'bureaucrat', |
||
'C' |
'C' : 'checkuser', |
||
'F' |
'F' : 'interface administrator', |
||
'S' |
'S' : 'steward', |
||
'SA': |
'SA': 'system administrator', |
||
}; |
}; |
||