Цей CSS додає підсвічування для користувачів з правами глобального бота, Volunteer Developers, SOAP помічників Фандому, модераторів Обговорень Фандому, а також співробітників за умови, що список вірний.
Installation
Кольорова схема
- Фіолетовий
#C15DFFfor Bots$highlight-bot - Помаранчевий
#FF7000for Content Volunteers$highlight-convol - Бірюзовий
#23C8D2for Volunteer Developers$highlight-voldev - Синій
#4286F4for Global Discussions Moderators$highlight-gdm - Червоний
#FF7777for Spam Obliteration and Prevention$highlight-soap - Бронзовий
#D27D2Cfor Wiki Specialists$highlight-ws - Золотий
#DDAA00for Fandom Staff$highlight-staff
Configuration
Ви можете використовувати змінні CSS для налаштування кольорів. За замовчуванням використовуються такі змінні:
:root {
--highlight-bot: #C15DFF;
--highlight-convol: #FF7000;
--highlight-voldev: #23C8D2;
--highlight-gdm: #4286F4;
--highlight-soap: #FF7777;
--highlight-ws: #D27D2C;
--highlight-staff: #DDAA00;
}
Auto updater
An auto updater script automatically updates Highlight's code every day, respecting the custom configuration that specifies group colors and manual exceptions. The code for the script is hosted on GitHub and run by GitHub Actions. You can request access to the GitHub organization by messaging one of the wiki administrators. If you have access to the repository, you can use the GitHub Actions tab to manually run the update script.