User:A2093064/twinkleoptions.js: Difference between revisions

From TestWiki
Content added Content deleted
(Saving Twinkle preferences: automatic edit from TestWiki:Twinkle/Preferences (TW))
 
(Saving Twinkle preferences: automatic edit from TestWiki:Twinkle/Preferences (TW))
 
Line 11: Line 11:
window.Twinkle.prefs = {
window.Twinkle.prefs = {
"twinkle": {
"twinkle": {
"summaryAd": "",
"summaryAd": " ([[WP:TW|TW edit]])",
"deletionSummaryAd": "",
"deletionSummaryAd": " ([[WP:TW|TW delete]])",
"protectionSummaryAd": ""
"protectionSummaryAd": " ([[WP:TW|TW protect]])"
},
},
"friendly": {}
"friendly": {}

Latest revision as of 23:45, 31 October 2017

// twinkleoptions.js: personal Twinkle preferences file
//
// NOTE: The easiest way to change your Twinkle preferences is by using the
// Twinkle preferences panel, at [[TestWiki: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": {
    "summaryAd": " ([[WP:TW|TW edit]])",
    "deletionSummaryAd": " ([[WP:TW|TW delete]])",
    "protectionSummaryAd": " ([[WP:TW|TW protect]])"
  },
  "friendly": {}
};

// End of twinkleoptions.js