Jump to content

User:Bhairava7/twinkleoptions.js: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Saving Twinkle preferences: automatic edit from Wikipedia:Twinkle/Preferences
Saving Twinkle preferences: automatic edit from Wikipedia:Twinkle/Preferences
Line 21: Line 21:
"deliWatchUser": "3 months",
"deliWatchUser": "3 months",
"watchProdPages": "6 months",
"watchProdPages": "6 months",
"markProdPagesAsPatrolled": true,
"logProdPages": true,
"logProdPages": true,
"autoMenuAfterRollback": true,
"autoMenuAfterRollback": true,
Line 47: Line 46:
"f8"
"f8"
],
],
"markSpeedyPagesAsPatrolled": true,
"logSpeedyNominations": true,
"logSpeedyNominations": true,
"noLogOnSpeedyNomination": [
"noLogOnSpeedyNomination": [
Line 78: Line 76:
"xfdWatchList": "1 month",
"xfdWatchList": "1 month",
"xfdWatchUser": "3 months",
"xfdWatchUser": "3 months",
"xfdWatchRelated": "6 months"
"xfdWatchRelated": "6 months",
"markXfdPagesAsPatrolled": false
};
};



Revision as of 07:57, 10 December 2023

// 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,
  "dialogLargeFont": true,
  "disabledModules": [
    "shared",
    "talkback",
    "image"
  ],
  "spiWatchReport": "6 months",
  "deliWatchUser": "3 months",
  "watchProdPages": "6 months",
  "logProdPages": true,
  "autoMenuAfterRollback": true,
  "openTalkPageOnAutoRevert": true,
  "rollbackInPlace": true,
  "markRevertedPagesAsMinor": [
    "agf",
    "norm",
    "vand",
    "torev"
  ],
  "confirmOnFluff": true,
  "showRollbackLinks": [
    "diff",
    "others",
    "mine",
    "recent"
  ],
  "watchSpeedyPages": [
    "g3",
    "g5",
    "g10",
    "g11",
    "g12",
    "f8"
  ],
  "logSpeedyNominations": true,
  "noLogOnSpeedyNomination": [
    "db",
    "g2",
    "g4",
    "g6",
    "g13",
    "a3",
    "a9",
    "u1",
    "f2",
    "f5",
    "f7",
    "c1",
    "r4"
  ],
  "watchTaggedPages": "6 months",
  "watchMergeDiscussions": "3 months",
  "markTaggedPagesAsMinor": true,
  "combinedSingletMenus": true,
  "watchWarnings": "6 months",
  "topWelcomes": true,
  "logXfdNominations": true,
  "noLogOnXfdNomination": [
    "afd",
    "cfds"
  ],
  "xfdWatchPage": "1 week",
  "xfdWatchList": "1 month",
  "xfdWatchUser": "3 months",
  "xfdWatchRelated": "6 months",
  "markXfdPagesAsPatrolled": false
};

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