User:LibertyOrDeath/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": {
    "dialogLargeFont": true,
    "spiWatchReport": "default",
    "openTalkPage": [
      "agf",
      "norm",
      "vand",
      "torev"
    ],
    "openTalkPageOnAutoRevert": true,
    "confirmOnFluff": true,
    "showRollbackLinks": [
      "diff",
      "others",
      "mine"
    ],
    "logSpeedyNominations": true
  },
  "friendly": {
    "insertUsername": false,
    "customWelcomeList": [
      {
        "value": "Welcome-anon-unsourced",
        "label": "{{Welcome-anon-unsourced}}: for anon users who added unsourced information to a page which may have been reverted"
      },
      {
        "value": "Welcome-anon-vandalism-fighter",
        "label": "{{Welcome-anon-vandalism-fighter}}: for anonymous users who fight vandalism to urge them to create an account"
      },
      {
        "value": "Thanks",
        "label": "{{Thanks}}: Very simple message thanking the user for their edit(s) and mentioning account creation"
      },
      {
        "value": "User:AxG/WikiWelcome1",
        "label": "{{User:AxG/WikiWelcome1}}: Basic message with 6 main links (plus links within words), not overwhelming, graphical with animation"
      },
      {
        "value": "User:Cocoaguy/UserWelcome",
        "label": "{{User:Cocoaguy/UserWelcome}}: A semi-clone of AxG's but has different colors and tells users about Wikiprojects"
      },
      {
        "value": "User:Steve2011/Welcome",
        "label": "{{User:Steve2011/Welcome}}: unique template, list with emoji-type icons as bullets, friendly, lots of info but not too overwhelming"
      }
    ]
  }
};

// End of twinkleoptions.js