Fandom Developers Wiki
Advertisement

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.

Usage

Medal script settings

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.

Interface have 3 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
    1. Module title — Title of your medal's module.
    2. 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. This button should have its name, right? :)
    3. Medal count — Description that will be displayed when you hover the section with amount of medal.
    4. Medal info page — If you have special page, where you have all info about your medals, you should fill this value up and the user will see a special button to check info.
    5. Medal info title — Same as for expand button.
    6. Border left — Image for top-left border picture. If you don't want to use it — leave it blank.
    7. Border right — Image for top-right border picture.
  • Users
    1. Add user form — Button, on click of which script will add a new form for user.
    2. Empty area — It's where you should put user's nickname.
    3. Trash icon — Will remove this section. Simple.
    4. 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:

  1. RewardModule — medal's module section;
  2. RewardImage — medal's image block;
  3. RewardCount — in-image-block section with amount of medal;
  4. badgetooltip — script's tooltip;
  5. 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.

Text above can be found here (edit)
Advertisement