User:MrX/twinkleoptions.js
Appearance
< User:MrX
(Redirected from User:Umbris/twinkleoptions.js)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:MrX/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,
"dialogLargeFont": true,
"prodReasonDefault": "Fails [[WP:GNG]] notability.",
"logProdPages": true,
"openTalkPage": [
"norm",
"vand"
],
"markRevertedPagesAsMinor": [],
"watchSpeedyPages": [
"g3",
"g5",
"g10",
"g11",
"g12",
"a7",
"r2"
],
"speedyWindowHeight": 600,
"logSpeedyNominations": true,
"watchTaggedPages": false,
"markTaggedPagesAsMinor": true,
"markTaggedPagesAsPatrolled": false,
"customTagList": [
{
"value": "cleanup-school",
"label": "Cleanup School"
},
{
"value": "crystal",
"label": "Crystal"
},
{
"value": "howto",
"label": "How to"
},
{
"value": "like resume",
"label": "Like a resume"
},
{
"value": "cleanup-spam",
"label": "Promotional material and other spam"
},
{
"value": "Neologism",
"label": "Neologism in such a manner as to promote it"
},
{
"value": "Proposed deletion endorsed",
"label": "Proposed deletion endorsed"
},
{
"value": "Directory",
"label": "This article is written like a directory"
},
{
"value": "Almanac",
"label": "This article concentrates unduly on statistical information. Wikipedia is not an indiscriminate collection of information."
},
{
"value": "Booster",
"label": "This article may contain academic boosterism which primarily serves to praise or promote the subject and may be a sign of a conflict of interest."
},
{
"value": "Puffery",
"label": "This article may contain wording that promotes the subject through exaggeration of unnoteworthy facts."
},
{
"value": "Famous",
"label": "This list of \"famous\" or \"notable\" persons has no clear inclusion or exclusion criteria. "
},
{
"value": "Inappropriate person",
"label": "This article uses first-person (\"I\"; \"we\") or second-person (\"you\") inappropriately. "
},
{
"value": "salt",
"label": "Salt"
},
{
"value": "cleanup gallery",
"label": "Excessive gallery of images"
}
],
"insertTalkbackSignature": false,
"oldSelect": true,
"customWarningList": [
{
"value": "alert|ap",
"label": "American Politics - DS Alert"
},
{
"value": "User:MrX/UnsourcedArticles",
"label": "Unsourced Articles"
},
{
"value": "User:MrX/Overtagging",
"label": "Overtagging"
},
{
"value": "User:MrX/CSD",
"label": "Invalid CSD"
},
{
"value": "User:MrX/DraftMoved",
"label": "Draft moved"
},
{
"value": "subst:Gs/SCW&ISIL notification",
"label": "Syria Civil War/ISIL GS notification"
},
{
"value": "Uw-socialnetwork",
"label": "Off-topic rambling"
},
{
"value": "Uw-copying-nosource",
"label": "Copying within without attribution"
},
{
"value": "Im-fuir1",
"label": "Use of non-free image - Level 1"
},
{
"value": "Im-fuir2",
"label": "Use of non-free image - Level 2"
},
{
"value": "Im-fuir3",
"label": "Use of non-free image - Level 3"
},
{
"value": "Im-fuir4",
"label": "Use of non-free image - Level 4"
},
{
"value": "User:MrX/Indenting",
"label": "Advice on indenting talk page comments"
},
{
"value": "Uw-tilde",
"label": "Sign your posts"
},
{
"value": "alert|blp",
"label": "BLP - DS alert"
},
{
"value": "user:MrX/Endorsements",
"label": "Endorsements"
},
{
"value": "subst:gs/alert|topic=covid",
"label": "COVID-19 GS Alert"
}
],
"topWelcomes": true,
"watchWelcomes": false,
"insertUsername": false,
"customWelcomeList": [
{
"value": "User:MrX/WelcomeToWikipedia",
"label": "Happy, personal, graphical welcome!"
},
{
"value": "User:MrX/SimpleWikiWelcome",
"label": "Happy, brief welcome"
},
{
"value": "User:MrX/BeBoldWelcome",
"label": "Soft, be bold welcome"
}
],
"customWelcomeSignature": false,
"speedyPromptOnG7": true
};
// </nowiki>
// End of twinkleoptions.js