Kullanıcı:By erdo can/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": {
    "userTalkPageMode": "blank",
    "dialogLargeFont": true,
    "deliWatchPage": "yes",
    "deliWatchUser": "yes",
    "logProdPages": true,
    "logSpeedyNominations": true,
    "xfdWatchPage": "yes",
    "xfdWatchDiscussion": "yes",
    "xfdWatchList": "yes",
    "xfdWatchUser": "yes"
  },
  "friendly": {
    "quickWelcomeTemplate": "hoşgeldiniz"
  }
};

// End of twinkleoptions.js