User:SpacemanSpiff/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.

window.Twinkle.prefs = {
  "twinkle": {
    "deliWatchPage": "yes",
    "deliWatchUser": "yes",
    "logProdPages": true,
    "openTalkPage": [
      "norm",
      "vand"
    ],
    "markRevertedPagesAsMinor": [
      "agf",
      "norm",
      "vand"
    ],
    "watchSpeedyPages": [
      "g3",
      "g5",
      "g10",
      "g11",
      "g12",
      "a7",
      "a10",
      "f9"
    ],
    "deleteSysopDefaultToTag": true,
    "unlinkNamespaces": [
      "0",
      "4",
      "6",
      "10",
      "100",
      "118"
    ],
    "customWarningList": [
      {
        "value": "Uw-castewarning",
        "label": "Warning of sanctions pertaining to social and ethnic groups of South Asia"
      },
      {
        "value": "Uw-castesanction",
        "label": "General sanctions imposed per [[WP:GS/Caste|community authorized sanctions pertaining to social groups]]"
      },
      {
        "value": "Uw-coi",
        "label": "[[WP:COI|Conflict of Interest]]"
      }
    ],
    "xfdWatchPage": "yes",
    "xfdWatchDiscussion": "yes",
    "xfdWatchUser": "yes"
  },
  "friendly": {
    "markTaggedPagesAsMinor": true,
    "talkbackHeading": "Talkbalk",
    "topWelcomes": true,
    "customWelcomeList": [
      {
        "value": "Welcome-copyright",
        "label": "Welcome - copyright guide"
      }
    ]
  }
};

// End of twinkleoptions.js