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 13:46, 7 August 2009 (new page). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

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
  • Add the following script code to the page:
// User:BrownHairedGirl/metadata.js - displays WikiProject assessments 
 importScript('User:BrownHairedGirl/metadatatest.js'); 
 assessmentMyTemplateCode = ["{{Motorcycling |class= |importance= |image-needed=no |needs-infobox=no |listas= }}", ];
 assessmentDefaultProject = "Motorcycling";
 assessmentMarkAsMinor = true;
 // 
  • Save your monobook page and restart your browser
  • 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.