Content deleted Content added
refactoring to allow for custom labels |
oops |
||
Line 266:
// TODO: grab the order from an array, so I can keep checkForPermission and addCSS in the same order easily, lowering the risk of the HTML title="" being one thing, and the color being another
this.addRoleInfoIfAppropriate( this.wmf,
this.addRoleInfoIfAppropriate( this.stewards,
this.addRoleInfoIfAppropriate( this.arbcom,
this.addRoleInfoIfAppropriate( this.bureaucrats,
this.addRoleInfoIfAppropriate( this.admins,
this.addRoleInfoIfAppropriate( this.formerAdmins,
this.addRoleInfoIfAppropriate( this.newPageReviewers,
this.addRoleInfoIfAppropriate( this.tenThousandEdits,
this.addRoleInfoIfAppropriate( this.extendedConfirmed,
// If they have no perms, then they are non-EC, so <500 edits
|