EditLeaderboard
Description
Creates a leaderboard based on edit count at Special:Leaderboard
EditLeaderboard creates a leaderboard at Special:Leaderboard which shows the ranks of the top 30 users (excluding bots and blocked users) sorted by edit count. It is useful for wikis not using the achievements extension .
Installation
Add this to MediaWiki:ImportJS :
dev:EditLeaderboard.js
importArticles
:
Add this JavaScript on your wiki (or add the highlighted text to your existing import statement):
importArticles ({ type : 'script' , articles : [ 'u:dev:MediaWiki:EditLeaderboard.js' , ] });
Local:
Special:MyPage/common.js
Importing multiple scripts? This quick guide shows how to combine the imports. For personal use, note that personal JS must be enabled for your account. If the script requires configuration through MediaWiki:Common.js for sitewide use, don't forget to contact Fandom Staff to get it enabled on your wiki, if it isn't already enabled.
Text above can be found
here (edit )