Utente:Nastoshka/twinkleoptions.js

Da Wikivoyage.

Nota: dopo aver salvato, potrebbe essere necessario pulire la cache del proprio browser per vedere i cambiamenti.

  • Firefox / Safari: tenere premuto il tasto delle maiuscole e fare clic su Ricarica, oppure premere Ctrl-F5 o Ctrl-R (⌘-R su Mac)
  • Google Chrome: premere Ctrl-Shift-R (⌘-Shift-R su un Mac)
  • Internet Explorer: tenere premuto il tasto Ctrl mentre si fa clic su Refresh, oppure premere Ctrl-F5
  • Opera: svuotare completamente la cache dal menu Strumenti → Preferenze
// twinkleoptions.js: personal Twinkle preferences file
//
// NOTE: The easiest way to change your Twinkle preferences is by using the
// Twinkle preferences panel, at [[Wikivoyage:Twinkle/Preferenze]].
//
// 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": "con Twinkle",
    "userTalkPageMode": "tab",
    "markRevertedPagesAsMinor": [
      "agf"
    ],
    "unlinkNamespaces": [
      "0",
      "4",
      "5",
      "12",
      "13",
      "100"
    ]
  },
  "friendly": {
    "topWelcomes": true,
    "quickWelcomeTemplate": "Benvenuto"
  }
};

// End of twinkleoptions.js