မီဒီယာဝီခီ:Gadget-Cat-a-lot.js

အဝ်ႏ ဝီခီပီးဒီးယား ကို

တောင်ꩻသေꩻ။ ဒင်ႏထင်ႏထွူသွူခါ ဖေႏကထီႏနွောင်ꩻ ပြောင်ꩻလုဲင်ႏမုꩻဖုံႏတာႏ နာꩻအနေႏ အဝ်ႏလိုႏကာႏနွောင်ꩻ ဗရောင်သာ cache နဝ်ꩻသွူ။

  • အဝ်ႏနျꩻ Firefox / Safari: Reload ယိုကျာꩻ တေက်ꩻခါꩻပါသွော့ Shift သြ၊ မွေးတဝ်းလဲ့ နျꩻသွော့ Ctrl-F5 တဝ်းလဲ့ Ctrl-R (Mac နဝ်ꩻ ⌘-R) ယိုသြ။
  • Google Chrome: Ctrl-Shift-R (Mac နဝ်ꩻ ⌘-Shift-R) ယိုသြ။
  • Internet Explorer / Edge: Refresh ယိုကျာꩻ တေက်ꩻခါꩻပါသွော့ Ctrl သြ၊ မွေးတဝ်းလဲ့ နျꩻသွော့ Ctrl-F5 ယိုသြ။
  • Opera: Menu → Settings (Mac နဝ်ꩻ Opera → Preferences) ကိုတဲင် မာꩻပါသွော့ Privacy & security → Clear browsing data → Cached images and files ယိုသြ။
/**
 * Cat-a-lot - changes category of multiple files
**/
if (mw.config.get('wgNamespaceNumber') === 14) {
	window.catALotPrefs = { editpages: true, subcatcount: 100 };
	mw.loader.using(['jquery.ui', 'mediawiki.util']).done(function () {
		mw.util.addCSS("#cat_a_lot_settings { display:none !important;}"); // Preferences depend on some Commons gadgets, not available locally
		mw.loader.load('//commons.wikimedia.org/w/index.php?title=MediaWiki:Gadget-Cat-a-lot.js&action=raw&ctype=text/javascript');
		mw.loader.load('//commons.wikimedia.org/w/index.php?title=MediaWiki:Gadget-Cat-a-lot.css&action=raw&ctype=text/css', 'text/css');
	});
}