User:4nn1l2test/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.
window.AjaxDeleteExtraButtons = [{
		'label': 'NO IND',
		'tag': '{' + '{copyvio|No indication of publication under a [[COM:L|free license]] at source}}',
		'img_summary': 'Marking as possible copyvio because No indication of publication under a [[COM:L|free license]] at source',
		'talk_tag': '{' + '{subst:copyvionote|1=%FILE%|reason=No indication of publication under a [[COM:L|free license]] at source}}',
		'talk_summary': 'Notification of possible copyright violation for %FILE%'
	}, {
		'label': 'POSTER',
		'tag': '{' + '{copyvio|[[COM:POSTER|Poster]] or [[COM:BOOK|book]]/[[COM:ALBUM|album]] [[Commons:Copyright_rules_by_subject_matter#Covers|cover]]}}',
		'img_summary': 'Marking as possible copyvio because Poster or Book/Album Cover',
		'talk_tag': '{' + '{subst:copyvionote|1=%FILE%|reason=[[COM:POSTER|Poster]] or [[COM:BOOK|book]]/[[COM:ALBUM|album]] [[Commons:Copyright_rules_by_subject_matter#Covers|cover]]}}',
		'talk_summary': 'Notification of possible copyright violation for %FILE%'
	}, {
		'label': 'LOGO',
		'tag': '{' + '{logo}}',
		'img_summary': 'Marking as possible copyvio because Non-trivial logo',
		'talk_tag': '{' + '{subst:copyvionote|1=%FILE%|reason=[[Commons:Copyright rules by subject matter#Trademarks|Sophisticated logo]]}}',
 		'talk_summary': 'Notification of possible copyright violation for %FILE%'
	}, {
		'label': 'ADVERT',
		'tag': '{' + '{SD|G10}}',
 		'img_summary': 'Marking as possible advert',
		'talk_tag': '{' + '{subst:speedynote|1=%FILE%|2=[[COM:CSD#G10|CSD G10]] (files and pages created as advertisements)}}',
 		'talk_summary': 'Notification of possible advert for %FILE%'
	}, {
		'label': 'SELFIE',
		'tag': '{' + '{SD|F10}}',
 		'img_summary': 'Marking as likely personal photo',
		'talk_tag': '{' + '{subst:speedynote|1=%FILE%|2=[[COM:CSD#F10|CSD F10]] (personal photos by non-established contributors)}}',
 		'talk_summary': 'Notification of likely personal photo for %FILE%'
	}, {
		'label': 'SCREEN',
		'tag': '{' + '{screenshot}}',
 		'img_summary': 'Marking as possible coyvio as Non-free screenshot',
		'talk_tag': '{' + '{subst:copyvionote|1=%FILE%|reason=[[Commons:Screenshots]]}}',
 		'talk_summary': 'Notification of possible copyright violation for %FILE%'
	}, {
        'label': 'DUP',
        'tag': '{'+'{duplicate|1=%PARAMETER%|user=%USER%}}',
        'img_summary': 'Tagging as duplicate of  [[:%PARAMETER%]]',
        'prompt_text': 'Which file is this a duplicate of?',
        'talk_tag': '{' + '{subst:speedynote|1=%FILE%|2=[[:Category:Duplicate|Exact duplicate]] or scaled-down version of [[:%PARAMETER%]].}}',
        'talk_summary': 'Notification of possible duplicate for %FILE%',
    },
];