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.
// [[User:Perhelion/simpleSVGcheck.js]]
if (mw.config.get('wgNamespaceNumber') === 6 && /SVG/i.test(mw.config.get('wgTitle').slice(-3)))
	importScript('User:Perhelion/simpleSVGcheck.js');
//<nowiki>

// [[User:Magog the Ogre/cleanup.js]]
importScript('User:Magog the Ogre/cleanup.js');

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

window.AjaxDeleteWatchFile = true;

window.AjaxDeleteExtraButtons = [{
		'label': 'Dupe',
		'tag': '{' + '{duplicate|1=%PARAMETER%|user=%USER%}}',
		'img_summary': 'Tagging as duplicate of [[File:%PARAMETER%]]',
		'prompt_text': 'Which file is this a duplicate of?',
        'optin_notify': 1
	}, {
		'label': 'Logo',
		'tag': '{' + '{Logo}}',
		'img_summary': 'Marking as possible copyright violation',
                    'talk_tag': '{'+'{subst:copyvionote|1=%FILE%|2=Logo}}',
                    'talk_summary': 'Notification of possible copyright violation for %FILE%',
	}, {
		'label': 'Fair use',
		'tag': '{' + '{Fair use}}',
		'img_summary': 'Marking as possible copyright violation',
                    'talk_tag': '{'+'{subst:copyvionote|1=%FILE%|2=Fair use}}',
                    'talk_summary': 'Notification of possible copyright violation for %FILE%',
	}, {
		'label': 'SpeedyDelete',
		'tag': '{' + '{SD|1=%PARAMETER%}}',
		'img_summary': 'Requesting speedy deletion',
		'prompt_text': 'Per which criterion',
                    'talk_tag': '{'+'{subst:speedynote|1=%FILE%|2=%PARAMETER%}}',
                    'talk_summary': 'Notification of possible speedy deletion for %FILE%',
                }, {
		'label': 'RevDel',
		'tag': '{' + '{Overwritten revdel}}',
		'img_summary': 'Requesting revision deletion',
                },  {
		'label': 'Split',
		'tag': '{' + '{Split}}',
		'img_summary': 'Requesting split',
                },
];
//<nowiki>

//catALot///////////////////////////////////////
////////// Cat-a-lot user preferences //////////
window.catALotPrefs = {"disambig_category":"Disambiguation","redir_category":"Category redirects","watchlist":"preferences","minor":false,"editpages":false,"docleanup":false,"subcatcount":50,"uncat":true,"button":true};
////////////////////////////////////catALotEnd//
//</nowiki>

importScript('MediaWiki:Gadget-InformationToCOA.js');

importScript( 'User:Perhelion/massrename.js' );