User:Cwek/twinkleoptions.js

维基百科,自由的百科全书

注意:保存之后,你必须清除浏览器缓存才能看到做出的更改。Google ChromeFirefoxMicrosoft EdgeSafari:按住⇧ Shift键并单击工具栏的“刷新”按钮。参阅Help:绕过浏览器缓存以获取更多帮助。

// <nowiki>
// twinkleoptions.js:用户Twinkle参数设置文件
//
// 注:修改您的参数设置最简单的办法是使用
// Twinkle参数设置面板,在[[Wikipedia:Twinkle/参数设置]]。
//
// 这个文件是自动生成的,您所做的任何修改(除了
// 以一种合法的JavaScript的方式来修改这些属性值)会
// 在下一次您点击“保存”时被覆盖。
// 修改此文件时,请记得使用合法的JavaScript。

window.Twinkle.prefs = {
  "optionsVersion": 2.1,
  "deliWatchPage": "no",
  "deliWatchUser": "no",
  "watchRequestedPages": "no",
  "watchRevertedPages": [
    "vand"
  ],
  "watchRevertedExpiry": "1 week",
  "showRollbackLinks": [
    "diff",
    "others",
    "mine"
  ],
  "watchSpeedyExpiry": "1 week",
  "notifyUserOnSpeedyDeletionNomination": [
    "db",
    "g1",
    "g2",
    "g3",
    "g5",
    "g11",
    "g12",
    "g13",
    "g16",
    "a1",
    "a2",
    "a3",
    "a5",
    "a6",
    "f6",
    "f7",
    "r2",
    "r5"
  ],
  "welcomeUserOnSpeedyDeletionNotification": [
    "db",
    "g1",
    "g2",
    "g3",
    "g5",
    "g10",
    "g11",
    "g12",
    "g13",
    "g14",
    "g15",
    "g16",
    "a1",
    "a2",
    "a3",
    "a5",
    "f1",
    "f4",
    "f5",
    "f6",
    "f7",
    "r2",
    "r3",
    "r5"
  ],
  "logSpeedyNominations": true,
  "noLogOnSpeedyNomination": [
    "o1",
    "o3",
    "o4"
  ],
  "watchTaggedPages": "no",
  "watchMergeDiscussions": "no",
  "customTagList": [
    {
      "value": "Split",
      "label": "{{Split}}:将本页面分拆为多个条目"
    },
    {
      "value": "subst:Translating/auto",
      "label": "{{Translating}}:翻译中"
    },
    {
      "value": "notchinesetitle",
      "label": "{{notchinesetitle}}:请更换中文标题中文"
    },
    {
      "value": "Splitsection",
      "label": "{{Splitsection}}:分离段落"
    },
    {
      "value": "SeeTalk",
      "label": "{{SeeTalk}}:通知参见讨论页"
    },
    {
      "value": "Request_translation",
      "label": "{{Request_translation}}:从其他语言翻译"
    },
    {
      "value": "subst:wikify/auto",
      "label": "{{wikify}}:需要被修正为维基格式以符合质量标准"
    },
    {
      "value": "Notability Unreferenced",
      "label": "{{Notability Unreferenced}}:有关注度,但需要可靠来源支持"
    },
    {
      "value": "subst:Bare URLs/auto",
      "label": "{{Bare URLs}}:标记暴露网页链接的参考脚注"
    },
    {
      "value": "subst:Expand/auto",
      "label": "{{Expand}}:扩展"
    }
  ],
  "customFileTagList": [
    {
      "value": "Keep local",
      "label": "{{Keep local}}:保留在本地非Commons的文件"
    }
  ],
  "unlinkNamespaces": [
    "1",
    "3",
    "5",
    "7",
    "9",
    "11",
    "13",
    "15",
    "100",
    "101",
    "829"
  ],
  "watchWarnings": "no",
  "watchWelcomes": "no",
  "xfdWatchPage": "no",
  "xfdWatchDiscussion": "no",
  "xfdWatchUser": "no",
  "XfdClose": "all",
  "copyvioWatchPage": "no",
  "copyvioWatchUser": "no"
};

// twinkleoptions.js到此为止
// </nowiki>