User:Gryllida/gadgets/rater

From Wikipedia, the free encyclopedia
Rater
Author(s)Keφr
StatusUnstable
Updated2012-11-11
Skin supportVector, Monobook
Source
Screenshot of w:User:Kephir/gadgets/rater (CC-SA-BY-3.0) running on MediaWiki with Vector skin (both GPLv2+). Sceenshot by Svetlana Tkachenko on 2016-12-06 released under CC-BY-SA-4.0.

Rater aids in assessing articles with {{WikiProject Whatever}} templates. It places a "Rate" button next to the watchlist switch, which brings up a dialog box assisting with article assessment. In addition to that, when visiting a category of unassessed articles, Rater changes links in the category to point to their respective article pages, rather than talk pages.

Warning: Rater is currently in a somewhat unstable state; it is advisable to check the preview, raw source editor or refresh the talk page to check whether the tool works correctly. Browsers other than Chromium have not been tested. There are missing features and the UI is still subject to random changes. Consider adding the script to your watchlist. To make sure you use the latest version, WP:BYPASS your browser cache.

Installation[edit]

Push the "Install" button in the infobox and save the page. Alternatively, you can manually copy and paste the following into Special:MyPage/common.js:

importScript('User:Gryllida/gadgets/rater.js'); // [[User:Kephir/gadgets/rater]]

Differences from the original[edit]

  1. This version always opens automatically when you open any Wikipedia page. This saves me clicks, so when I want to rate many drafts non-stop, I don't have to click 'rate' each time.
    (Note: this is annoying!)
  2. This version automatically navigates to Special:RandomPage/Draft when you click 'save' and save your rating.

Hit list[edit]

  • refactor — rewritten completely, though I am less satisfied with it than I should be.
    • polish up quick and dirty workarounds and ad-hoc regexes
    • give variables some more descriptive names (st is particularly egregious)
  • data for more projects; remove templates not invoking {{WPBannerMeta}}
    • dynamic data generation when no data is available(?)
    • data taken from wiki pages, rather than kept with the script
  • smarter template suggestions
  • polish summary generation
  • adding custom template parameters
  • "advanced" mode with a textarea to manually enter wikicode
  • edit summary customisation
  • preview
  • deleting template parameters
  • wrapping multiple banners into {{WikiProjectBannerShell}}
  • think about how to handle B-class checklists
  • parse comments inside template invocations sensibly
  • adding templates other than assessment(?)
  • highlighting the "Rate" tab when an article lacks assessment for any project
  • configurability
  • make it pretty (maybe MediaWiki:Gadget-morebits.js will be of help?)

Bugs can be reported on Gryllida's talk page.

Similar tools[edit]