ব্যবহারকারী:Wikitanvir/common.js: সংশোধিত সংস্করণের মধ্যে পার্থক্য

উইকিপিডিয়া, মুক্ত বিশ্বকোষ থেকে
বিষয়বস্তু বিয়োগ হয়েছে বিষয়বস্তু যোগ হয়েছে
+
ট্যাগ: পুনর্বহালকৃত
যা চেয়েছি তা পাইনি
ট্যাগ: পূর্বাবস্থায় ফেরত
৩৩ নং লাইন: ৩৩ নং লাইন:
////////////////////////////////////catALotEnd//
////////////////////////////////////catALotEnd//
//</nowiki>
//</nowiki>

mw.loader.getScript('https://en.wikipedia.org/w/index.php?title=User:Jdlrobson/vector-max-width-toggle.js&action=raw&ctype=text/javascript');

০৮:৪৭, ৩০ মার্চ ২০২১ তারিখে সংশোধিত সংস্করণ

// Local JavaScript, loaded on Bengali Wikipedia only

// <nowiki>

// Clean delete reason field
// By [[m:User:Mike.lifeguard]]; modified by [[m:User:Hoo man]]
function deletemods() {
	if (mw.config.get('wgAction') == "delete") {
		var wpReason = document.getElementById("wpReason");
		if (!wpReason) {
			return;
		}
		wpReason.value = "";
	}
}
$(deletemods);

// Disable Bangla typing tool
var tranDisable = true;

// Twinkle Testing
importScript('User:Wikitanvir/twinkle/MediaWiki:Gadget-Twinkle.js');

// </nowiki>

//<nowiki>
/* Cat-a-lot - changes category of multiple files */
mw.loader.using(['jquery.ui', 'mediawiki.util'], function(){
	mw.loader.load('//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>