User:Fredg999 category edits/common.js

From Xenharmonic Wiki
Revision as of 15:27, 8 July 2024 by Fredg999 category edits (talk | contribs) (Only display on category pages, try to fix URL)
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
//<nowiki>
/* Cat-a-lot - changes category of multiple files */
if (mw.config.get('wgNamespaceNumber') === 14) {
	mw.loader.using(['jquery.ui', 'mediawiki.util'], function(){
		mw.loader.load('https://commons.wikimedia.org/w/load.php?modules=ext.gadget.Cat-a-lot');
	});
}
////////// Cat-a-lot user preferences //////////
window.catALotPrefs = {"watchlist":"preferences","minor":true,"editpages":true,"docleanup":false,"subcatcount":10};
////////////////////////////////////catALotEnd//
//</nowiki>