사용자:Bluehill/twinkleoptions.js: 두 판 사이의 차이

내용 삭제됨 내용 추가됨
Saving Twinkle preferences: automatic edit from 위키백과:도구/트윙클/환경 설정 (TW)
(차이 없음)

2020년 8월 13일 (목) 12:02 판

// twinkleoptions.js: personal Twinkle preferences file
//
// NOTE: The easiest way to change your Twinkle preferences is by using the
// Twinkle preferences panel, at [[위키백과:도구/트윙클/환경 설정]].
//
// 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,
  "rollbackInPlace": true,
  "markRevertedPagesAsMinor": [
    "agf",
    "norm",
    "vand",
    "torev"
  ],
  "watchRevertedPages": [],
  "showRollbackLinks": [
    "diff",
    "others",
    "recent"
  ]
};

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