Sometimes you want to have scripts funtion slightly different if you are admin
or not, and it's sometimes rather diffcult to do that. So I propose that a
variable is added, for example "wgUserGroup", that contain the usergroup(s). the
only problem is that if it only should have the "highest" group, or if it should
contain an array of all groups, for example:
wgUserGroups = [ 'autoconfirmed' , 'sysop' ];
Version: unspecified
Severity: enhancement