MediaWiki:Gadget-Twinkle.js: Difference between revisions

From Sarkarverse
Jump to navigation Jump to search
m (1 revision imported)
imported>Amorymeltzer
(Repo at 3825f474: Add preference to watchlist user page on notification; Pull repetitive namespace-sort into Twinkle function)
 
(14 intermediate revisions by 3 users not shown)
Line 6: Line 6:
  * +-------------------------------------------------------------------------+
  * +-------------------------------------------------------------------------+
  *
  *
  * Imported from github [https://github.com/azatoth/twinkle].
  * Imported from github [https://github.com/wikimedia-gadgets/twinkle].
  * All changes should be made in the repository, otherwise they will be lost.
  * All changes should be made in the repository, otherwise they will be lost.
*
* To update this script from github, you must have a local repository set up. Then
* follow the instructions at [https://github.com/azatoth/twinkle/blob/master/README.md].
  *
  *
  * ----------
  * ----------
  *
  *
  * This is AzaToth's Twinkle, the popular script sidekick for newbies, admins, and
  * This is AzaToth's Twinkle, the popular script sidekick for newbies, admins, and
  * every Wikipedian in between. Visit [[SV:TW]] for more information.
  * every Wikipedian in between. Visit [[WP:TW]] for more information.
  */
  */
// <nowiki>


//<nowiki>
/* global Morebits */


( function ( window, document, $, undefined ) { // Wrap with anonymous function
(function (window, document, $) { // Wrap with anonymous function
 
// Check if account is experienced enough to use Twinkle
if (!Morebits.userIsInGroup('autoconfirmed') && !Morebits.userIsInGroup('confirmed')) {
return;
}


var Twinkle = {};
var Twinkle = {};
window.Twinkle = Twinkle;  // allow global access
window.Twinkle = Twinkle;  // allow global access


// Check if account is experienced enough to use Twinkle
Twinkle.userAuthorized = Morebits.userIsInGroup( "autoconfirmed" ) || Morebits.userIsInGroup( "confirmed" );
// for use by custom modules (normally empty)
Twinkle.initCallbacks = [];
Twinkle.initCallbacks = [];
Twinkle.addInitCallback = function twinkleAddInitCallback( func ) {
/**
Twinkle.initCallbacks.push( func );
* Adds a callback to execute when Twinkle has loaded.
* @param {function} func
* @param {string} [name] - name of module used to check if is disabled.
* If name is not given, module is loaded unconditionally.
*/
Twinkle.addInitCallback = function twinkleAddInitCallback(func, name) {
Twinkle.initCallbacks.push({ func: func, name: name });
};
};


Twinkle.defaultConfig = {};
Twinkle.defaultConfig = {};
/**
/**
* Twinkle.defaultConfig.twinkle and Twinkle.defaultConfig.friendly
  * This holds the default set of preferences used by Twinkle.
*
  * This holds the default set of preferences used by Twinkle. (The |friendly| object holds preferences stored in the FriendlyConfig object.)
  * It is important that all new preferences added here, especially admin-only ones, are also added to
  * It is important that all new preferences added here, especially admin-only ones, are also added to
  * |Twinkle.config.sections| in twinkleconfig.js, so they are configurable via the Twinkle preferences panel.
  * |Twinkle.config.sections| in twinkleconfig.js, so they are configurable via the Twinkle preferences panel.
  * For help on the actual preferences, see the comments in twinkleconfig.js.
  * For help on the actual preferences, see the comments in twinkleconfig.js.
*
* Formerly Twinkle.defaultConfig.twinkle and Twinkle.defaultConfig.friendly
  */
  */
Twinkle.defaultConfig.twinkle = {
Twinkle.defaultConfig = {
// General
// General
summaryAd: " ([[SV:TW|TW]])",
userTalkPageMode: 'tab',
deletionSummaryAd: " ([[SV:TW|TW]])",
protectionSummaryAd: " ([[SV:TW|TW]])",
userTalkPageMode: "window",
dialogLargeFont: false,
dialogLargeFont: false,
// Fluff (revert and rollback)
disabledModules: [],
openTalkPage: [ "agf", "norm", "vand" ],
disabledSysopModules: [],
 
// ARV
spiWatchReport: 'yes',
 
// Block
defaultToPartialBlocks: false,
blankTalkpageOnIndefBlock: false,
 
// Fluff (revert and rollback)
autoMenuAfterRollback: false,
openTalkPage: [ 'agf', 'norm', 'vand' ],
openTalkPageOnAutoRevert: false,
openTalkPageOnAutoRevert: false,
markRevertedPagesAsMinor: [ "vand" ],
rollbackInPlace: false,
watchRevertedPages: [ "agf", "norm", "vand", "torev" ],
markRevertedPagesAsMinor: [ 'vand' ],
watchRevertedPages: [ 'agf', 'norm', 'vand', 'torev' ],
watchRevertedExpiry: '1 month',
offerReasonOnNormalRevert: true,
offerReasonOnNormalRevert: true,
confirmOnFluff: false,
confirmOnFluff: false,
showRollbackLinks: [ "diff", "others" ],
confirmOnMobileFluff: true,
// DI (twinkleimage)
showRollbackLinks: [ 'diff', 'others' ],
 
// DI (twinkleimage)
notifyUserOnDeli: true,
notifyUserOnDeli: true,
deliWatchPage: "default",
deliWatchPage: '1 month',
deliWatchUser: "default",
deliWatchUser: '1 month',
// PROD
 
watchProdPages: true,
// Protect
prodReasonDefault: "",
watchRequestedPages: 'yes',
watchPPTaggedPages: 'default',
watchProtectedPages: 'default',
 
// PROD
watchProdPages: '1 month',
markProdPagesAsPatrolled: false,
prodReasonDefault: '',
logProdPages: false,
logProdPages: false,
prodLogPageName: "PROD log",
prodLogPageName: 'PROD log',
// CSD
 
speedySelectionStyle: "buttonClick",
// CSD
speedyPromptOnG7: false,
speedySelectionStyle: 'buttonClick',
watchSpeedyPages: [ "g3", "g5", "g10", "g11", "g12" ],
watchSpeedyPages: [ 'g3', 'g5', 'g10', 'g11', 'g12' ],
markSpeedyPagesAsPatrolled: true,
watchSpeedyExpiry: '1 month',
markSpeedyPagesAsPatrolled: false,
watchSpeedyUser: '1 month',
 
// these next two should probably be identical by default
// these next two should probably be identical by default
notifyUserOnSpeedyDeletionNomination:   [ "db", "g1", "g2", "g3", "g4", "g6", "g10", "g11", "g12", "g13", "a1", "a2", "a3", "a5", "a7", "a9", "a10", "a11", "f1", "f2", "f3", "f7", "f9", "f10", "u3", "t2", "t3", "p1", "p2" ],
welcomeUserOnSpeedyDeletionNotification: [ 'db', 'g1', 'g2', 'g3', 'g4', 'g6', 'g10', 'g11', 'g12', 'g13', 'g14', 'a1', 'a2', 'a3', 'a5', 'a7', 'a9', 'a10', 'a11', 'f1', 'f2', 'f3', 'f7', 'f9', 'f10', 'u3', 'u5', 'p1', 'p2' ],
welcomeUserOnSpeedyDeletionNotification: [ "db", "g1", "g2", "g3", "g4", "g6", "g10", "g11", "g12", "g13", "a1", "a2", "a3", "a5", "a7", "a9", "a10", "a11", "f1", "f2", "f3", "f7", "f9", "f10", "u3", "t2", "t3", "p1", "p2" ],
notifyUserOnSpeedyDeletionNomination: [ 'db', 'g1', 'g2', 'g3', 'g4', 'g6', 'g10', 'g11', 'g12', 'g13', 'g14', 'a1', 'a2', 'a3', 'a5', 'a7', 'a9', 'a10', 'a11', 'f1', 'f2', 'f3', 'f7', 'f9', 'f10', 'u3', 'u5', 'p1', 'p2' ],
promptForSpeedyDeletionSummary: [ "db", "g1", "g2", "g3", "g4", "g6", "g7", "g8", "g10", "g11", "g12", "a1", "a2", "a3", "a5", "a7", "a9", "a10", "a11", "f2", "f4", "f7", "f8", "f10", "t2", "t3", "p1", "p2" ],
warnUserOnSpeedyDelete: [ 'db', 'g1', 'g2', 'g3', 'g4', 'g6', 'g10', 'g11', 'g12', 'g13', 'g14', 'a1', 'a2', 'a3', 'a5', 'a7', 'a9', 'a10', 'a11', 'f1', 'f2', 'f3', 'f7', 'f9', 'f10', 'u3', 'u5', 'p1', 'p2' ],
openUserTalkPageOnSpeedyDelete: [ "db", "g1", "g2", "g3", "g4", "g5", "g10", "g11", "g12", "a1", "a3", "a7", "a9", "a10", "a11", "f3", "f7", "f9", "u3", "t2", "p1" ],
promptForSpeedyDeletionSummary: [],
deleteTalkPageOnDelete: false,
deleteTalkPageOnDelete: true,
deleteRedirectsOnDelete: true,
deleteRedirectsOnDelete: true,
deleteSysopDefaultToTag: false,
deleteSysopDefaultToDelete: false,
speedyWindowHeight: 500,
speedyWindowHeight: 500,
speedyWindowWidth: 800,
speedyWindowWidth: 800,
logSpeedyNominations: false,
logSpeedyNominations: false,
speedyLogPageName: "CSD log",
speedyLogPageName: 'CSD log',
noLogOnSpeedyNomination: [ "u1" ],
noLogOnSpeedyNomination: [ 'u1' ],
// Unlink
 
unlinkNamespaces: [ "0", "100" ],
// Unlink
// Warn
unlinkNamespaces: [ '0', '10', '100', '118' ],
defaultWarningGroup: "1",
 
// Warn
defaultWarningGroup: '1',
combinedSingletMenus: false,
showSharedIPNotice: true,
showSharedIPNotice: true,
watchWarnings: true,
watchWarnings: '1 month',
blankTalkpageOnIndefBlock: false,
oldSelect: false,
customWarningList: [],
customWarningList: [],
// XfD
 
xfdWatchDiscussion: "default",
// XfD
xfdWatchList: "no",
logXfdNominations: false,
xfdWatchPage: "default",
xfdLogPageName: 'XfD log',
xfdWatchUser: "default",
noLogOnXfdNomination: [],
// Hidden preferences
xfdWatchDiscussion: 'default',
revertMaxRevisions: 50,
xfdWatchList: 'no',
batchdeleteChunks: 50,
xfdWatchPage: '1 month',
batchDeleteMinCutOff: 5,
xfdWatchUser: '1 month',
xfdWatchRelated: '1 month',
markXfdPagesAsPatrolled: true,
 
// Hidden preferences
autolevelStaleDays: 3, // Huggle is 3, CBNG is 2
revertMaxRevisions: 50, // intentionally limited
batchMax: 5000,
batchMax: 5000,
batchProtectChunks: 50,
batchChunks: 50,
batchProtectMinCutOff: 5,
batchundeleteChunks: 50,
batchUndeleteMinCutOff: 5,
deliChunks: 500,
deliMax: 5000,
proddeleteChunks: 50
};


// now some skin dependent config.
// Deprecated options, as a fallback for add-on scripts/modules
if ( mw.config.get( "skin" ) === "vector" ) {
summaryAd: ' ([[WP:TW|TW]])',
Twinkle.defaultConfig.twinkle.portletArea = "right-navigation";
deletionSummaryAd: ' ([[WP:TW|TW]])',
Twinkle.defaultConfig.twinkle.portletId  = "p-twinkle";
protectionSummaryAd: ' ([[WP:TW|TW]])',
Twinkle.defaultConfig.twinkle.portletName = "TW";
Twinkle.defaultConfig.twinkle.portletType = "menu";
Twinkle.defaultConfig.twinkle.portletNext = "p-search";
} else {
Twinkle.defaultConfig.twinkle.portletArea =  null;
Twinkle.defaultConfig.twinkle.portletId  = "p-cactions";
Twinkle.defaultConfig.twinkle.portletName = null;
Twinkle.defaultConfig.twinkle.portletType = null;
Twinkle.defaultConfig.twinkle.portletNext = null;
}


Twinkle.defaultConfig.friendly = {
// Formerly defaultConfig.friendly:
// Tag
// Tag
groupByDefault: true,
groupByDefault: true,
watchTaggedPages: true,
watchTaggedVenues: ['articles', 'drafts', 'redirects', 'files'],
watchMergeDiscussions: true,
watchTaggedPages: '1 month',
watchMergeDiscussions: '1 month',
markTaggedPagesAsMinor: false,
markTaggedPagesAsMinor: false,
markTaggedPagesAsPatrolled: true,
markTaggedPagesAsPatrolled: true,
tagArticleSortOrder: "cat",
tagArticleSortOrder: 'cat',
customTagList: [],
customTagList: [],
// Welcome
customFileTagList: [],
customRedirectTagList: [],
 
// Welcome
topWelcomes: false,
topWelcomes: false,
watchWelcomes: true,
watchWelcomes: '3 months',
welcomeHeading: "Welcome",
insertHeadings: true,
insertUsername: true,
insertUsername: true,
insertSignature: true,  // sign welcome templates, where appropriate
quickWelcomeMode: 'norm',
quickWelcomeMode: "norm",
quickWelcomeTemplate: 'welcome',
quickWelcomeTemplate: "welcome",
customWelcomeList: [],
customWelcomeList: [],
customWelcomeSignature: true,
customWelcomeSignature: true,
// Talkback
 
// Talkback
markTalkbackAsMinor: true,
markTalkbackAsMinor: true,
insertTalkbackSignature: true,  // always sign talkback templates
insertTalkbackSignature: true,  // always sign talkback templates
talkbackHeading: "Talkback",
talkbackHeading: 'New message from ' + mw.config.get('wgUserName'),
adminNoticeHeading: "Notice",
mailHeading: "You've got mail!",
mailHeading: "You've got mail!",
// Shared
 
// Shared
markSharedIPAsMinor: true
markSharedIPAsMinor: true
};
};


Twinkle.getPref = function twinkleGetPref( name ) {
// now some skin dependent config.
var result;
switch (mw.config.get('skin')) {
if ( typeof Twinkle.prefs === "object" && typeof Twinkle.prefs.twinkle === "object" ) {
case 'vector':
// look in Twinkle.prefs (twinkleoptions.js)
Twinkle.defaultConfig.portletArea = 'right-navigation';
result = Twinkle.prefs.twinkle[name];
Twinkle.defaultConfig.portletId = 'p-twinkle';
} else if ( typeof window.TwinkleConfig === "object" ) {
Twinkle.defaultConfig.portletName = 'TW';
// look in TwinkleConfig
Twinkle.defaultConfig.portletType = 'menu';
result = window.TwinkleConfig[name];
Twinkle.defaultConfig.portletNext = 'p-search';
}
break;
case 'timeless':
Twinkle.defaultConfig.portletArea = '#page-tools .sidebar-inner';
Twinkle.defaultConfig.portletId = 'p-twinkle';
Twinkle.defaultConfig.portletName = 'Twinkle';
Twinkle.defaultConfig.portletType = null;
Twinkle.defaultConfig.portletNext = 'p-userpagetools';
break;
default:
Twinkle.defaultConfig.portletArea = null;
Twinkle.defaultConfig.portletId = 'p-cactions';
Twinkle.defaultConfig.portletName = null;
Twinkle.defaultConfig.portletType = null;
Twinkle.defaultConfig.portletNext = null;
}
 


if ( result === undefined ) {
Twinkle.getPref = function twinkleGetPref(name) {
return Twinkle.defaultConfig.twinkle[name];
if (typeof Twinkle.prefs === 'object' && Twinkle.prefs[name] !== undefined) {
return Twinkle.prefs[name];
}
}
return result;
// Old preferences format, used before twinkleoptions.js was a thing
};
if (typeof window.TwinkleConfig === 'object' && window.TwinkleConfig[name] !== undefined) {
 
return window.TwinkleConfig[name];
Twinkle.getFriendlyPref = function twinkleGetFriendlyPref(name) {
var result;
if ( typeof Twinkle.prefs === "object" && typeof Twinkle.prefs.friendly === "object" ) {
// look in Twinkle.prefs (twinkleoptions.js)
result = Twinkle.prefs.friendly[ name ];
} else if ( typeof window.FriendlyConfig === "object" ) {
// look in FriendlyConfig
result = window.FriendlyConfig[ name ];
}
}
 
if (typeof window.FriendlyConfig === 'object' && window.FriendlyConfig[name] !== undefined) {
if ( result === undefined ) {
return window.FriendlyConfig[name];
return Twinkle.defaultConfig.friendly[ name ];
}
}
return result;
return Twinkle.defaultConfig[name];
};
};




Line 199: Line 226:
  *
  *
  * Available navigation areas depend on the skin used.
  * Available navigation areas depend on the skin used.
* Vector:
*  For each option, the outer nav class contains "vector-menu", the inner div class is "vector-menu-content", and the ul is "vector-menu-content-list"
*  "mw-panel", outer nav class contains "vector-menu-portal". Existing portlets/elements: "p-logo", "p-navigation", "p-interaction", "p-tb", "p-coll-print_export"
*  "left-navigation", outer nav class contains "vector-menu-tabs" or "vector-menu-dropdown". Existing portlets: "p-namespaces", "p-variants" (menu)
*  "right-navigation", outer nav class contains "vector-menu-tabs" or "vector-menu-dropdown". Existing portlets: "p-views", "p-cactions" (menu), "p-search"
*  Special layout of p-personal portlet (part of "head") through specialized styles.
  * Monobook:
  * Monobook:
  *  "column-one", outer div class "portlet", inner div class "pBody". Existing portlets: "p-cactions", "p-personal", "p-logo", "p-navigation", "p-search", "p-interaction", "p-tb", "p-coll-print_export"
  *  "column-one", outer nav class "portlet", inner div class "pBody". Existing portlets: "p-cactions", "p-personal", "p-logo", "p-navigation", "p-search", "p-interaction", "p-tb", "p-coll-print_export"
  *  Special layout of p-cactions and p-personal through specialized styles.
  *  Special layout of p-cactions and p-personal through specialized styles.
* Vector:
*  "mw-panel", outer div class "portal", inner div class "body". Existing portlets/elements: "p-logo", "p-navigation", "p-interaction", "p-tb", "p-coll-print_export"
*  "left-navigation", outer div class "vectorTabs" or "vectorMenu", inner div class "" or "menu". Existing portlets: "p-namespaces", "p-variants" (menu)
*  "right-navigation", outer div class "vectorTabs" or "vectorMenu", inner div class "" or "menu". Existing portlets: "p-views", "p-cactions" (menu), "p-search"
*  Special layout of p-personal portlet (part of "head") through specialized styles.
  * Modern:
  * Modern:
  *  "mw_contentwrapper" (top nav), outer div class "portlet", inner div class "pBody". Existing portlets or elements: "p-cactions", "mw_content"
  *  "mw_contentwrapper" (top nav), outer nav class "portlet", inner div class "pBody". Existing portlets or elements: "p-cactions", "mw_content"
  *  "mw_portlets" (sidebar), outer div class "portlet", inner div class "pBody". Existing portlets: "p-navigation", "p-search", "p-interaction", "p-tb", "p-coll-print_export"
  *  "mw_portlets" (sidebar), outer nav class "portlet", inner div class "pBody". Existing portlets: "p-navigation", "p-search", "p-interaction", "p-tb", "p-coll-print_export"
  *
  *
  * @param String navigation -- id of the target navigation area (skin dependant, on vector either of "left-navigation", "right-navigation", or "mw-panel")
  * @param String navigation -- id of the target navigation area (skin dependant, on vector either of "left-navigation", "right-navigation", or "mw-panel")
Line 219: Line 247:
  * @return Node -- the DOM node of the new item (a DIV element) or null
  * @return Node -- the DOM node of the new item (a DIV element) or null
  */
  */
Twinkle.addPortlet = function( navigation, id, text, type, nextnodeid )
Twinkle.addPortlet = function(navigation, id, text, type, nextnodeid) {
{
// sanity checks, and get required DOM nodes
//sanity checks, and get required DOM nodes
var root = document.getElementById(navigation) || document.querySelector(navigation);
var root = document.getElementById( navigation );
if (!root) {
if ( !root ) {
return null;
return null;
}
}


var item = document.getElementById( id );
var item = document.getElementById(id);
if ( item ) {
if (item) {
if ( item.parentNode && item.parentNode === root ) {
if (item.parentNode && item.parentNode === root) {
return item;
return item;
}
}
Line 236: Line 263:


var nextnode;
var nextnode;
if ( nextnodeid ) {
if (nextnodeid) {
nextnode = document.getElementById(nextnodeid);
nextnode = document.getElementById(nextnodeid);
}
}


//verify/normalize input
// verify/normalize input
type = ( skin === "vector" && type === "menu" && ( navigation === "left-navigation" || navigation === "right-navigation" )) ? "menu" : "";
var skin = mw.config.get('skin');
var outerDivClass;
if (skin !== 'vector' || (navigation !== 'left-navigation' && navigation !== 'right-navigation')) {
var innerDivClass;
type = null; // menu supported only in vector's #left-navigation & #right-navigation
switch ( skin )
}
{
var outerNavClass, innerDivClass;
case "vector":
switch (skin) {
if ( navigation !== "portal" && navigation !== "left-navigation" && navigation !== "right-navigation" ) {
case 'vector':
navigation = "mw-panel";
// XXX: portal doesn't work
if (navigation !== 'portal' && navigation !== 'left-navigation' && navigation !== 'right-navigation') {
navigation = 'mw-panel';
}
}
outerDivClass = ( navigation === "mw-panel" ) ? "portal" : ( type === "menu" ? "vectorMenu extraMenu" : "vectorTabs extraMenu" );
outerNavClass = 'mw-portlet vector-menu vector-menu-' + (navigation === 'mw-panel' ? 'portal' : type === 'menu' ? 'dropdown' : 'tabs');
innerDivClass = ( navigation === "mw-panel" ) ? "body" : ( type === "menu" ? "menu" : "" );
innerDivClass = 'vector-menu-content';
break;
break;
case "modern":
case 'modern':
if ( navigation !== "mw_portlets" && navigation !== "mw_contentwrapper" ) {
if (navigation !== 'mw_portlets' && navigation !== 'mw_contentwrapper') {
navigation = "mw_portlets";
navigation = 'mw_portlets';
}
}
outerDivClass = "portlet";
outerNavClass = 'portlet';
innerDivClass = "pBody";
break;
case 'timeless':
outerNavClass = 'mw-portlet';
innerDivClass = 'mw-portlet-body';
break;
break;
default:
default:
navigation = "column-one";
navigation = 'column-one';
outerDivClass = "portlet";
outerNavClass = 'portlet';
innerDivClass = "pBody";
break;
break;
}
}


// Build the DOM elements.
// Build the DOM elements.
var outerDiv = document.createElement( "div" );
var outerNav = document.createElement('nav');
outerDiv.className = outerDivClass + " emptyPortlet";
outerNav.setAttribute('aria-labelledby', id + '-label');
outerDiv.id = id;
outerNav.className = outerNavClass + ' emptyPortlet';
if ( type === "menu" ) {
outerNav.id = id;
// Fix drop-down arrow image in Vector skin
if (nextnode && nextnode.parentNode === root) {
outerDiv.style.backgroundImage = 'url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAQCAMAAAAlM38UAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA9QTFRFsbGxmpqa3d3deXl58/n79CzHcQAAAAV0Uk5T/////wD7tg5TAAAAMklEQVR42mJgwQoYBkqYiZEZAhiZUFRDxWGicEPA4nBRhNlAcYQokpVMDEwD6kuAAAMAyGMFQVv5ldcAAAAASUVORK5CYII=")';
root.insertBefore(outerNav, nextnode);
outerDiv.style.backgroundPosition = "right 60%";
}
if ( nextnode && nextnode.parentNode === root ) {
root.insertBefore( outerDiv, nextnode );
} else {
} else {
root.appendChild( outerDiv );
root.appendChild(outerNav);
}
}


var h5 = document.createElement( "h3" );
var h3 = document.createElement('h3');
if ( type === "menu" ) {
h3.id = id + '-label';
var span = document.createElement( "span" );
var ul = document.createElement('ul');
span.appendChild( document.createTextNode( text ) );
h5.appendChild( span );


var a = document.createElement( "a" );
if (skin === 'vector') {
a.href = "#";
ul.className = 'vector-menu-content-list';


$( a ).click(function ( e ) {
// add invisible checkbox to keep menu open when clicked
e.preventDefault();
// similar to the p-cactions ("More") menu
if (outerNavClass.indexOf('vector-menu-dropdown') !== -1) {
var chkbox = document.createElement('input');
chkbox.className = 'vector-menu-checkbox';
chkbox.setAttribute('type', 'checkbox');
chkbox.setAttribute('aria-labelledby', id + '-label');
outerNav.appendChild(chkbox);


if ( !Twinkle.userAuthorized ) {
// Vector gets its title in a span; all others except
alert("Sorry, your account is too new to use Twinkle.");
// timeless have no title, and it has no span
}
var span = document.createElement('span');
});
span.appendChild(document.createTextNode(text));
h3.appendChild(span);
 
var a = document.createElement('a');
a.href = '#';
 
$(a).click(function(e) {
e.preventDefault();
});
 
h3.appendChild(a);
}
} else {
// Basically just Timeless
h3.appendChild(document.createTextNode(text));
}
 
outerNav.appendChild(h3);


span = document.createElement( "span" );
if (innerDivClass) {
span.appendChild( document.createTextNode( text ) );
var innerDiv = document.createElement('div');
a.appendChild( span );
innerDiv.className = innerDivClass;
h5.appendChild( a );
innerDiv.appendChild(ul);
outerNav.appendChild(innerDiv);
} else {
} else {
h5.appendChild( document.createTextNode( text ) );
outerNav.appendChild(ul);
}
}
outerDiv.appendChild( h5 );


var innerDiv = document.createElement( "div" ); // Not strictly necessary with type vectorTabs, or other skins.
innerDiv.className = innerDivClass;
outerDiv.appendChild(innerDiv);


var ul = document.createElement( "ul" );
return outerNav;
innerDiv.appendChild( ul );


return outerDiv;
};
};


Line 324: Line 367:
  * @param task: Either a URL for the portlet link or a function to execute.
  * @param task: Either a URL for the portlet link or a function to execute.
  */
  */
Twinkle.addPortletLink = function( task, text, id, tooltip )
Twinkle.addPortletLink = function(task, text, id, tooltip) {
{
if (Twinkle.getPref('portletArea') !== null) {
if ( Twinkle.getPref("portletArea") !== null ) {
Twinkle.addPortlet(Twinkle.getPref('portletArea'), Twinkle.getPref('portletId'), Twinkle.getPref('portletName'), Twinkle.getPref('portletType'), Twinkle.getPref('portletNext'));
Twinkle.addPortlet( Twinkle.getPref( "portletArea" ), Twinkle.getPref( "portletId" ), Twinkle.getPref( "portletName" ), Twinkle.getPref( "portletType" ), Twinkle.getPref( "portletNext" ));
}
}
var link = mw.util.addPortletLink( Twinkle.getPref( "portletId" ), typeof task === "string" ? task : "#", text, id, tooltip );
var link = mw.util.addPortletLink(Twinkle.getPref('portletId'), typeof task === 'string' ? task : '#', text, id, tooltip);
if ( $.isFunction( task ) ) {
$('.client-js .skin-vector #p-cactions').css('margin-right', 'initial');
$( link ).click(function ( ev ) {
if (typeof task === 'function') {
$(link).click(function (ev) {
task();
task();
ev.preventDefault();
ev.preventDefault();
});
});
}
if ($.collapsibleTabs) {
$.collapsibleTabs.handleResize();
}
}
return link;
return link;
Line 344: Line 390:
  */
  */


var scriptpathbefore = mw.util.wikiScript( "index" ) + "?title=",
var scriptpathbefore = mw.util.wikiScript('index') + '?title=',
    scriptpathafter = "&action=raw&ctype=text/javascript&happy=yes";
scriptpathafter = '&action=raw&ctype=text/javascript&happy=yes';


// Retrieve the user's Twinkle preferences
// Retrieve the user's Twinkle preferences
$.ajax({
$.ajax({
url: scriptpathbefore + "User:" + encodeURIComponent( mw.config.get("wgUserName")) + "/twinkleoptions.js" + scriptpathafter,
url: scriptpathbefore + 'User:' + encodeURIComponent(mw.config.get('wgUserName')) + '/twinkleoptions.js' + scriptpathafter,
dataType: "text"
dataType: 'text'
})
})
.fail(function () { mw.util.jsMessage( "Could not load twinkleoptions.js" ); })
.fail(function () {
.done(function ( optionsText ) {
mw.notify('Could not load your Twinkle preferences, resorting to default preferences');
})
.done(function (optionsText) {


// Quick pass if user has no options
// Quick pass if user has no options
if ( optionsText === "" ) {
if (optionsText === '') {
return;
return;
}
}


// Twinkle options are basically a JSON object with some comments. Strip those:
// Twinkle options are basically a JSON object with some comments. Strip those:
optionsText = optionsText.replace( /(?:^(?:\/\/[^\n]*\n)*\n*|(?:\/\/[^\n]*(?:\n|$))*$)/g, "" );
optionsText = optionsText.replace(/(?:^(?:\/\/[^\n]*\n)*\n*|(?:\/\/[^\n]*(?:\n|$))*$)/g, '');


// First version of options had some boilerplate code to make it eval-able -- strip that too. This part may become obsolete down the line.
// First version of options had some boilerplate code to make it eval-able -- strip that too. This part may become obsolete down the line.
if ( optionsText.lastIndexOf( "window.Twinkle.prefs = ", 0 ) === 0 ) {
if (optionsText.lastIndexOf('window.Twinkle.prefs = ', 0) === 0) {
optionsText = optionsText.replace( /(?:^window.Twinkle.prefs = |;\n*$)/g, "" );
optionsText = optionsText.replace(/(?:^window.Twinkle.prefs = |;\n*$)/g, '');
}
}


try {
try {
var options = $.parseJSON( optionsText );
var options = JSON.parse(optionsText);
 
if (options) {
// Assuming that our options evolve, we will want to transform older versions:
if (options.twinkle || options.friendly) { // Old preferences format
//if ( options.optionsVersion === undefined ) {
Twinkle.prefs = $.extend(options.twinkle, options.friendly);
// ...
} else {
// options.optionsVersion = 1;
Twinkle.prefs = options;
//}
}
//if ( options.optionsVersion === 1 ) {
// v2 established after unification of Twinkle/Friendly objects
// ...
Twinkle.prefs.optionsVersion = Twinkle.prefs.optionsVersion || 1;
// options.optionsVersion = 2;
//}
// At the same time, twinkleconfig.js needs to be adapted to write a higher version number into the options.
 
if ( options ) {
Twinkle.prefs = options;
}
}
}
} catch (e) {
catch ( e ) {
mw.notify('Could not parse your Twinkle preferences', {type: 'error'});
mw.util.jsMessage("Could not parse twinkleoptions.js");
}
}
})
})
.always(function () {
.always(function () {
$( Twinkle.load );
$(Twinkle.load);
});
});


Line 398: Line 439:


Twinkle.load = function () {
Twinkle.load = function () {
    // Don't activate on special pages other than "Contributions" so that they load faster, especially the watchlist.
// Don't activate on special pages other than those listed here, so
var isSpecialPage = ( mw.config.get('wgNamespaceNumber') === -1
// that others load faster, especially the watchlist.
    && mw.config.get('wgCanonicalSpecialPageName') !== "Contributions"
var activeSpecialPageList = [ 'Block', 'Contributions', 'Recentchanges', 'Recentchangeslinked' ]; // wgRelevantUserName defined for non-sysops on Special:Block
    && mw.config.get('wgCanonicalSpecialPageName') !== "Prefixindex" ),
if (Morebits.userIsSysop) {
activeSpecialPageList = activeSpecialPageList.concat([ 'DeletedContributions', 'Prefixindex' ]);
}
if (mw.config.get('wgNamespaceNumber') === -1 &&
activeSpecialPageList.indexOf(mw.config.get('wgCanonicalSpecialPageName')) === -1) {
return;
}
 
// Prevent clickjacking
if (window.top !== window.self) {
return;
}
 
// Set custom Api-User-Agent header, for server-side logging purposes
Morebits.wiki.api.setApiUserAgent('Twinkle (' + mw.config.get('wgWikiID') + ')');
 
Twinkle.disabledModules = Twinkle.getPref('disabledModules').concat(Twinkle.getPref('disabledSysopModules'));


    // Also, Twinkle is incompatible with Internet Explorer versions 8 or lower, so don't load there either.
// Redefine addInitCallback so that any modules being loaded now on are directly
    isOldIE = ( $.client.profile().name === 'msie' && $.client.profile().versionNumber < 9 );
// initialised rather than added to initCallbacks array
Twinkle.addInitCallback = function(func, name) {
if (!name || Twinkle.disabledModules.indexOf(name) === -1) {
func();
}
};
// Initialise modules that were saved in initCallbacks array
Twinkle.initCallbacks.forEach(function(module) {
Twinkle.addInitCallback(module.func, module.name);
});


    // Prevent users that are not autoconfirmed from loading Twinkle as well.
// Increases text size in Twinkle dialogs, if so configured
if ( isSpecialPage || isOldIE || !Twinkle.userAuthorized ) {
if (Twinkle.getPref('dialogLargeFont')) {
return;
mw.util.addCSS('.morebits-dialog-content, .morebits-dialog-footerlinks { font-size: 100% !important; } ' +
'.morebits-dialog input, .morebits-dialog select, .morebits-dialog-content button { font-size: inherit !important; }');
}
}


// Load the modules in the order that the tabs should appears
// Hide the lingering space if the TW menu is empty
// User/user talk-related
if (mw.config.get('skin') === 'vector' && Twinkle.getPref('portletType') === 'menu' && $('#p-twinkle').length === 0) {
Twinkle.arv();
$('#p-cactions').css('margin-right', 'initial');
Twinkle.warn();
Twinkle.welcome();
Twinkle.shared();
Twinkle.talkback();
// Deletion
Twinkle.speedy();
Twinkle.prod();
Twinkle.xfd();
Twinkle.image();
// Maintenance
Twinkle.protect();
Twinkle.tag();
// Misc. ones last
Twinkle.diff();
Twinkle.unlink();
Twinkle.config.init();
Twinkle.fluff.init();
if ( Morebits.userIsInGroup('sysop') ) {
Twinkle.delimages();
Twinkle.deprod();
Twinkle.batchdelete();
Twinkle.batchprotect();
Twinkle.batchundelete();
}
}
// Run the initialization callbacks for any custom modules
};
$( Twinkle.initCallbacks ).each(function ( k, v ) { v(); });
 
Twinkle.addInitCallback = function ( func ) { func(); };
 
/**
* Twinkle-specific data shared by multiple modules
* Likely customized per installation
*/
 
// Custom change tag(s) to be applied to all Twinkle actions, create at Special:Tags
Twinkle.changeTags = 'twinkle';
// Available for actions that don't (yet) support tags
// currently: FlaggedRevs and PageTriage
Twinkle.summaryAd = ' ([[WP:TW|TW]])';
 
// Various hatnote templates, used when tagging (csd/xfd/tag/prod/protect) to
// ensure MOS:ORDER
Twinkle.hatnoteRegex = 'short description|hatnote|main|correct title|dablink|distinguish|for|further|selfref|year dab|similar names|highway detail hatnote|broader|about(?:-distinguish| other people)?|other\\s?(?:hurricane(?: use)?s|people|persons|places|ships|uses(?: of)?)|redirect(?:-(?:distinguish|synonym|multi))?|see\\s?(?:wiktionary|also(?: if exists)?)';


// Increases text size in Twinkle dialogs, if so configured
// Used in XFD and PROD
if ( Twinkle.getPref( "dialogLargeFont" ) ) {
Twinkle.makeFindSourcesDiv = function makeSourcesDiv(divID) {
mw.util.addCSS( ".morebits-dialog-content, .morebits-dialog-footerlinks { font-size: 100% !important; } " +
if (!$(divID).length) {
".morebits-dialog input, .morebits-dialog select, .morebits-dialog-content button { font-size: inherit !important; }" );
return;
}
if (!Twinkle.findSources) {
var parser = new Morebits.wiki.preview($(divID)[0]);
parser.beginRender('({{Find sources|' + Morebits.pageNameNorm + '}})', 'WP:AFD').then(function() {
// Save for second-time around
Twinkle.findSources = parser.previewbox.innerHTML;
$(divID).removeClass('morebits-previewbox');
});
} else {
$(divID).html(Twinkle.findSources);
}
}
};
};


} ( window, document, jQuery )); // End wrap with anonymous function
/** Twinkle-specific utility functions shared by multiple modules */
// Used in batch, unlink, and deprod to sort pages by namespace, as
// json formatversion=2 sorts by pageid instead (#1251)
Twinkle.sortByNamespace = function(first, second) {
return first.ns - second.ns || (first.title > second.title ? 1 : -1);
};
 
// Used in batch listings to link to the page in question with >
Twinkle.generateArrowLinks = function (checkbox) {
var link = Morebits.htmlNode('a', ' >');
link.setAttribute('class', 'tw-arrowpage-link');
link.setAttribute('href', mw.util.getUrl(checkbox.value));
link.setAttribute('target', '_blank');
checkbox.nextElementSibling.append(link);
};
 
// Used in deprod and unlink listings to link the page title
Twinkle.generateBatchPageLinks = function (checkbox) {
var $checkbox = $(checkbox);
var link = Morebits.htmlNode('a', $checkbox.val());
link.setAttribute('class', 'tw-batchpage-link');
link.setAttribute('href', mw.util.getUrl($checkbox.val()));
link.setAttribute('target', '_blank');
$checkbox.next().prepend([link, ' ']);
};
 
}(window, document, jQuery)); // End wrap with anonymous function


// </nowiki>
// </nowiki>

Latest revision as of 19:14, 2 March 2021

/**
 * +-------------------------------------------------------------------------+
 * |                  === WARNING: GLOBAL GADGET FILE ===                    |
 * |                Changes to this page affect many users.                  |
 * |           Please discuss changes at [[WT:TW]] before editing.           |
 * +-------------------------------------------------------------------------+
 *
 * Imported from github [https://github.com/wikimedia-gadgets/twinkle].
 * All changes should be made in the repository, otherwise they will be lost.
 *
 * ----------
 *
 * This is AzaToth's Twinkle, the popular script sidekick for newbies, admins, and
 * every Wikipedian in between. Visit [[WP:TW]] for more information.
 */
// <nowiki>

/* global Morebits */

(function (window, document, $) { // Wrap with anonymous function

// Check if account is experienced enough to use Twinkle
if (!Morebits.userIsInGroup('autoconfirmed') && !Morebits.userIsInGroup('confirmed')) {
	return;
}

var Twinkle = {};
window.Twinkle = Twinkle;  // allow global access

Twinkle.initCallbacks = [];
/**
 * Adds a callback to execute when Twinkle has loaded.
 * @param {function} func
 * @param {string} [name] - name of module used to check if is disabled.
 * If name is not given, module is loaded unconditionally.
 */
Twinkle.addInitCallback = function twinkleAddInitCallback(func, name) {
	Twinkle.initCallbacks.push({ func: func, name: name });
};

Twinkle.defaultConfig = {};
/**
 * This holds the default set of preferences used by Twinkle.
 * It is important that all new preferences added here, especially admin-only ones, are also added to
 * |Twinkle.config.sections| in twinkleconfig.js, so they are configurable via the Twinkle preferences panel.
 * For help on the actual preferences, see the comments in twinkleconfig.js.
 *
 * Formerly Twinkle.defaultConfig.twinkle and Twinkle.defaultConfig.friendly
 */
Twinkle.defaultConfig = {
	// General
	userTalkPageMode: 'tab',
	dialogLargeFont: false,
	disabledModules: [],
	disabledSysopModules: [],

	// ARV
	spiWatchReport: 'yes',

	// Block
	defaultToPartialBlocks: false,
	blankTalkpageOnIndefBlock: false,

	// Fluff (revert and rollback)
	autoMenuAfterRollback: false,
	openTalkPage: [ 'agf', 'norm', 'vand' ],
	openTalkPageOnAutoRevert: false,
	rollbackInPlace: false,
	markRevertedPagesAsMinor: [ 'vand' ],
	watchRevertedPages: [ 'agf', 'norm', 'vand', 'torev' ],
	watchRevertedExpiry: '1 month',
	offerReasonOnNormalRevert: true,
	confirmOnFluff: false,
	confirmOnMobileFluff: true,
	showRollbackLinks: [ 'diff', 'others' ],

	// DI (twinkleimage)
	notifyUserOnDeli: true,
	deliWatchPage: '1 month',
	deliWatchUser: '1 month',

	// Protect
	watchRequestedPages: 'yes',
	watchPPTaggedPages: 'default',
	watchProtectedPages: 'default',

	// PROD
	watchProdPages: '1 month',
	markProdPagesAsPatrolled: false,
	prodReasonDefault: '',
	logProdPages: false,
	prodLogPageName: 'PROD log',

	// CSD
	speedySelectionStyle: 'buttonClick',
	watchSpeedyPages: [ 'g3', 'g5', 'g10', 'g11', 'g12' ],
	watchSpeedyExpiry: '1 month',
	markSpeedyPagesAsPatrolled: false,
	watchSpeedyUser: '1 month',

	// these next two should probably be identical by default
	welcomeUserOnSpeedyDeletionNotification: [ 'db', 'g1', 'g2', 'g3', 'g4', 'g6', 'g10', 'g11', 'g12', 'g13', 'g14', 'a1', 'a2', 'a3', 'a5', 'a7', 'a9', 'a10', 'a11', 'f1', 'f2', 'f3', 'f7', 'f9', 'f10', 'u3', 'u5', 'p1', 'p2' ],
	notifyUserOnSpeedyDeletionNomination: [ 'db', 'g1', 'g2', 'g3', 'g4', 'g6', 'g10', 'g11', 'g12', 'g13', 'g14', 'a1', 'a2', 'a3', 'a5', 'a7', 'a9', 'a10', 'a11', 'f1', 'f2', 'f3', 'f7', 'f9', 'f10', 'u3', 'u5', 'p1', 'p2' ],
	warnUserOnSpeedyDelete: [ 'db', 'g1', 'g2', 'g3', 'g4', 'g6', 'g10', 'g11', 'g12', 'g13', 'g14', 'a1', 'a2', 'a3', 'a5', 'a7', 'a9', 'a10', 'a11', 'f1', 'f2', 'f3', 'f7', 'f9', 'f10', 'u3', 'u5', 'p1', 'p2' ],
	promptForSpeedyDeletionSummary: [],
	deleteTalkPageOnDelete: true,
	deleteRedirectsOnDelete: true,
	deleteSysopDefaultToDelete: false,
	speedyWindowHeight: 500,
	speedyWindowWidth: 800,
	logSpeedyNominations: false,
	speedyLogPageName: 'CSD log',
	noLogOnSpeedyNomination: [ 'u1' ],

	// Unlink
	unlinkNamespaces: [ '0', '10', '100', '118' ],

	// Warn
	defaultWarningGroup: '1',
	combinedSingletMenus: false,
	showSharedIPNotice: true,
	watchWarnings: '1 month',
	oldSelect: false,
	customWarningList: [],

	// XfD
	logXfdNominations: false,
	xfdLogPageName: 'XfD log',
	noLogOnXfdNomination: [],
	xfdWatchDiscussion: 'default',
	xfdWatchList: 'no',
	xfdWatchPage: '1 month',
	xfdWatchUser: '1 month',
	xfdWatchRelated: '1 month',
	markXfdPagesAsPatrolled: true,

	// Hidden preferences
	autolevelStaleDays: 3, // Huggle is 3, CBNG is 2
	revertMaxRevisions: 50, // intentionally limited
	batchMax: 5000,
	batchChunks: 50,

	// Deprecated options, as a fallback for add-on scripts/modules
	summaryAd: ' ([[WP:TW|TW]])',
	deletionSummaryAd: ' ([[WP:TW|TW]])',
	protectionSummaryAd: ' ([[WP:TW|TW]])',

	// Formerly defaultConfig.friendly:
	// Tag
	groupByDefault: true,
	watchTaggedVenues: ['articles', 'drafts', 'redirects', 'files'],
	watchTaggedPages: '1 month',
	watchMergeDiscussions: '1 month',
	markTaggedPagesAsMinor: false,
	markTaggedPagesAsPatrolled: true,
	tagArticleSortOrder: 'cat',
	customTagList: [],
	customFileTagList: [],
	customRedirectTagList: [],

	// Welcome
	topWelcomes: false,
	watchWelcomes: '3 months',
	insertUsername: true,
	quickWelcomeMode: 'norm',
	quickWelcomeTemplate: 'welcome',
	customWelcomeList: [],
	customWelcomeSignature: true,

	// Talkback
	markTalkbackAsMinor: true,
	insertTalkbackSignature: true,  // always sign talkback templates
	talkbackHeading: 'New message from ' + mw.config.get('wgUserName'),
	mailHeading: "You've got mail!",

	// Shared
	markSharedIPAsMinor: true
};

// now some skin dependent config.
switch (mw.config.get('skin')) {
	case 'vector':
		Twinkle.defaultConfig.portletArea = 'right-navigation';
		Twinkle.defaultConfig.portletId = 'p-twinkle';
		Twinkle.defaultConfig.portletName = 'TW';
		Twinkle.defaultConfig.portletType = 'menu';
		Twinkle.defaultConfig.portletNext = 'p-search';
		break;
	case 'timeless':
		Twinkle.defaultConfig.portletArea = '#page-tools .sidebar-inner';
		Twinkle.defaultConfig.portletId = 'p-twinkle';
		Twinkle.defaultConfig.portletName = 'Twinkle';
		Twinkle.defaultConfig.portletType = null;
		Twinkle.defaultConfig.portletNext = 'p-userpagetools';
		break;
	default:
		Twinkle.defaultConfig.portletArea = null;
		Twinkle.defaultConfig.portletId = 'p-cactions';
		Twinkle.defaultConfig.portletName = null;
		Twinkle.defaultConfig.portletType = null;
		Twinkle.defaultConfig.portletNext = null;
}


Twinkle.getPref = function twinkleGetPref(name) {
	if (typeof Twinkle.prefs === 'object' && Twinkle.prefs[name] !== undefined) {
		return Twinkle.prefs[name];
	}
	// Old preferences format, used before twinkleoptions.js was a thing
	if (typeof window.TwinkleConfig === 'object' && window.TwinkleConfig[name] !== undefined) {
		return window.TwinkleConfig[name];
	}
	if (typeof window.FriendlyConfig === 'object' && window.FriendlyConfig[name] !== undefined) {
		return window.FriendlyConfig[name];
	}
	return Twinkle.defaultConfig[name];
};


/**
 * **************** Twinkle.addPortlet() ****************
 *
 * Adds a portlet menu to one of the navigation areas on the page.
 * This is necessarily quite a hack since skins, navigation areas, and
 * portlet menu types all work slightly different.
 *
 * Available navigation areas depend on the skin used.
 * Vector:
 *  For each option, the outer nav class contains "vector-menu", the inner div class is "vector-menu-content", and the ul is "vector-menu-content-list"
 *  "mw-panel", outer nav class contains "vector-menu-portal". Existing portlets/elements: "p-logo", "p-navigation", "p-interaction", "p-tb", "p-coll-print_export"
 *  "left-navigation", outer nav class contains "vector-menu-tabs" or "vector-menu-dropdown". Existing portlets: "p-namespaces", "p-variants" (menu)
 *  "right-navigation", outer nav class contains "vector-menu-tabs" or "vector-menu-dropdown". Existing portlets: "p-views", "p-cactions" (menu), "p-search"
 *  Special layout of p-personal portlet (part of "head") through specialized styles.
 * Monobook:
 *  "column-one", outer nav class "portlet", inner div class "pBody". Existing portlets: "p-cactions", "p-personal", "p-logo", "p-navigation", "p-search", "p-interaction", "p-tb", "p-coll-print_export"
 *  Special layout of p-cactions and p-personal through specialized styles.
 * Modern:
 *  "mw_contentwrapper" (top nav), outer nav class "portlet", inner div class "pBody". Existing portlets or elements: "p-cactions", "mw_content"
 *  "mw_portlets" (sidebar), outer nav class "portlet", inner div class "pBody". Existing portlets: "p-navigation", "p-search", "p-interaction", "p-tb", "p-coll-print_export"
 *
 * @param String navigation -- id of the target navigation area (skin dependant, on vector either of "left-navigation", "right-navigation", or "mw-panel")
 * @param String id -- id of the portlet menu to create, preferably start with "p-".
 * @param String text -- name of the portlet menu to create. Visibility depends on the class used.
 * @param String type -- type of portlet. Currently only used for the vector non-sidebar portlets, pass "menu" to make this portlet a drop down menu.
 * @param Node nextnodeid -- the id of the node before which the new item should be added, should be another item in the same list, or undefined to place it at the end.
 *
 * @return Node -- the DOM node of the new item (a DIV element) or null
 */
Twinkle.addPortlet = function(navigation, id, text, type, nextnodeid) {
	// sanity checks, and get required DOM nodes
	var root = document.getElementById(navigation) || document.querySelector(navigation);
	if (!root) {
		return null;
	}

	var item = document.getElementById(id);
	if (item) {
		if (item.parentNode && item.parentNode === root) {
			return item;
		}
		return null;
	}

	var nextnode;
	if (nextnodeid) {
		nextnode = document.getElementById(nextnodeid);
	}

	// verify/normalize input
	var skin = mw.config.get('skin');
	if (skin !== 'vector' || (navigation !== 'left-navigation' && navigation !== 'right-navigation')) {
		type = null; // menu supported only in vector's #left-navigation & #right-navigation
	}
	var outerNavClass, innerDivClass;
	switch (skin) {
		case 'vector':
			// XXX: portal doesn't work
			if (navigation !== 'portal' && navigation !== 'left-navigation' && navigation !== 'right-navigation') {
				navigation = 'mw-panel';
			}
			outerNavClass = 'mw-portlet vector-menu vector-menu-' + (navigation === 'mw-panel' ? 'portal' : type === 'menu' ? 'dropdown' : 'tabs');
			innerDivClass = 'vector-menu-content';
			break;
		case 'modern':
			if (navigation !== 'mw_portlets' && navigation !== 'mw_contentwrapper') {
				navigation = 'mw_portlets';
			}
			outerNavClass = 'portlet';
			break;
		case 'timeless':
			outerNavClass = 'mw-portlet';
			innerDivClass = 'mw-portlet-body';
			break;
		default:
			navigation = 'column-one';
			outerNavClass = 'portlet';
			break;
	}

	// Build the DOM elements.
	var outerNav = document.createElement('nav');
	outerNav.setAttribute('aria-labelledby', id + '-label');
	outerNav.className = outerNavClass + ' emptyPortlet';
	outerNav.id = id;
	if (nextnode && nextnode.parentNode === root) {
		root.insertBefore(outerNav, nextnode);
	} else {
		root.appendChild(outerNav);
	}

	var h3 = document.createElement('h3');
	h3.id = id + '-label';
	var ul = document.createElement('ul');

	if (skin === 'vector') {
		ul.className = 'vector-menu-content-list';

		// add invisible checkbox to keep menu open when clicked
		// similar to the p-cactions ("More") menu
		if (outerNavClass.indexOf('vector-menu-dropdown') !== -1) {
			var chkbox = document.createElement('input');
			chkbox.className = 'vector-menu-checkbox';
			chkbox.setAttribute('type', 'checkbox');
			chkbox.setAttribute('aria-labelledby', id + '-label');
			outerNav.appendChild(chkbox);

			// Vector gets its title in a span; all others except
			// timeless have no title, and it has no span
			var span = document.createElement('span');
			span.appendChild(document.createTextNode(text));
			h3.appendChild(span);

			var a = document.createElement('a');
			a.href = '#';

			$(a).click(function(e) {
				e.preventDefault();
			});

			h3.appendChild(a);
		}
	} else {
		// Basically just Timeless
		h3.appendChild(document.createTextNode(text));
	}

	outerNav.appendChild(h3);

	if (innerDivClass) {
		var innerDiv = document.createElement('div');
		innerDiv.className = innerDivClass;
		innerDiv.appendChild(ul);
		outerNav.appendChild(innerDiv);
	} else {
		outerNav.appendChild(ul);
	}


	return outerNav;

};


/**
 * **************** Twinkle.addPortletLink() ****************
 * Builds a portlet menu if it doesn't exist yet, and add the portlet link.
 * @param task: Either a URL for the portlet link or a function to execute.
 */
Twinkle.addPortletLink = function(task, text, id, tooltip) {
	if (Twinkle.getPref('portletArea') !== null) {
		Twinkle.addPortlet(Twinkle.getPref('portletArea'), Twinkle.getPref('portletId'), Twinkle.getPref('portletName'), Twinkle.getPref('portletType'), Twinkle.getPref('portletNext'));
	}
	var link = mw.util.addPortletLink(Twinkle.getPref('portletId'), typeof task === 'string' ? task : '#', text, id, tooltip);
	$('.client-js .skin-vector #p-cactions').css('margin-right', 'initial');
	if (typeof task === 'function') {
		$(link).click(function (ev) {
			task();
			ev.preventDefault();
		});
	}
	if ($.collapsibleTabs) {
		$.collapsibleTabs.handleResize();
	}
	return link;
};


/**
 * **************** General initialization code ****************
 */

var scriptpathbefore = mw.util.wikiScript('index') + '?title=',
	scriptpathafter = '&action=raw&ctype=text/javascript&happy=yes';

// Retrieve the user's Twinkle preferences
$.ajax({
	url: scriptpathbefore + 'User:' + encodeURIComponent(mw.config.get('wgUserName')) + '/twinkleoptions.js' + scriptpathafter,
	dataType: 'text'
})
	.fail(function () {
		mw.notify('Could not load your Twinkle preferences, resorting to default preferences');
	})
	.done(function (optionsText) {

		// Quick pass if user has no options
		if (optionsText === '') {
			return;
		}

		// Twinkle options are basically a JSON object with some comments. Strip those:
		optionsText = optionsText.replace(/(?:^(?:\/\/[^\n]*\n)*\n*|(?:\/\/[^\n]*(?:\n|$))*$)/g, '');

		// First version of options had some boilerplate code to make it eval-able -- strip that too. This part may become obsolete down the line.
		if (optionsText.lastIndexOf('window.Twinkle.prefs = ', 0) === 0) {
			optionsText = optionsText.replace(/(?:^window.Twinkle.prefs = |;\n*$)/g, '');
		}

		try {
			var options = JSON.parse(optionsText);
			if (options) {
				if (options.twinkle || options.friendly) { // Old preferences format
					Twinkle.prefs = $.extend(options.twinkle, options.friendly);
				} else {
					Twinkle.prefs = options;
				}
				// v2 established after unification of Twinkle/Friendly objects
				Twinkle.prefs.optionsVersion = Twinkle.prefs.optionsVersion || 1;
			}
		} catch (e) {
			mw.notify('Could not parse your Twinkle preferences', {type: 'error'});
		}
	})
	.always(function () {
		$(Twinkle.load);
	});

// Developers: you can import custom Twinkle modules here
// For example, mw.loader.load(scriptpathbefore + "User:UncleDouggie/morebits-test.js" + scriptpathafter);

Twinkle.load = function () {
	// Don't activate on special pages other than those listed here, so
	// that others load faster, especially the watchlist.
	var activeSpecialPageList = [ 'Block', 'Contributions', 'Recentchanges', 'Recentchangeslinked' ]; // wgRelevantUserName defined for non-sysops on Special:Block
	if (Morebits.userIsSysop) {
		activeSpecialPageList = activeSpecialPageList.concat([ 'DeletedContributions', 'Prefixindex' ]);
	}
	if (mw.config.get('wgNamespaceNumber') === -1 &&
		activeSpecialPageList.indexOf(mw.config.get('wgCanonicalSpecialPageName')) === -1) {
		return;
	}

	// Prevent clickjacking
	if (window.top !== window.self) {
		return;
	}

	// Set custom Api-User-Agent header, for server-side logging purposes
	Morebits.wiki.api.setApiUserAgent('Twinkle (' + mw.config.get('wgWikiID') + ')');

	Twinkle.disabledModules = Twinkle.getPref('disabledModules').concat(Twinkle.getPref('disabledSysopModules'));

	// Redefine addInitCallback so that any modules being loaded now on are directly
	// initialised rather than added to initCallbacks array
	Twinkle.addInitCallback = function(func, name) {
		if (!name || Twinkle.disabledModules.indexOf(name) === -1) {
			func();
		}
	};
	// Initialise modules that were saved in initCallbacks array
	Twinkle.initCallbacks.forEach(function(module) {
		Twinkle.addInitCallback(module.func, module.name);
	});

	// Increases text size in Twinkle dialogs, if so configured
	if (Twinkle.getPref('dialogLargeFont')) {
		mw.util.addCSS('.morebits-dialog-content, .morebits-dialog-footerlinks { font-size: 100% !important; } ' +
			'.morebits-dialog input, .morebits-dialog select, .morebits-dialog-content button { font-size: inherit !important; }');
	}

	// Hide the lingering space if the TW menu is empty
	if (mw.config.get('skin') === 'vector' && Twinkle.getPref('portletType') === 'menu' && $('#p-twinkle').length === 0) {
		$('#p-cactions').css('margin-right', 'initial');
	}
};


/**
 * Twinkle-specific data shared by multiple modules
 * Likely customized per installation
 */

// Custom change tag(s) to be applied to all Twinkle actions, create at Special:Tags
Twinkle.changeTags = 'twinkle';
// Available for actions that don't (yet) support tags
// currently: FlaggedRevs and PageTriage
Twinkle.summaryAd = ' ([[WP:TW|TW]])';

// Various hatnote templates, used when tagging (csd/xfd/tag/prod/protect) to
// ensure MOS:ORDER
Twinkle.hatnoteRegex = 'short description|hatnote|main|correct title|dablink|distinguish|for|further|selfref|year dab|similar names|highway detail hatnote|broader|about(?:-distinguish| other people)?|other\\s?(?:hurricane(?: use)?s|people|persons|places|ships|uses(?: of)?)|redirect(?:-(?:distinguish|synonym|multi))?|see\\s?(?:wiktionary|also(?: if exists)?)';

// Used in XFD and PROD
Twinkle.makeFindSourcesDiv = function makeSourcesDiv(divID) {
	if (!$(divID).length) {
		return;
	}
	if (!Twinkle.findSources) {
		var parser = new Morebits.wiki.preview($(divID)[0]);
		parser.beginRender('({{Find sources|' + Morebits.pageNameNorm + '}})', 'WP:AFD').then(function() {
			// Save for second-time around
			Twinkle.findSources = parser.previewbox.innerHTML;
			$(divID).removeClass('morebits-previewbox');
		});
	} else {
		$(divID).html(Twinkle.findSources);
	}
};

/** Twinkle-specific utility functions shared by multiple modules */
// Used in batch, unlink, and deprod to sort pages by namespace, as
// json formatversion=2 sorts by pageid instead (#1251)
Twinkle.sortByNamespace = function(first, second) {
	return first.ns - second.ns || (first.title > second.title ? 1 : -1);
};

// Used in batch listings to link to the page in question with >
Twinkle.generateArrowLinks = function (checkbox) {
	var link = Morebits.htmlNode('a', ' >');
	link.setAttribute('class', 'tw-arrowpage-link');
	link.setAttribute('href', mw.util.getUrl(checkbox.value));
	link.setAttribute('target', '_blank');
	checkbox.nextElementSibling.append(link);
};

// Used in deprod and unlink listings to link the page title
Twinkle.generateBatchPageLinks = function (checkbox) {
	var $checkbox = $(checkbox);
	var link = Morebits.htmlNode('a', $checkbox.val());
	link.setAttribute('class', 'tw-batchpage-link');
	link.setAttribute('href', mw.util.getUrl($checkbox.val()));
	link.setAttribute('target', '_blank');
	$checkbox.next().prepend([link, ' ']);
};

}(window, document, jQuery)); // End wrap with anonymous function

// </nowiki>