Jump to content

User:Theroadislong/twinkleoptions

From Wikipedia, the free encyclopedia

// twinkleoptions.js: personal Twinkle preferences file // // NOTE: The easiest way to change your Twinkle preferences is by using the // Twinkle preferences panel, at Wikipedia: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": "tab",
   "deliWatchPage": "yes",
   "deliWatchUser": "no",
   "watchProdPages": false,
   "logProdPages": true,
   "watchRevertedPages": [
     "norm",
     "vand"
   ],
   "showRollbackLinks": [
     "diff"
   ],
   "watchSpeedyPages": [
     "db",
     "g10",
     "g11",
     "g12",
     "a1",
     "a3",
     "a7",
     "a10",
     "r2",
     "r3"
   ],
   "notifyUserOnSpeedyDeletionNomination": [
     "db",
     "g1",
     "g2",
     "g3",
     "g4",
     "g10",
     "g11",
     "g12",
     "a1",
     "a2",
     "a3",
     "a5",
     "a7",
     "a9",
     "a10",
     "u3",
     "f1",
     "f2",
     "f3",
     "f7",
     "f9",
     "f10",
     "t2",
     "t3",
     "r3",
     "p1",
     "p2"
   ],
   "welcomeUserOnSpeedyDeletionNotification": [
     "db",
     "g1",
     "g2",
     "g3",
     "g4",
     "g10",
     "g11",
     "g12",
     "a1",
     "a2",
     "a3",
     "a5",
     "a7",
     "a9",
     "a10",
     "u3",
     "f1",
     "f2",
     "f3",
     "f7",
     "f9",
     "f10",
     "t2",
     "t3",
     "r3",
     "p1",
     "p2"
   ],
   "deleteTalkPageOnDelete": true,
   "logSpeedyNominations": true,
   "xfdWatchPage": "yes",
   "xfdWatchDiscussion": "yes",
   "xfdWatchUser": "no"
 },
 "friendly": {
   "markTalkbackAsMinor": false,
   "watchWelcomes": false,
   "markWelcomesAsMinor": false,
   "customWelcomeList": [
     {
       "value": "User:MC10/Welcome",
       "label": "{{subst:#if: Welcome|== Welcome ==}}

: MC10's graphical welcome template"

     },
     {
       "value": "User:Coffee/welcome",

"label": "

Welcome!

Here are some cookies to welcome you! :D

Welcome to Wikipedia, {{subst:BASEPAGENAME}}! My name is [[User:{{{1}}}|]]. I just wanted to say hi and welcome you to Wikipedia! If you have any questions, feel free to leave me a message on [[User talk:{{{1}}}|my talk page]] or press the "Request Help" button at the bottom of this message. I love to help new users, so don't be afraid to leave a message! I hope you like the place and decide to stay.

Here are some pages that will help you edit Wikipedia:

  How to edit a page
  Tutorial
  Sandbox, the place where you can experiment
  Where to ask a question.
  What this site is based on
  Manual of Style

Here are some ways you can help improve Wikipedia:

  Create an article
  Help remove bad edits (vandalism)
  Translate an article
  Improve illustrations and upload new images
  Perform maintenance tasks
  Become a member of a project that interests you

I hope you enjoy editing here and being a Wikipedian! Please sign your name on talk pages using four tildes (~~~~); this will automatically produce your name and the date. If you need help, check out Wikipedia:Questions, ask me on [[User talk:{{{1}}}|my talk page]], or press the "Request Help" button below. Again, welcome!


Coffee's welcome template with cookies"
     }
   ]
 }

};

// End of twinkleoptions.js