Update May 2021: I noticed it doesn't work anymore. Due to my Wikibreak, I won't be fixing it any time soon but welcome proposed changes if anyone finds a code fix on their own. This is a fairly simple script. |
Introduction
editThis nags the editor about the remaining maintenance tags by displaying it at the bottom left corner of the page. Also clickable.
Installation
editTo implement this, add this to your common.js page (or any skin works fine):
importScript('User:Ugog Nizdast/displayNumberOfTags.js'); // [[User:Ugog Nizdast/displayNumberOfTags.js]]
Options
editTo make the default position right instead of left, add
var rightDefault = true; importScript('User:Ugog Nizdast/displayNumberOfTags.js'); // [[User:Ugog Nizdast/displayNumberOfTags.js]]
just before importScript.
Notes
editThis script is inspired from User:Numbermaniac/goToTop.