User:Ugog Nizdast/displayNumberOfTags

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.