User:Cethos/common.js

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search
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.
importScript('User:Incnis Mrsi/replace.js');
importScript('User:Incnis Mrsi/edithysteria.js');
importScript('MediaWiki:Gadget-GlobalReplace.js');
importScript('User:Rillke/LicenseReview.js');
importScript('MediaWiki:VisualFileChange.js');
importScript('User:Sreejithk2000/JustReplace.js');
importScript('User:Steinsplitter/tagPersonalityRight.js');
importScript('User:Magog the Ogre/cleanup.js');
importScript('User:Rillke/bigChunkedUpload.js');
importScript('MediaWiki:Gadget-dashboard.UndeletionRequester.js');
importScript('MediaWiki:Gadget-SettingsManager.js');
//<nowiki>

//vFCvFCCfg/////////////////////////////////////
/////// VISUAL FILE CHANGE CONFIGURATION ///////
///// DO NOT MODIFY BY HAND - FINGERS AWAY! ////
////////////////////////////////////////////////
window.vFCSettings = {"userNote":"Yours sincerely,","firstTest":0,"testEdits":0,"defaultAction":"cv","watchlistUserTalk":"preferences","watchlistFiles":"preferences","watchlistReplace":"nochange","watchlistOTRS":"nochange","loadBatchSize":100,"maxSimultaneousReq":5,"summaryChacheLen":5,"loadThumbs":true,"loadWikitext":true};
//////////////////////////////////vFCvFCCfgEnd//
//</nowiki>

//<nowiki>

//vFCProfil/////////////////////////////////////
/////// VISUAL FILE CHANGE CONFIGURATION ///////
///// DO NOT MODIFY BY HAND - FINGERS AWAY! ////
////////////////////////////////////////////////
window.vFC_Profiles = {"last executed (auto-saved)":{"editInputs":{"mdDeleteReason":"","mdEditSummary":"","mdReplacePermission":false,"mdDeleteHeading":"Files uploaded by [[User:Alan|Alan]] ([[User talk:Alan|talk]] · [[Special:Contributions/Alan|contribs]])","mdTalkNote":"Yours sincerely,","mdRRegEx1":false,"mdRVar1":true,"mdMatchText1":"","mdReplaceText1":"","selPreserve":"secure","alsoPreserve":""},"action":"cv","objectMembers":{"queryParams":{"target":"Alan","lestart":"2013-03-04T21:31:52Z","ledir":"older"},"startInput":{"mode":"User","modeCat":false,"modeUser":true,"modePage":false,"target":"User:Alan","loadThumbs":true,"loadWikitext":true,"startDate":"","startFile":""}},"proceedAt":{"vals":["2013-03-05T00:42:20Z","2013-03-04T21:31:52Z"],"setVals":["lestart"]},"time":"2013-09-10T00:02:18.591Z"}};
//////////////////////////////////vFCProfilEnd//
//</nowiki>

// Script de avisos
$(document).bind('scriptLoaded', function(evt, st, o) {
	if (st) {
		if ('AxUserMsg' === st && o) {
			o.umTemplate.push(['Autopatrolgiven', "Autopatrol given", "After giving autopatrol rights to a user.", 128, "Just for your information: You are now [[COM:PATROL#Autopatrolled|autopatrolled]]."]);
			o.umTemplate.push(['PatrollerWelcome', "Patroller Welcome", "After giving patrol rights to a user.", 128, "Just for your information: Welcome you are now a [[COM:PATROL|patroller]]."]);
			o.umTemplate.push(['FilemoverWelcome', "Filemover Welcome", "After giving filemover rights to a user.", 128, "Just for your information: Welcome you are now a [[COM:RENAME|filemover]]."]);
		    o.umTemplate.push([ 'LicencereweverWelcome', "Licence Reviewer Welcome", "After giving filemover rights to a user.", 128, "Just for your information: Welcome you are now a [[COM:LR|licence rewiewer]]."]);
		}
	}
});