Fandom Developers Wiki
No edit summary
m (soapify, I guess)
Line 10: Line 10:
 
| Status = Stable
 
| Status = Stable
 
}}
 
}}
{{{intro|'''Highlight''' adds highlighting to [[Help:Bots|Bots]], [[Help:User rights#Content Volunteers|Content Volunteers]], [[Help:Vanguard|Vanguards]], [[Help:Volunteer Developers|Volunteer Developers]], [[Help:SpamTaskForce|VSTF]], [[Help:Global Discussions moderators|Global Discussions moderators]], [[Help:Volunteers and Helpers#Helpers|Helpers]], [[Help:Content Team Members|Content Team Members]], [[Help:Wiki Managers|Wiki Managers]], and [[Help:Community Team|Staff]], assuming the hardcoded list is accurate.}}}
+
{{{intro|'''Highlight''' adds highlighting to [[Help:Bots|Bots]], [[Help:User rights#Content Volunteers|Content Volunteers]], [[Help:Vanguard|Vanguards]], [[Help:Volunteer Developers|Volunteer Developers]], [[Help:SpamTaskForce|SOAP]], [[Help:Global Discussions moderators|Global Discussions moderators]], [[Help:Volunteers and Helpers#Helpers|Helpers]], [[Help:Content Team Members|Content Team Members]], [[Help:Wiki Managers|Wiki Managers]], and [[Help:Community Team|Staff]], assuming the hardcoded list is accurate.}}}
   
 
== {{{installation|Installation}}} ==
 
== {{{installation|Installation}}} ==
Line 46: Line 46:
 
| ff7777
 
| ff7777
 
| {{{red|Red}}}
 
| {{{red|Red}}}
| {{int:group-vstf}}
+
| {{int:group-soap}}
 
| custom06
 
| custom06
 
<!-- color 7 -->
 
<!-- color 7 -->
Line 79: Line 79:
 
--highlight-voldev: #23c8d2;
 
--highlight-voldev: #23c8d2;
 
--highlight-gdm: #4286f4;
 
--highlight-gdm: #4286f4;
--highlight-vstf: #ff7777;
+
--highlight-soap: #ff7777;
 
--highlight-helper: #4c5f1d;
 
--highlight-helper: #4c5f1d;
 
--highlight-ctm: #d27d2c;
 
--highlight-ctm: #d27d2c;

Revision as of 05:25, 5 August 2020

Highlight adds highlighting to Bots, Content Volunteers, Vanguards, Volunteer Developers, SOAP, Global Discussions moderators, Helpers, Content Team Members, Wiki Managers, and Staff, assuming the hardcoded list is accurate.

Installation

Color scheme

  • Purple#a400a4for Bots$custom01
  • Orange#ff7000for Content Volunteers$custom02
  • Green#1eaf7afor Vanguards$custom03
  • Turquoise#23c8d2for Volunteer Developers$custom04
  • Blue#4286f4for Global Discussions Moderators$custom05
  • Red#ff7777for Spam Obliteration and Prevention$custom06
  • Dark Green#4c5f1dfor Fandom Helpers$custom07
  • Bronze#d27d2cfor ⧼group-content-team-member⧽$custom08
  • Emerald Green#09e5a2for Wiki Managers$custom09
  • Gold#ddaa00for Fandom Staff$custom10


Configuration

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

:root {
    --highlight-bot: #a400a4;
    --highlight-convol: #ff7000;
    --highlight-vanguard: #1eaf7a;
    --highlight-voldev: #23c8d2;
    --highlight-gdm: #4286f4;
    --highlight-soap: #ff7777;
    --highlight-helper: #4c5f1d;
    --highlight-ctm: #d27d2c;
    --highlight-wiki-manager: #09e5a2;
    --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)