User:Colonel Wilhelm Klink/twinkleoptions.js

Source: 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.
// <pre>
window.Twinkle.prefs = {
  "twinkle": {
    "summaryAd": " ([[WP:TW|Twinkle]])",
    "logProdPages": true,
    "watchSpeedyPages": [
      "db",
      "g1",
      "g2",
      "g3",
      "g4",
      "g5",
      "g6",
      "g7",
      "g8",
      "g10",
      "g11",
      "g12",
      "g13",
      "a1",
      "a2",
      "a3",
      "a5",
      "a7",
      "a9",
      "a10",
      "a11",
      "u1",
      "u2",
      "u3",
      "u5",
      "f1",
      "f2",
      "f3",
      "f7",
      "f8",
      "f9",
      "f10",
      "c1",
      "t2",
      "t3",
      "r2",
      "r3",
      "p1",
      "p2"
    ],
    "markSpeedyPagesAsPatrolled": false,
    "notifyUserOnSpeedyDeletionNomination": [
      "db",
      "g1",
      "g2",
      "g3",
      "g4",
      "g6",
      "g10",
      "g11",
      "g12",
      "g13",
      "a1",
      "a2",
      "a3",
      "a5",
      "a7",
      "a9",
      "a10",
      "a11",
      "u3",
      "u5",
      "f1",
      "f2",
      "f3",
      "f7",
      "f9",
      "f10",
      "t2",
      "t3",
      "r2",
      "r3",
      "p1",
      "p2"
    ],
    "welcomeUserOnSpeedyDeletionNotification": [
      "db",
      "g1",
      "g2",
      "g4",
      "g6",
      "g11",
      "g12",
      "g13",
      "a1",
      "a2",
      "a3",
      "a5",
      "a7",
      "a9",
      "a10",
      "a11",
      "u3",
      "u5",
      "f1",
      "f2",
      "f3",
      "f7",
      "f9",
      "f10",
      "t2",
      "t3",
      "p1",
      "p2"
    ],
    "logSpeedyNominations": true,
    "noLogOnSpeedyNomination": [],
    "customWarningList": [
      {
        "value": "Uw-3o",
        "label": "Bad 3ON listing"
      },
      {
        "value": "Uw-bdp",
        "label": "Unsourced edits concerning recently deceased persons"
      },
      {
        "value": "Uw-derogatory",
        "label": "Derogatory remarks"
      },
      {
        "value": "Uw-paraphrase",
        "label": "Close paraphrasing of copyrighted sources"
      },
      {
        "value": "Uw-point",
        "label": "User here to make a point"
      },
      {
        "value": "Uw-recentblockwarn",
        "label": "Vandalism following recent block expiration"
      },
      {
        "value": "Uw-violence",
        "label": "Threats of violence"
      }
    ],
    "xfdWatchPage": "yes",
    "xfdWatchDiscussion": "yes"
  },
  "friendly": {
    "watchTaggedPages": false,
    "markTaggedPagesAsMinor": true,
    "markTaggedPagesAsPatrolled": false,
    "tagArticleSortOrder": "alpha",
    "customTagList": [
      {
        "value": "Uncategorized stub",
        "label": "{{uncategorized stub}}: article needs categories and specific stub template"
      },
      {
        "value": "Recategorize",
        "label": "{{recategorize}}: article appears to be in both categories to be diffused, their subcategories, or too many categories"
      },
      {
        "value": "Check category",
        "label": "{{check category}}: article may be in wrong category"
      },
      {
        "value": "Cleanup list",
        "label": "{{cleanup-list}}: embedded lists may be indiscriminate"
      },
      {
        "value": "List missing criteria",
        "label": "{{list missing criteria}}: list with no clear inclusion criteria"
      },
      {
        "value": "Expand list",
        "label": "{{expand list}}: list needs expansion"
      },
      {
        "value": "Dynamic list",
        "label": "{{dynamic list}}: list is a dynamic list"
      },
      {
        "value": "Complete list",
        "label": "{{complete list}}: list is complete, either temporarily or permanently"
      },
      {
        "value": "Needs English sources",
        "label": "{{needs English sources}}: article has few English language sources"
      },
      {
        "value": "BLP IMDb-only refimprove",
        "label": "{{IMDb only}}: only source for a BLP is IMDb"
      },
      {
        "value": "Faith primary",
        "label": "{{religion primary}}: article relies too much on religious texts for sources"
      },
      {
        "value": "Crystal",
        "label": "{{crystal}}: unreliable predictions, speculation, etc."
      },
      {
        "value": "Medref",
        "label": "{{medref}}: articles needs more medical references"
      },
      {
        "value": "Recent death",
        "label": "{{recent death}}: subject of article has recently died"
      },
      {
        "value": "Recent death presumed",
        "label": "{{recent death presumed}}: subject of article may have recently died"
      },
      {
        "value": "Current",
        "label": "{{current}}: article covers current event"
      },
      {
        "value": "Obituary",
        "label": "{{obituary}}: article reads like an obituary"
      },
      {
        "value": "Cleanup colors",
        "label": "{{cleanup colors}}: overt use of color; against [[MOS:ACCESS]]"
      }
    ],
    "topWelcomes": true,
    "insertUsername": false
  }
};
// </pre>
// End of twinkleoptions.js