Jump to content

User:Schazjmd/twinkleoptions.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.
// twinkleoptions.js: personal Twinkle preferences file
//
// NOTE: The easiest way to change your Twinkle preferences is by using the
// Twinkle preferences panel, at [[Wikipedia:Twinkle/Preferences]].
//
// This file is AUTOMATICALLY GENERATED.  Any changes you make (aside from
// changing the configuration parameters in a valid-JavaScript way) will be
// overwritten the next time you click "save" in the Twinkle preferences
// panel.  If modifying this file, make sure to use correct JavaScript.
// <nowiki>

window.Twinkle.prefs = {
  "optionsVersion": 2.1,
  "disabledModules": [
    "shared",
    "image"
  ],
  "watchRequestedPages": "1 week",
  "logProdPages": true,
  "autoMenuAfterRollback": true,
  "openTalkPage": [
    "norm",
    "vand"
  ],
  "markRevertedPagesAsMinor": [],
  "watchRevertedPages": [
    "torev"
  ],
  "watchRevertedExpiry": "1 week",
  "confirmOnFluff": true,
  "showRollbackLinks": [
    "diff",
    "others",
    "mine",
    "recent",
    "history"
  ],
  "watchSpeedyExpiry": "1 week",
  "watchSpeedyUser": "no",
  "welcomeUserOnSpeedyDeletionNotification": [],
  "logSpeedyNominations": true,
  "noLogOnSpeedyNomination": [],
  "watchTaggedVenues": [],
  "watchTaggedPages": "1 week",
  "watchMergeDiscussions": "3 months",
  "defaultWarningGroup": "1",
  "combinedSingletMenus": true,
  "customWarningList": [
    {
      "value": "Template:Uw-subtle1",
      "label": "unconstructive edit"
    },
    {
      "value": "Template:Uw-joke1",
      "label": "humor"
    },
    {
      "value": "Template:Uw-sportstrans",
      "label": "premature sports transaction"
    },
    {
      "value": "Template:Uw-dob",
      "label": "DOB"
    }
  ],
  "watchWelcomes": "1 month",
  "insertUsername": false,
  "quickWelcomeMode": "auto",
  "quickWelcomeTemplate": "sdbk",
  "customWelcomeList": [
    {
      "value": "Welcome-suboptimal",
      "label": "goodfaith"
    },
    {
      "value": "Mentor welcome",
      "label": "mentor"
    }
  ],
  "customWelcomeSignature": false,
  "logXfdNominations": true,
  "xfdWatchDiscussion": "yes",
  "markXfdPagesAsPatrolled": false
};

// </nowiki>
// End of twinkleoptions.js