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.
//catALot///////////////////////////////////////
////////// Cat-a-lot user preferences //////////
window.catALotPrefs = {"redir_category":"Category redirects","watchlist":"nochange","minor":true,"editpages":true,"docleanup":false,"subcatcount":100,"button":false};
////////////////////////////////////catALotEnd//


//AjaxDelete code begins, see [[Help:QuickDelete]] for details
window.AjaxDeleteWatchFile = true;
window.AjaxDeleteExtraButtons = [
	{
//		'label': 'Derivative, no source',
//		'tag': '{'+'{subst:dw-nsd}}',
//		'img_summary': 'This is a [[COM:DW|derivative work]] and no source is provided.',
//		'talk_tag': '{'+'{subst:dw image source|1=%FILE%}}',
//		'talk_summary': 'Original source is missing for %FILE%',
//	}, {
		'label': 'Tag as Flickrvio',
		'tag': '{'+'{subst:flickrvio|1=%PARAMETER%}}',
		'img_summary': 'Marking as possible [[Commons:License laundering|Flickrvio]] (%PARAMETER%).',
		'talk_tag': '{'+'{subst:flickrvionote|1=%FILE%}}',
		'talk_summary': 'Critically evaluate Flickr license for %FILE%',
		'prompt_text': 'Why is this file a Flickrvio? (url)'
	}, {
		'label': 'Tag as dupe',
		'tag': '{'+'{duplicate|1=%PARAMETER%|user=%USER%}}',
		'img_summary': 'Tagging as duplicate of [[File:%PARAMETER%]]',
//		'talk_tag' : '{'+'{subst:Speedynote|1=%FILE%|2={'+'{subst:int:File-exists-duplicate|}} [[:File:%PARAMETER%]].}}', 
//		'talk_summary' : 'Duplicate notification',
		'prompt_text': 'Which is file is this a duplicate of?'
	}, {
		'label': 'Tag superseded',
		'tag': '{'+'{superseded|1=%PARAMETER%}}',
		'img_summary': 'Tagging [[File:%PARAMETER%]] as superseded version',
		'prompt_text': 'Which file is the superseded version?'
    }
];
//AjaxDelete code ends