User:CptViraj/twinkleoptions.js
Appearance
Code that you insert on this page could contain malicious content capable of compromising your account. If you import a script from another page with "importScript", "mw.loader.load", "iusc", or "lusc", take note that this causes you to dynamically load a remote script, which could be changed by others. Editors are responsible for all edits and actions they perform, including by scripts. User scripts are not centrally supported and may malfunction or become inoperable due to software changes. A guide to help you find broken scripts is available. If you are unsure whether code you are adding to this page is safe, you can ask at the appropriate village pump. This code will be executed when previewing this page. |
![]() | Documentation for this user script can be added at User:CptViraj/twinkleoptions. |
// 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.
// <nowiki>
window.Twinkle.prefs = {
"optionsVersion": 2.1,
"deliWatchPage": "no",
"deliWatchUser": "no",
"watchRequestedPages": "no",
"watchPPTaggedPages": "no",
"logProdPages": true,
"markRevertedPagesAsMinor": [],
"watchRevertedPages": [],
"watchRevertedExpiry": "no",
"confirmOnFluff": true,
"showRollbackLinks": [
"diff",
"others",
"mine"
],
"markSharedIPAsMinor": false,
"watchSpeedyPages": [
"c1"
],
"watchSpeedyExpiry": "no",
"watchSpeedyUser": "no",
"welcomeUserOnSpeedyDeletionNotification": [],
"notifyUserOnSpeedyDeletionNomination": [
"db",
"g1",
"g2",
"g3",
"g4",
"g6",
"g10",
"g11",
"g12",
"g13",
"g14",
"a1",
"a2",
"a3",
"a7",
"a9",
"a10",
"a11",
"u5",
"f1",
"f2",
"f3",
"f7",
"f9",
"c1",
"r2",
"r3",
"r4"
],
"speedyLogPageName": "",
"watchTaggedPages": "no",
"watchMergeDiscussions": "no",
"customTagList": [
{
"value": "BLP IMDb refimprove",
"label": "{{BLP IMDb refimprove}}"
}
],
"customRedirectTagList": [
{
"value": "R from draft",
"label": "{{R from draft}}"
},
{
"value": "R from template shortcut",
"label": "{{R from template shortcut}}"
},
{
"value": "R from modification",
"label": "{{R from modification}}"
},
{
"value": "R from alternative punctuation",
"label": "{{R from alternative punctuation}}"
},
{
"value": "R from move",
"label": "{{R from move}}"
},
{
"value": "R from subsidiary",
"label": "{{R from subsidiary}}"
}
],
"markTalkbackAsMinor": false,
"unlinkNamespaces": [],
"showSharedIPNotice": false,
"watchWarnings": "no",
"topWelcomes": true,
"watchWelcomes": "no",
"customWelcomeList": [
{
"value": "WelcomeVisual",
"label": "{{welcome-visual}}: welcome message with links to policies, guidelines, and visually helpful information"
},
{
"value": "Welcome emoji",
"label": "{{welcome-emoji}}: quite colourful template using emoji next to policy links, visually appealing"
},
{
"value": "Thanks",
"label": "{{welcome-anom-thanks}}: very simple message thanking the user for their edit(s) and mentioning account creation"
},
{
"value": "Welcome to Wikipedia",
"label": "{{welcome-to-wikipedia}}: to welcome new editors and provide links to useful information spread out across Wikipedia"
}
],
"customWelcomeSignature": false,
"xfdWatchDiscussion": "yes",
"xfdWatchUser": "no",
"xfdWatchRelated": "no",
"markXfdPagesAsPatrolled": false
};
// </nowiki>
// End of twinkleoptions.js