User:Chlod/Scripts/UserHighlighter

From WikiProjectMed
Jump to navigation Jump to search
UserHighlighter
Author(s)theopolisme, Bellezzasolo, Amorymeltzer, Pythoncoder, Chlod
StatusStable
UpdatedFebruary 25, 2021; 3 years ago (2021-02-25)
Browser supportAny modern browser excluding Internet Explorer
Skin supportVector
SourceUser:Chlod/Scripts/UserHighlighter.js

UserHighlighter is a script that highlights links to userpages, user talk pages, and contribs pages of administrators, as well as other user groups as listed below. This is a fork of Pythoncoder's version of the UserHighlighter. It has been modified to add tooltips to links to help indicate the group, and includes caching to avoid repeated requests. This version uses two files instead of multiple, which overall cuts the loading time.

Installation

To install the script, add this to your common.js file.

mw.loader.load( '/w/index.php?title=User:Chlod/Scripts/UserHighlighter.js&action=raw&ctype=text/javascript' ); // Backlink: [[User:Chlod/Scripts/UserHighlighter.js]]

Features

Groups are listed next to their colors and the number of users in that group. The list is in order (e.g., if a user is an arb and a crat, they will be red).

  • Steward:   × a bunch
  • Arbitrator:   × a few
  • Bureaucrat:   × 17
  • Interface administrator:   × 9
  • Oversight:   × 44
  • CheckUser:   × 54
  • Admin:   × 861
  • Template editor:   × 189
  • Pagemover:   × 407
  • Patroller:   × 811
  • Rollbacker:   × 6,825
  • Reviewer:   × 7,967
  • Extended confirmed:   × 70,091

Source

The source can be found at User:Chlod/Scripts/UserHighlighter.js. Like all Wikipedia pages, the license is CC BY-SA 3.0.

Discussion

You may visit my talk page if you have any concerns.