Content deleted Content added
Remove extra space |
m Update from main account |
||
(16 intermediate revisions by the same user not shown) | |||
Line 1:
// twinkleoptions.js: personal Twinkle preferences file
//
Line 11 ⟶ 8:
// 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 = {
"
"userTalkPageMode": "blank",
"openTalkPageOnAutoRevert": true,
"markRevertedPagesAsMinor": [
],
"watchRevertedPages": [],
"showRollbackLinks": [
"
"welcomeUserOnSpeedyDeletionNotification": [],
"notifyUserOnSpeedyDeletionNomination": [
"a7",
"logSpeedyNominations": true,
"noLogOnSpeedyNomination": [],
"watchMergeDiscussions": "no",
"markTaggedPagesAsMinor": true,
"customTagList": [
"
"label": "Your edits appear to constitute vandalism and have been disallowed by an edit filter"
{
"
"label": "Your edits appear to constitute vandalism and have been disallowed by an edit filter. Last warning"
},
{
"value": "User:FlightTime/Current music-related",
},
"value": "In popular culture",
}
"showSharedIPNotice": false,
"customWarningList": [
},
},
},
},
"value": "Last-warning",
},
},
"value": "JamesBWatson/Uw-coi-username",
},
"value": "User:FlightTime/BLP blatant (only)",
},
"value": "UAA-no edits",
},
"value": "Shared IP advice",
},
"value": "User:FlightTime/Spam page",
},
},
"value": "Template:Uw-wrongsummary",
},
"value": "User:FlightTime/Uw-wrongsummary3",
},
"value": "User:FlightTime/falsify summary 4",
},
"value": "User:FlightTime/Uw-Timeline changes",
},
"value": "User:FlightTime/Uw-genre1",
},
"value": "Empty edit request",
"label": "Empty edit request"
},
{
"
"
},
"value": "User:FlightTime/Disruption 3",
"label": "Disruption 3"
},
"label": "Blatant bull"
"label": "External spam link(s)"
"value": "Current music-related",
"label": "Current music related event"
},
{
"value": "User:FlightTime/Non-notable trivia",
},
"value": "User:FlightTime/Preaching 2",
},
"value": "User:FlightTime/Preaching 3",
"label": "Preaching 3"
},
{
"value": "User:FlightTime/Coversong",
"label": "Non-notable cover"
},
{
"value": "User:FlightTime/Instruments",
"label": "Secondary instruments are not listed in the infobox"
},
{
"value": "User:FlightTime/Associated acts",
"label": "Associated acts"
},
{
"value": "User:FlightTime/Not censored",
"label": "Wikipedia is not censored"
},
{
"value": "User:FlightTime/Update ref also",
"label": "Please update reference(s) also"
},
{
"value": "User:FlightTime/Talk page too long",
"label": "Talk page too long"
},
{
"value": "User:FlightTime/Established infobox and lead",
"label": "Established infobox and lead, [[WP:Consensus|consensus]] needed"
}
],
"topWelcomes": true,
"watchWelcomes": "no",
"insertUsername": false,
"quickWelcomeTemplate": "User:FlightTime/Accwelcome",
"customWelcomeList": [
{
"value": "User:FlightTime/Accwelcome",
"label": "Requested account welcome"
},
{
"value": "User:FlightTime/TWwelcome",
"label": "New user welcome"
}
],
"xfdWatchPage": "yes",
"xfdWatchDiscussion": "yes",
"xfdWatchList": "yes",
"xfdWatchUser": "yes",
"markXfdPagesAsPatrolled": false
};
// </nowiki>
// End of twinkleoptions.js
|