Jump to content

User:CptViraj/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,
  "deliWatchPage": "no",
  "deliWatchUser": "no",
  "watchRequestedPages": "no",
  "watchPPTaggedPages": "no",
  "logProdPages": true,
  "markRevertedPagesAsMinor": [],
  "watchRevertedPages": [],
  "watchRevertedExpiry": "no",
  "confirmOnFluff": true,
  "showRollbackLinks": [
    "diff",
    "others",
    "mine"
  ],
  "markSharedIPAsMinor": false,
  "watchSpeedyPages": [
    "c1"
  ],
  "watchSpeedyExpiry": "no",
  "watchSpeedyUser": "no",
  "welcomeUserOnSpeedyDeletionNotification": [],
  "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"
  ],
  "speedyLogPageName": "",
  "watchTaggedPages": "no",
  "watchMergeDiscussions": "no",
  "customTagList": [
    {
      "value": "BLP IMDb refimprove",
      "label": "{{BLP IMDb refimprove}}"
    }
  ],
  "customRedirectTagList": [
    {
      "value": "R from draft",
      "label": "{{R from draft}}"
    },
    {
      "value": "R from template shortcut",
      "label": "{{R from template shortcut}}"
    },
    {
      "value": "R from modification",
      "label": "{{R from modification}}"
    },
    {
      "value": "R from alternative punctuation",
      "label": "{{R from alternative punctuation}}"
    },
    {
      "value": "R from move",
      "label": "{{R from move}}"
    },
    {
      "value": "R from subsidiary",
      "label": "{{R from subsidiary}}"
    }
  ],
  "markTalkbackAsMinor": false,
  "unlinkNamespaces": [],
  "showSharedIPNotice": false,
  "watchWarnings": "no",
  "topWelcomes": true,
  "watchWelcomes": "no",
  "customWelcomeList": [
    {
      "value": "WelcomeVisual",
      "label": "{{welcome-visual}}: welcome message with links to policies, guidelines, and visually helpful information"
    },
    {
      "value": "Welcome emoji",
      "label": "{{welcome-emoji}}: quite colourful template using emoji next to policy links, visually appealing"
    },
    {
      "value": "Thanks",
      "label": "{{welcome-anom-thanks}}: very simple message thanking the user for their edit(s) and mentioning account creation"
    },
    {
      "value": "Welcome to Wikipedia",
      "label": "{{welcome-to-wikipedia}}: to welcome new editors and provide links to useful information spread out across Wikipedia"
    }
  ],
  "customWelcomeSignature": false,
  "xfdWatchDiscussion": "yes",
  "xfdWatchUser": "no",
  "xfdWatchRelated": "no",
  "markXfdPagesAsPatrolled": false
};

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