User:Ugog Nizdast/displayNumberOfTags
Appearance
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. |
User:Ugog Nizdast/displayNumberOfTags.js
Introduction
[edit]This nags the editor about the remaining maintenance tags by displaying it at the bottom left corner of the page. Also clickable.
Installation
[edit]To 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
[edit]To 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
[edit]This script is inspired from User:Numbermaniac/goToTop.