User:Pythoncoder/Scripts/userHighlighter: Difference between revisions

Content deleted Content added
better brown
 
(6 intermediate revisions by 2 users not shown)
Line 6:
| status = Stable
| released = {{start date and age|2007|05|18}}
| version = 3.1.0
| version = ''Script has been forked and merged so many times that determining a version number is a hopeless task''
| source = [[User:Pythoncoder/Scripts/userHighlighter.js]]
| skins = All current skins <span class="mw-collapsible mw-collapsed">(Vector, MonoBook, CologneBlue, Modern, Timeless, Minerva, Vector2022)</span>
| browsers = Tested with [[Firefox]] 78 and Mobile Safari 13 but should work with others
| logo =
Line 16:
 
{{userscript|name='''User Highlighter'''|code=User:Pythoncoder/Scripts/userHighlighter.js}} is a [[wp:user script|user script]] that highlights links to userpages, user talk pages, and contribs pages of [[wp:administrators|administrators]], as well as other user groups as listed below.
 
'''Disclaimer:''' This script is kind of old. Since I forked it several years ago, several users have made further improvements to the script, which can be viewed at [[WP:US/L]].
 
== Groups and colors ==
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 an admin, they will be red).
 
* StewardJimbo: {{color box|#9ccfd9}} ×39×1 (as[[User:Example|<span of 2020style="background-07-11color:#fd9;">Example</span>]])
* Steward: {{color box|#9cc}} ×39 (as of 2020-07-11) ([[User:Example|<span style="background-color:#9cc;">Example</span>]])
* Bureaucrat: {{color box|#fc9}} ×{{NUMBERINGROUP:bureaucrat}}
* Interface administratorBureaucrat: {{color box|#ff9fb9}} ×{{NUMBERINGROUP:interface-adminbureaucrat}} ([[User:Example|<span style="background-color:#fb9;">Example</span>]])
* Interface administrator: {{color box|#ff9}} ×{{NUMBERINGROUP:interface-admin}} ([[User:Example|<span style="background-color:#ff9;">Example</span>]])
* Arbitrator: {{color box|#f99}} ×14 (as of 2020-07-11) ([[User:Example|<span style="background-color:#f99;">Example</span>]])
* Oversight: {{color box|#999}} ×{{NUMBERINGROUP:oversight}}
* CheckUserOversight: {{color box|#9cf999}} ×{{NUMBERINGROUP:checkusersuppress}} ([[User:Example|<span style="background-color:#999;">Example</span>]])
* CheckUser: {{color box|#9cf}} ×{{NUMBERINGROUP:checkuser}} ([[User:Example|<span style="background-color:#9cf;">Example</span>]])
* Admin: {{color box|#9ff}} ×{{NUMBEROFADMINS}} ([[User:Example|<span style="background-color:#9ff;">Example</span>]])
* Template editor: {{color box|#fce}} ×{{NUMBERINGROUP:templateeditor}}
* Former admin: {{color box|#db9}} ([[User:Example|<span style="background-color:#db9;">Example</span>]])
* Pagemover: {{color box|#bf9}} ×{{NUMBERINGROUP:extendedmover}}
* PatrollerTemplate editor: {{color box|#9c9f9f}} ×{{NUMBERINGROUP:patrollertemplateeditor}} ([[User:Example|<span style="background-color:#f9f;">Example</span>]])
* ReviewerPagemover: {{color box|#dddbf9}} ×{{NUMBERINGROUP:reviewerextendedmover}} ([[User:Example|<span style="background-color:#bf9;">Example</span>]])
* Extended confirmedPatroller: {{color box|#99f9c9}} ×{{NUMBERINGROUP:extendedconfirmedpatroller}} ([[User:Example|<span style="background-color:#9c9;">Example</span>]])
* Reviewer: {{color box|#ddd}} ×{{NUMBERINGROUP:reviewer}} ([[User:Example|<span style="background-color:#ddd;">Example</span>]])
* Extended confirmed: {{color box|#99f}} ×{{NUMBERINGROUP:extendedconfirmed}} ([[User:Example|<span style="background-color:#99f;">Example</span>]])
** Same color used for trusted IPs
 
===TODO===
* Rollbacker: {{color box|#d9f}} ×{{NUMBERINGROUP:rollbacker}} ([[User:Example|<span style="background-color:#d9f;">Example</span>]])
* Jimbo: {{color box|#000}} ×1
 
== Installation ==