Kullanıcı:İnternion/twinkleoptions.js

Vikipedi, özgür ansiklopedi
Not: Sayfayı kaydettikten sonra değişiklikleri görebilmek için tarayıcınızın önbelleğinizi temizlemeniz gerekir. Google Chrome, Firefox, Microsoft Edge ve Safari: ⇧ Shift tuşuna basılı tutun ve Yeniden Yükle araç çubuğu düğmesine tıklayın. Ayrıntılar ve diğer tarayıcılara yönelik yönergeler için Vikipedi:Önbelleğinizi atlayın sayfasını inceleyin.
// twinkleoptions.js: personal Twinkle preferences file
//
// NOTE: The easiest way to change your Twinkle preferences is by using the
// Twinkle preferences panel, at [[Vikipedi: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": " ([[Vikipedi:Twinkle|TW]])",
    "spiWatchReport": "no",
    "logProdPages": true,
    "markRevertedPagesAsMinor": [
      "norm",
      "vand"
    ],
    "watchSpeedyPages": [
      "g1",
      "g2",
      "g3",
      "g4",
      "g6",
      "g7",
      "g8",
      "g10",
      "g11",
      "a1",
      "a3",
      "a7",
      "u1",
      "u2",
      "f1",
      "c1",
      "t2",
      "r2",
      "r3",
      "p1"
    ],
    "logSpeedyNominations": true,
    "noLogOnSpeedyNomination": [],
    "unlinkNamespaces": [
      "0",
      "10",
      "100"
    ]
  },
  "friendly": {
    "topWelcomes": true,
    "watchWelcomes": false,
    "quickWelcomeTemplate": "Welcome"
  }
};

// End of twinkleoptions.js