Note: After saving, you have to bypass your browser's cache to see the changes. Internet Explorer: press Ctrl-F5, Mozilla: hold down Shift while clicking Reload (or press Ctrl-Shift-R), Opera/Konqueror: press F5, Safari: hold down Shift + Alt while clicking Reload, Chrome: hold down Shift while clicking Reload.
//catALot///////////////////////////////////////
////////// Cat-A-Lot user preferences //////////
window.catALotPrefs = {"watchlist":"preferences","minor":false,"editpages":true,"docleanup":false};
////////////////////////////////////catALotEnd//

// From [[User:Cropbot]]
$( function() {
   if(mw.config.get('wgNamespaceNumber') == 6) {
      if(wgTitle.match(/(.*)\.(jpg|jpeg)/gi)) {
          var croplink = "//toolserver.org/~luxo/cropbot/cropbot.php?img="+wgTitle;
          mw.util.addPortletLink("p-tb", croplink, "Crop", "p-crop", "Crop this image", "o", false);
      }
   }
});

importScript('User:Lupo/c2.js');

(function(){function setShortCuts(){if (!window.HotCat.addShortcuts) return; window.HotCat.addShortcuts({
 // Do not modify above. Add your shortcuts below
 // Shortcut : Replacement, both inside single quotes. If the replacement shall contain a single quote, write it as \'
 
 // ADD YOUR SHORTCUTS HERE. DO NOT FORGET THE COMMA AT THE END OF EACH LINE.
'5'   :'15th-century ',
'6'   :'16th-century ',
'7'   :'17th-century ',
'8'   :'18th-century ',
'9'   :'19th-century ',
'0'   :'20th-century ',
'd'   :'drawings',
'dit' :'drawings in the ',
'e'   :'engravings',
'opm' :'oil portraits of men',
'opw' :'oil portraits of women',
'p'   :'paintings',
'dop' :'details of paintings',
'pit' :'paintings in the ',
'pff' :'paintings from France',
'pfg' :'paintings from Germany',
'pfi' :'paintings from Italy',
'pfs' :'paintings from Spain',
'prit':'prints in the ',
'pp'  :'portrait paintings',
'cot':'Collections of the ',
'ngo' :'National Gallery of ',
 // Do not modify below
' ':""});} if (window.HotCat) window.HotCat.runWhenReady(setShortCuts); else $('body').bind('hotcatSetupCompleted',setShortCuts);})();