// twinkleoptions.js: persoonlijk Twinkle voorkeurenbestand
//
// OPMERKING: De makkelijkste manier om je Twinkle voorkeuren aan te passen
// is via het Twinkle configuratiescherm, op ].
//
// Dit bestand is AUTOMATISCH AANGEMAAKT.  Iedere verandering die je maakt
// (buiten de JS-configuratieparameters in correct JavaScript) worden
// vernietigd de volgende keer dat je "opslaan" klikt in het Twinkle
// configuratiescherm.  Als je dit bestand aanpast zorg voor correcte JS.
// <nowiki>

window.Twinkle.prefs = {
  "optionsVersion": 2.1,
  "watchRequestedPages": "yes",
  "watchSpeedyPages": [
    "g1",
    "g2",
    "g3",
    "g4",
    "g5",
    "g6",
    "g7",
    "g8",
    "g9",
    "g10",
    "u1",
    "u2"
  ],
  "logSpeedyNominations": true,
  "quickWelcomeTemplate": "welkom3",
  "logXfdNominations": true
};

// </nowiki>
// Einde van twinkleoptions.js