Jump to content

User:Gbawden/common.js

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
importScript('User:Kephir/gadgets/rater.js'); // [[User:Kephir/gadgets/rater]]
/* This script adds the Page Curation link to the top toolbar; the link combines the two main Page Curation
   features, namely the Special:NewPagesFeed and the curation toolbar. It is primarily designed to
   assist new page reviewers. Page Curation is a feature-rich purpose-built system to review new pages.
   Be sure to have read and fully understood the instructions at New Pages Patrol. To use the script,
   add the following line to Special:MyPage/common.js:
 
importScript('User:Lourdes/PageCuration.js'); // Linkback: [[User:Lourdes/PageCuration.js]]

*/
 
$.when( mw.loader.using( ['mediawiki.util'] ), $.ready ).done( function() {
  mw.util.addPortletLink(
    'p-personal',
    mw.util.getUrl('Special:NewPagesFeed'),
    'Page Curation',
    'pt-pagecuration',
    'View Special:New Pages using the Page Curation tool',
    null,
    '#pt-preferences'
  );
});

importScript('User:Shubinator/DYKcheck.js'); //DYKcheck tool