Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
// This script is only an "outsourced" place to define variables for the CSDHelper Script (see User:Ale jrb/Scripts/csdhelper.js)
// This is "nicked" from User:SoWhy/csdreasons.js, with additions from me!

var myDeclineReasons = new Array(
['G1', 'Not patent nonsense'],
['G1', 'Not patent nonsense, G1 is not a substitute to delete content that fails \[\[WP:NOT\]\] / use \[\[WP:PROD\]\] or \[\[WP:AFD\]\]'],
['G2', 'Not a test page'],
['G2', 'G2 cannot be applied in userspace'],
['G3', 'Not a blatant hoax'],
['G3', 'Not vandalism'],
['G4', 'G4 can only be applied if the page was previously deleted as result of a \[\[WP:XFD|a deletion discussion\]\]'],
['G4', 'The article is not substantially the same as the deleted version. A new [\[WP:XFD|deletion discussion\]\] is required.'],
['G5', 'Page was not created in violation of the user\'s ban'],
['G5', 'Page was created before the user was banned'],
['G6', 'Not uncontroversial maintenance'],
['G6', 'You need to specify a reason why this should be considered a uncontroversial maintenance deletion'],
['G6', 'Not an uncontroversial move, use \[\[WP:RM|requested moves\]\] instead'],
['G7', 'Creator was not the only editor of this page'],
['G10', 'Not negative unsourced BLP'],
['G11', 'Not unambiguous advertising'],
['G11', 'Not unambiguous advertising (can be cleaned without a fundamental rewrite)'],
['G11', 'Not unambiguous advertising / subject probably important/significant (check also Google News)'],
['G12', 'Not a copyvio and/or source is public domain or under another free compatible license'],
['A1', 'Article has context'],
['A2', 'A2 requires the content to exist on another Wikimedia project'],
['A3', 'Article has content'],
['A7', 'Article claims importance/significance of the subject'],
['A7', 'Article claims that the athlete has competed at one of the highest levels in their sport - see [[WP:ATHLETE]]'],
['A7', 'Article claims coverage in reliable sources'],
['A7', 'Subject might be important/significant (see also Google News hits for this subject) / use \[\[WP:PROD\]\] or \[\[WP:AFD\]\] instead to allow other editors to participate in this decision'],
['A7', 'A7 cannot be applied because of missing notability and/or references'],
['A7', 'A7 clearly excludes schools'],
['A7', 'A7 cannot be applied to books'],
['A7', 'A7 cannot be applied to fictional characters or entities'],
['A7', 'A7 cannot be applied to journals or newspapers'],
['A7', 'A7 cannot be applied to movies or TV shows'],
['A7', 'A7 cannot be applied to products'],
['A7', 'A7 cannot be applied to software'],
['A7', 'A7 cannot be applied to towns or places'],
['A7', 'Being part of a notable entity indicates importance/significance'],
['A7', 'Being signed to a notable label indicates importance/significance'],
['A7', 'Being or having been member of a notable band indicates importance/significance'],
['A7', 'Having notable members indicates importance/significance'],
['A7', 'Having members who are or were members of a notable band indicates importance/significance'],
['A7', 'Playing a role in a notable movie/TV show indicates importance/significance'],
['A7', 'Playing for a notable team indicates importance/significance'],
['A7', 'Playing in a notable league indicates importance/significance'],
['A9', 'A9 requires that the artist does not have an article and that there are no claims of importance/significance regarding the musical recording itself'],
['A10', 'A10 requires that the article has been recently created'],
['A10', 'A10 requires that the article duplicates an existing topic, whereas this article does not'],
['U1', 'U1 cannot be applied to talk pages'],
['R3', 'R3 only applies to recent redirects. Use \[\[WP:RFD\]\] instead']
);

var myDeleteReasons = new Array(
['G6', 'Housekeeping: Delete to make way for page-move'],
['F1', 'Redundant file'],
['F2', 'Corrupt or empty image'],
['F3', 'Improper license'],
['F4', 'Lack of licensing information'],
['F5', 'Unused unfree image'],
['F6', 'Missing non-free use rationale'],
['F7', 'Invalid fair-use claim'],
['F8', 'Images available as identical copies on the Wikimedia Commons'],
['F9', 'Unambiguous copyright infringement'],
['F10', 'Useless media files'],
['F11', 'No evidence of permission']
);