Bước tới nội dung

Thành viên:Nvdtn19/twinkleoptions.js

Bách khoa toàn thư mở Wikipedia
Chú ý: Sau khi lưu thay đổi trang, bạn phải xóa bộ nhớ đệm của trình duyệt để nhìn thấy các thay đổi. Google Chrome, Firefox, Internet ExplorerSafari: Giữ phím ⇧ Shift và nhấn nút Reload/Tải lại trên thanh công cụ của trình duyệt. Để biết chi tiết và hướng dẫn cho các trình duyệt khác, xem Trợ giúp:Xóa bộ nhớ đệm.
// 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,  "disabledModules": [    "rollback"  ],  "spiWatchReport": "1 week",  "deliWatchPage": "1 week",  "deliWatchUser": "1 week",  "watchRequestedPages": "1 week",  "watchPPTaggedPages": "1 week",  "watchProdPages": "1 week",  "logProdPages": true,  "openTalkPage": [],  "rollbackInPlace": true,  "markRevertedPagesAsMinor": [    "agf",    "norm",    "vand",    "torev"  ],  "watchRevertedExpiry": "1 week",  "confirmOnMobileRollback": false,  "showRollbackLinks": [    "diff",    "others",    "mine",    "recent",    "history"  ],  "markSharedIPAsMinor": false,  "speedySelectionStyle": "radioClick",  "watchSpeedyPages": [    "db",    "a1",    "a2",    "a3",    "a7",    "a9",    "a10",    "a11",    "c1",    "c4",    "f1",    "f2",    "f3",    "f7",    "f8",    "f9",    "g1",    "g2",    "g3",    "g4",    "g5",    "g6",    "g7",    "g8",    "g10",    "g11",    "g12",    "g13",    "g14",    "g15",    "r2",    "r3",    "r4",    "t5",    "u1",    "u2",    "x3"  ],  "watchSpeedyExpiry": "1 week",  "watchSpeedyUser": "1 week",  "welcomeUserOnSpeedyDeletionNotification": [    "a1",    "a10",    "a11",    "a2",    "a3",    "a7",    "a9",    "c1",    "db",    "f1",    "f2",    "f3",    "f7",    "f9",    "g1",    "g10",    "g11",    "g12",    "g13",    "g14",    "g15",    "g2",    "g3",    "g4",    "g6",    "r2",    "r3",    "r4",    "x3"  ],  "notifyUserOnSpeedyDeletionNomination": [    "a1",    "a10",    "a11",    "a2",    "a3",    "a7",    "a9",    "c1",    "db",    "f1",    "f2",    "f3",    "f7",    "f9",    "g1",    "g10",    "g11",    "g12",    "g13",    "g14",    "g15",    "g2",    "g3",    "g4",    "g6",    "r2",    "r3",    "r4",    "x3"  ],  "logSpeedyNominations": true,  "noLogOnSpeedyNomination": [],  "watchTaggedPages": "1 week",  "watchMergeDiscussions": "1 week",  "markTaggedPagesAsMinor": true,  "customTagList": [    {      "value": "thế:cld5",      "label": "cld5"    }  ],  "markTalkbackAsMinor": true,  "talkbackHeading": "Bạn có tin nhắn mới!",  "mailHeading": "Bạn có thư!",  "unlinkNamespaces": [    "0",    "1",    "2",    "3",    "4",    "5",    "6",    "7",    "8",    "9",    "10",    "11",    "12",    "13",    "14",    "15",    "100",    "101",    "118",    "119",    "710",    "711",    "828",    "829"  ],  "defaultWarningGroup": "11",  "combinedSingletMenus": true,  "watchWarnings": "1 week",  "customWarningList": [    {      "value": "uw-interlink",      "label": "Liên kết bài dịch với bài ở các ngôn ngữ khác thông qua Wikidata"    },    {      "value": "uw-machinetranslation1",      "label": "Lạm dụng công cụ dịch tự động đề dịch bài"    }  ],  "topWelcomes": true,  "watchWelcomes": "1 week",  "logXfdNominations": true,  "xfdWatchDiscussion": "1 month",  "xfdWatchList": "1 month",  "xfdWatchUser": "1 week",  "markXfdPagesAsPatrolled": false};// </nowiki>// End of twinkleoptions.js