Jump to content

User:Ww2censor/Assessment monoscript

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Ww2censor (talk | contribs) at 14:02, 7 August 2009 (Setup: refine script & prefs). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

For a long time I was using the User:Outriggr/metadatatest.js script in my monobook to semi-automate WikiProject assessments. However, Outriggr stoppedupdating the script and eventually deleted the script. Fortunately BrownHairedGirl copied the script to User:BrownHairedGirl/metadatatest.js and as of August 2009, the script still works well.

See also

Setup

  • Make sure your monobook page is setup and if not this special link "your monobook.js" points to this page.
  • Add the following script code to the page:
 // User:BrownHairedGirl/metadata.js - displays WikiProject assessments 
 // User:Outriggr/metadatatest.js <nowiki>
 importScript('User:BrownHairedGirl/metadatatest.js'); 
 assessmentMyTemplateCode = ["{{Motorcycling |class= |importance= |image-needed=no |needs-infobox=no |listas= }}", ];
 assessmentDefaultProject = "Motorcycling";
 assessmentMarkAsMinor = true;
 // </nowiki>
  • Save your monobook page and restart your browser
  • In the "Appearance" tab of your preferences select "Monobook" as your "Skin" if you ever changed it.
  • In the "Gadgets" tab of your preferences, turn on the "Display an assessment of an article's quality as part of the page header for each article." in the "User interface gadgets" subsection. This will display the current article page assessment at the top left of an article page just under the title.
  • If your installation is done properly, a new drop down assessment button will apperar under the title.

Disclaimer These instructions are completely unsupported and may break at any time, so you are on your own. I will try to help if I can but cannot guarantee to be of any real assistance. Good luck.