User:Moheen/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:Steinsplitter/adminwatch.js');
importScript('User:Magog the Ogre/cleanup.js');
importScript('User:NahidSultan/FoPBangladesh.js');
importScript('User:Sreejithk2000/JustReplace.js');
importScript('User:Moheen/LicenseReview.js');
importScript('User:Perhelion/massrename.js');
importScript('User:Steinsplitter/tagPersonalityRight.js');
importScript('User:NahidSultan/POTDbnwiki.js');
importScript('User:Moheen/CtgWikiCom.js');
importScript('User:JurgenNL/speedyscript.js');
importScript('User:Steinsplitter/test.js');

mw.loader.load( 'ext.gadget.VisualFileChange' );

/*jshint scripturl:false*/
window.AxUserMsgPreSelect = 5; // For registered users, selects "Please tag images"
window.AxUserMsgPreSelectIP = 13; // For IPs, selects "No sandboxing"

window.AjaxDeleteExtraButtons = [
                {
                    'label1': 'WaterMark',
                    'tag1': '{'+'{Watermark}}',
                    'img_summary1': 'Watermark+.',
                	'label2': 'Copyvio (www)',
                	'tag2': '{' + '{copyvio|1=[[COM:NETCOPYRIGHT|Copyright violation]], found elsewhere on the web and unlikely to be own work: [https://www.google.com/searchbyimage?image_url={{filepath:{' + '{subst:BASEPAGENAME}}}} google search]}}',
	                'img_summary2': 'speedy deletion: possible copyvio',
                	'talk_tag2': '{' + '{subst:copyvionote|1=%FILE%}}',
                	'talk_summary2': 'Notification of possible copyright violation for %FILE%'
                }
];