Medals is a site-wide use script, allowing admins to ignore the custom extension 'Achievements' and create their own achievements and grant them to users, which avoids abusive editing which happens with the default extension.
Installation
Usage

Settings interface window
All of the script's configs are contained outside of script file, on its own page — Project:Medals, allowing the user to make changes without the review process. Make sure that you have protected this page to admin-only editing! Also, this script allows direct links for images only from Fandom image's servers like 'images' or 'vignette'.
After adding this script into your MediaWiki:ImportJS, go to the Project:Medals page, which will ask you to create new config. Once done, you will be able to edit it via a special interface.
The interface has three sub-pages with own settings: Main, Users and Medals. Here are some explanations about how to fill up the most difficult pages — Main and Users:
- Main
- Module title — Title of your medal's module.
- Expand button — If the amount of user's medals becomes more than twelve, you will see a special button. After clicking on it, you will see a full list of the user's medals.
- Medal count — Description that will be displayed when you hover the section with amount of medal.
- Medal info page — If you have a special page, where you have all the information about your medals, you should fill this value up and the user will see a special button to check the info.
- Medal info title — Same as for expand button.
- Border left — Image for top-left border picture. If you don't want to use it, leave it blank.
- Border right — Image for top-right border picture.
- Users
- Add user form — Button, on click of which script will add a new form for user.
- Empty area — It's where you should put the user's username.
- Trash icon — Will remove this section. Simple.
- Medals — Button, on click of which you will show/hide section with all medals. Near with each medal's name you will see also area, where you can place amount of this medal.
Script's classes
To change some styles of module with medals user can use this classes:
RewardModule
- Medal's module section.
RewardImage
- Medal's image block.
RewardCount
- In-image-block section with amount of medal.
badgetooltip
- Script's tooltip.
badgetooltiparrow
- Tooltip's top arrow.
Known issues
Since this script has its data outside of the script page, there can be some problems with page's cache. Use ?action=purge
at the end of the URL or the 'Purge page' button on your interface to solve it.