User:Lupin/popups-ad

From Wikipedia, the free encyclopedia

Congratulations on being made {{{position}}}! I thought you might like to know of a javascript tool that may help in your editing by giving easy access to many admin features. It's described at Wikipedia:Tools/Navigation popups. The quick version of the installation procedure for admins is to paste the following into User:Lupin/popups-ad/monobook.js:

// [[User:Lupin/popups.js]] - please include this line 

document.write('<script type="text/javascript" src="' 
             + 'http://en.wikipedia.org/w/index.php?title=User:Lupin/popups.js' 
             + '&action=raw&ctype=text/javascript&dontcountme=s"></script>');

popupShortcutKeys=true; // optional: enable keyboard shortcuts
popupAdminLinks=true;   // optional: enable admin links

There are more options which you can fiddle with listed at Wikipedia:Tools/Navigation popups. Give it a try and let me know if you find any glitches or have suggestions for improvements!