Jump to content

User:Yunoselect5/common.js

From Wikipedia, the free encyclopedia
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.
importScript('User:Mr. Stradivarius/gadgets/SpamUserPage.js'); // Linkback: [[User:Mr. Stradivarius/gadgets/SpamUserPage.js]]
SpamUserPage = {}; // Don't remove this line! It is necessary for SpamUserPage settings.
SpamUserPage = {}; // Don't remove this line! It is necessary for SpamUserPage settings.
SpamUserPage.preset = "vaublock";
// <nowiki>
SpamUserPage.template = "{{subst:User:Mr. Stradivarius/uw-vaublock}} [[User:Yunoselect5|Yunoselect5]] ([[User talk:Yunoselect5|talk]]) 15:10, 18 April 2017 (UTC)";
// <nowiki>
SpamUserPage.watchlist = "watch";
SpamUserPage.preset = "sblock";
SpamUserPage.deletesummary = "[[WP:CSD#G11|G11]]: [[WP:SPAM|spam]] user page";
SpamUserPage.blocksummary = "[[WP:Spam|Spam]]-only account";
SpamUserPage.editsummary = "You have been blocked for [[WP:SPAM|Spamming]]";
SpamUserPage.expiry = "1 year";
SpamUserPage.nocreate = false;
SpamUserPage.autoblock = false;
SpamUserPage.noemail = true;
SpamUserPage.nousertalk = false;
SpamUserPage.watchlist = "nochange";
SpamUserPage.menulocation = "p-tb";
SpamUserPage.menuposition = "#t-whatlinkshere";
SpamUserPage.oneclick = true;
SpamUserPage.presets = [
  {
    id: 'test',
    label: 'A test preset',
    editsummary: 'just testing'
  }
];
SpamUserPage.presets = [
  {
    id: 'test',
    label: 'A test preset',
    editsummary: 'just testing'
  },
  {
    id: 'sblock',
    expiry: '1 month'
  }
];