User:IAmChaos/twinkleoptions.js

From Wikipedia, the free encyclopedia
Jump to navigation Jump to search
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,
  "deliWatchPage": "6 months",
  "watchRequestedPages": "1 month",
  "watchPPTaggedPages": "6 months",
  "watchProdPages": "yes",
  "logProdPages": true,
  "prodLogPageName": "PRODLOG(TWINKLE)",
  "autoMenuAfterRollback": true,
  "openTalkPageOnAutoRevert": true,
  "watchRevertedExpiry": "1 week",
  "showRollbackLinks": [
    "diff",
    "others",
    "history"
  ],
  "watchSpeedyPages": [
    "db",
    "g1",
    "g2",
    "g3",
    "g4",
    "g5",
    "g6",
    "g7",
    "g8",
    "g10",
    "g11",
    "g12",
    "g13",
    "g14",
    "a1",
    "a2",
    "a3",
    "a7",
    "a9",
    "a10",
    "a11",
    "u1",
    "u2",
    "u5",
    "f1",
    "f2",
    "f3",
    "f7",
    "f8",
    "f9",
    "c1",
    "r2",
    "r3",
    "r4"
  ],
  "watchSpeedyExpiry": "yes",
  "watchSpeedyUser": "3 months",
  "welcomeUserOnSpeedyDeletionNotification": [
    "db",
    "g1",
    "g2",
    "g3",
    "g4",
    "g6",
    "g11",
    "g12",
    "g14",
    "a1",
    "a2",
    "a3",
    "a7",
    "a9",
    "a10",
    "a11",
    "u5",
    "f1",
    "f2",
    "f3",
    "f9",
    "r2",
    "r3"
  ],
  "notifyUserOnSpeedyDeletionNomination": [
    "db",
    "g1",
    "g2",
    "g3",
    "g4",
    "g6",
    "g10",
    "g11",
    "g12",
    "g13",
    "g14",
    "a1",
    "a2",
    "a3",
    "a7",
    "a9",
    "a10",
    "a11",
    "u5",
    "f1",
    "f2",
    "f3",
    "f7",
    "f9",
    "c1",
    "r2",
    "r3",
    "r4"
  ],
  "logSpeedyNominations": true,
  "speedyLogPageName": "CSDLOG(TWINKLE)",
  "noLogOnSpeedyNomination": [],
  "watchTaggedVenues": [],
  "watchTaggedPages": "default",
  "watchMergeDiscussions": "3 months",
  "markTaggedPagesAsMinor": true,
  "customRedirectTagList": [
    {
      "value": "R from full name",
      "label": "R from full name"
    },
    {
      "value": "R from nickname",
      "label": "Nickname"
    },
    {
      "value": "R from search term",
      "label": "Search Term"
    },
    {
      "value": "R from sentence case",
      "label": "R from sentence case"
    },
    {
      "value": "R from stylization",
      "label": "R from stylization"
    },
    {
      "value": "R from slang",
      "label": "R from slang"
    },
    {
      "value": "R from antonym",
      "label": "opposite"
    },
    {
      "value": "R from alternate transliteration",
      "label": "Alternate transliteration"
    },
    {
      "value": "R from sentence case",
      "label": "sentence case"
    },
    {
      "value": "R from official name",
      "label": "R from official name"
    },
    {
      "value": "R from honorific",
      "label": "R from honorific"
    },
    {
      "value": "R from colloquial name",
      "label": "R from colloquial name"
    },
    {
      "value": "R from slogan",
      "label": "R from slogan"
    },
    {
      "value": "R from alternate punctuation",
      "label": "punctuation"
    },
    {
      "value": "R from species to genus",
      "label": "R species to genus"
    },
    {
      "value": "R from airport code",
      "label": "R from airport code"
    }
  ],
  "markTalkbackAsMinor": false,
  "talkbackHeading": "New message!",
  "unlinkNamespaces": [
    "0",
    "10",
    "118"
  ],
  "combinedSingletMenus": true,
  "watchWarnings": "3 months",
  "customWarningList": [
    {
      "value": "subst:User:IAmChaos/sandbox/UW-SDREDIRECT",
      "label": "UW-SDREDIRECT"
    },
    {
      "value": "Template:Uw-articlesig",
      "label": "Uw-articlesig"
    }
  ],
  "topWelcomes": true,
  "watchWelcomes": "yes",
  "quickWelcomeTemplate": "welcome-retro",
  "customWelcomeList": [
    {
      "value": "User:IAmChaos/sandbox/Welcome",
      "label": "Welcome to Wikipedia!"
    },
    {
      "value": "Mentor welcome",
      "label": "Welcome - Mentor"
    },
    {
      "value": "TWA invite",
      "label": ""
    }
  ],
  "logXfdNominations": true,
  "xfdLogPageName": "XFDLOG(Twinkle)",
  "xfdWatchPage": "yes",
  "xfdWatchDiscussion": "yes",
  "xfdWatchRelated": "1 week"
};

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