Fandom Developers Wiki
Advertisement

Highlight adds highlighting to Bots, Content Volunteers, Volunteer Developers (inactive), SOAP, Global Discussions moderators, Wiki Specialists, and Staff, assuming the hardcoded list is accurate.

Installation

Color scheme

  • Purple#C15DFFfor Bots$highlight-bot
  • Orange#FF7000for Content Volunteers$highlight-convol
  • Turquoise#23C8D2for Volunteer Developers$highlight-voldev
  • Blue#4286F4for Global Discussions Moderators$highlight-gdm
  • Red#FF7777for Spam Obliteration and Prevention$highlight-soap
  • Bronze#D27D2Cfor Wiki Specialists$highlight-ws
  • Gold#DDAA00for Fandom Staff$highlight-staff


Configuration

You can use CSS variables to customize colors. By default, the following variables are used:

:root {
    --highlight-bot: #C15DFF;
    --highlight-convol: #FF7000;
    --highlight-voldev: #23C8D2;
    --highlight-gdm: #4286F4;
    --highlight-soap: #FF7777;
    --highlight-ws: #D27D2C;
    --highlight-staff: #DDAA00;
}

Script

KockaAdmiralac has created a script for easily updating Highlight's code. To use it, simply enable the gadget. This adds a button to the edit dropdown menu on MediaWiki:Highlight.css, which, when clicked, updates the page.

Text above can be found here (edit)
Advertisement