User:PotsdamLamb/twinkleoptions.js: Difference between revisions
Appearance
From Meta, a Wikimedia project coordination wiki
Saving Twinkle preferences: automatic edit from User:Xiplus/TwinkleGlobal/Preferences (TwinkleGlobal)
Saving Twinkle preferences: automatic edit from User:Xiplus/TwinkleGlobal/Preferences (TwinkleGlobal)
Line 24:
Line 24:
"vand"
"vand"
],
],
"openTalkPageOnAutoRevert": true,
"watchRevertedPages": [
"watchRevertedPages": [
"norm",
"norm",
Line 36:
Line 37:
"recent",
"recent",
"history"
"history"
],
"fluffDisabledWikis": [
{
"value": "simplewiki",
"label": ""
},
{
"value": "zh_classicalwiki",
"label": ""
},
{
"value": "zhwiki",
"label": ""
},
{
"value": "zhwikibooks",
"label": ""
},
{
"value": "zhwikivoyage",
"label": ""
},
{
"value": "zhwiktionary",
"label": ""
}
],
],
"markSpeedyPagesAsPatrolled": true,
"markSpeedyPagesAsPatrolled": true,
Revision as of 03:55, 16 April 2024
// twinkleoptions.js: personal Twinkle preferences file // // NOTE: The easiest way to change your Twinkle preferences is by using the // Twinkle preferences panel, at [[User:Xiplus/TwinkleGlobal/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.TwinkleGlobal.prefs={ "optionsVersion":2, "dialogLargeFont":true, "customSRGReasonList":[ { "value":"Lock evasion", "label":"Lock evasion" } ], "showVandRollbackLink":true, "openTalkPage":[ "norm", "vand" ], "openTalkPageOnAutoRevert":true, "watchRevertedPages":[ "norm", "vand", "torev" ], "watchRevertedExpiry":"1 week", "showRollbackLinks":[ "diff", "others", "mine", "recent", "history" ], "fluffDisabledWikis":[ { "value":"simplewiki", "label":"" }, { "value":"zh_classicalwiki", "label":"" }, { "value":"zhwiki", "label":"" }, { "value":"zhwikibooks", "label":"" }, { "value":"zhwikivoyage", "label":"" }, { "value":"zhwiktionary", "label":"" } ], "markSpeedyPagesAsPatrolled":true, "customCSDReasonList":[ { "value":"g2", "label":"Page recently deleted (as QD) and now recreated" } ] }; // </nowiki> // End of twinkleoptions.js