Jump to content

User:XtraJovial/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,
  "openTalkPageOnAutoRevert": true,
  "confirmOnFluff": true,
  "showRollbackLinks": [
    "diff",
    "others",
    "mine",
    "history"
  ],
  "customTagList": [
    {
      "value": "Only primary sources",
      "label": "{{Only primary sources}}: article only references primary sources"
    },
    {
      "value": "No reliable sources",
      "label": "{{No reliable sources}}: article does not cite any reliable sources"
    }
  ],
  "customWarningList": [
    {
      "value": "uw-bes1",
      "label": "Inappropriate or abusive edit summaries"
    },
    {
      "value": "uw-bes2",
      "label": "Inappropriate or abusive edit summaries"
    },
    {
      "value": "Uw-bes3",
      "label": "Inappropriate or abusive edit summaries"
    },
    {
      "value": "Uw-bes4",
      "label": "Inappropriate or abusive edit summaries"
    },
    {
      "value": "Uw-bes4im",
      "label": "Inappropriate or abusive edit summaries"
    },
    {
      "value": "Uw-derogatory",
      "label": "Adding hateful, derogatory, or bigoted content"
    },
    {
      "value": "Uw-coi-warn",
      "label": "Conflict of interest"
    },
    {
      "value": "Uw-talkinarticle1",
      "label": "Adding commentary to articles"
    },
    {
      "value": "Uw-talkinarticle2",
      "label": "Adding commentary to articles"
    },
    {
      "value": "Uw-talkinarticle3",
      "label": "Adding commentary to articles"
    },
    {
      "value": "Uw-color1",
      "label": "Adding non-compliant colours"
    },
    {
      "value": "Uw-color2",
      "label": "Adding non-compliant colours\t"
    },
    {
      "value": "Uw-color3",
      "label": "Adding non-compliant colours\t"
    },
    {
      "value": "Uw-color4",
      "label": "Adding non-compliant colours\t"
    },
    {
      "value": "Uw-fringe1",
      "label": "Inserting fringe or undue weight content"
    },
    {
      "value": "Uw-fringe2",
      "label": "Inserting fringe or undue weight content"
    },
    {
      "value": "Uw-fringe3",
      "label": "Inserting fringe or undue weight content"
    },
    {
      "value": "Uw-unreliable",
      "label": "Using unreliable sources"
    }
  ],
  "logXfdNominations": true
};

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