User:Codename Noreste/common.js: Difference between revisions
From Test Wiki
Content deleted Content added
Some changes here. |
Another change here. |
||
| Line 28: | Line 28: | ||
cache_seconds : 30 * 60 |
cache_seconds : 30 * 60 |
||
}; |
}; |
||
/* importScript('MediaWiki:Gadget-AllInOne.js'); // Backlink: [[MediaWiki:Gadget-AllInOne.js]] */ |
|||
importScript('User:Infinityboy7/AjaxBlock.js'); // [[User:Infinityboy7/DiscussionCloser.js]] |
importScript('User:Infinityboy7/AjaxBlock.js'); // [[User:Infinityboy7/DiscussionCloser.js]] |
||
importScript('User:Infinityboy7/DiscussionCloser.js'); // [[User:Infinityboy7/DiscussionCloser.js]] |
importScript('User:Infinityboy7/DiscussionCloser.js'); // [[User:Infinityboy7/DiscussionCloser.js]] |
||
| ⚫ | |||
/* if (typeof(p4js_all_in_one) === 'undefined') p4js_all_in_one = {}; |
|||
p4js_all_in_one.reasons = { |
|||
block: ["Vandalism", "Vandalism-only account", "Spamming links to external sites", "Spam-only account or spambot", "Intimidating behavior/harassment", "Long-term abuse", "{{blocked proxy}}"], |
|||
pagedelete: ["Unambiguous spam", "Complete vandalism", "Created by blocked user evading their block", "Not a translation"], |
|||
revisiondelete: ["Copyright violation", "Correction of a mistake in revision deletion", "Grossly insulting, degrading, or offensive material", "Potentially libelous information", "Purely disruptive material", "Other valid non-test deletion"], |
|||
} |
|||
// You can select these suffixes to append to your block and (revision) delete rationales. |
|||
p4js_all_in_one.suffixes = [" (bureaucrat action)", " <!-- Bureaucrat action, but can be changed as a steward action if necessary. -->"]; |
|||
| ⚫ | |||