User:Isaac (WMF)/quality viz

From Wikipedia, the free encyclopedia

What?[edit]

Visualize the quality of Wikipedia articles a given link points to. Based on quality scores from a simple language-agnostic quality model.

How?[edit]

This uses a special-purpose API that holds a snapshot of all Wikipedia articles and associated quality scores at a given moment of time (sometimes months ago if I don't update it -- apologies, it's a prototype) -- e.g., https://quality-bulk.wmcloud.org/api/v1/details?lang=en&title=Kiese_Laymon

To install, simply go to Special:MyPage/common.js for just English and put {{subst:Lusc|User:Isaac_(WMF)/quality_viz.js}} // [[User:Isaac_(WMF)/quality_viz.js]] or meta:Special:MyPage/global.js for all available languages and place mw.loader.load( '//en.wikipedia.org/w/index.php?title=User:Isaac_(WMF)/quality_viz.js&action=raw&ctype=text/javascript' ); at the bottom of the page.

You should then notice a Featured Article barnstar icon appear at the top right of the page for Wikipedia articles in any language.

Who?[edit]

Developed by Isaac (WMF) but heavily borrowed from User:TayIorRobinson.

Where?[edit]

The source code is available at User:Isaac (WMF)/quality viz.js