User:Aseleste/common.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. |
The accompanying .css page for this skin can be added at User:Aseleste/common.css. |
/* configuration */
// [[MediaWiki:Gadget-popups.js]]
window.popupStructure = 'menus';
window.popupAdminLinks = true;
window.popupTocLinks = true;
window.popupFixRedirs = true;
window.popupRedirAutoClick = 'wpSave';
window.popupFixDabs = true;
window.popupDabsAutoClick = 'wpSave';
window.popupRedlinkRemoval = true;
window.popupRedlinkAutoClick = 'wpSave';
window.popupRevertSummaryPrompt = true;
window.popupReview = true;
window.popupMinorReverts = true;
// [[User:Enterprisey/reply-link.js]]
window.replyLinkCustomSummary = true;
// [[User:Ale jrb/Scripts/csdhelper.js]]
window.notifyByDefaultDel = false; // whether to automatically check the 'notify user' box when changing a speedy deletion rationale
window.notifyByDefaultDec = true; // whether to automatically check the 'notify user' box when declining a speedy deletion
window.notifyByDefaultPrd = true; // whether to automatically check the 'notify user' box when converting a speedy deletion to a PROD
window.notifyByDefaultNew = false; // whether to automatically check the 'use newbie message' box when notifying a user
window.csdhDisplayAlways = true; // whether to show the tab all the time (true) or only when a speedy template is detected (false, default)
window.csdhDoRedirect = true; // whether to redirect after a deletion
window.notifyLimit = 15; // how many revisions to check for the user who tagged the page
// window.notifyTemplate = 'template page name'; // the template to use when posting any notifications
// window.redirectAfterDel = URL [as string]; // the URL to redirect to after deleting a speedy page (default: CSD category)
// window.overwriteDeclineReasons = false; // whether to overwrite the existing decline reasons with the user-provided array (if false, user options will be appended)
// window.myDeclineReasons = new Array(['A', 'A dec reason.'], ['B', 'B dec reason.'], ['C', 'C dec reason.']); // an array of additional decline reasons in the form ['code', 'description']. Separate options with a comma, as shown.
// window.myDeleteReasons = new Array(['A', 'A del reason.'], ['B', 'B del reason.'], ['C', 'C del reason.']); // an array of additional deletion reasons in the form ['code', 'description']. Separate options with a comma, as shown.
// window.myDeclineListing = '%CRITERION% - %REASON%'; // the string to use in the drop-down selection box. Parameters include: %CRITERION% (criterion specified), %REASON% (reason specified).
// window.myDeclineSummary = 'Text - %REASON%'; // the string to use as the edit summary for 'normal' decline cases (invalid criterion). Parameters include: %ACTION% (declined/contested depending on sysop), %CRITERION% (criterion specified), %REASON% (reason specified).
// window.myDeclineSummarySpecial = 'Test - %REASON%'; // the string to use as the edit summary for 'special' decline cases (no criterion provided etc). Parameters include: %ACTION% (declined/contested depending on sysop), %REASON% (reason specified).
window.logOnDecline = true; // whether to log decline actions.
window.logOnDeclinePath = 'User:Aseleste/Logs/CSD decline log'; // where to log decline actions.
// hack to make CSD Helper work
$.when(
mw.loader.using(['mediawiki.util']),
$.ready
).then(function() {
if (mw.config.get('wgArticleId') !== 0) { // page exists
// add portlet move link
mw.util.addPortletLink('p-cactions', mw.util.getUrl('Special:MovePage/' + mw.config.get('wgPageName')), 'Move', 'ca-move', 'Rename this page', 'm', null);
}
});
/* stylesheet */
mw.loader.load( '/w/index.php?oldid=476500747&action=raw&ctype=text/css', 'text/css' ); // Backlink: [[User:Anomie/linkclassifier.css]]
mw.loader.load( '/w/index.php?oldid=1026644073&action=raw&ctype=text/css', 'text/css' ); // Backlink: [[User:Aseleste/Stylesheets/Extensions/Link classifier/All.css]]
//mw.loader.load( '/w/index.php?oldid=1026604067&action=raw&ctype=text/css', 'text/css' ); // Backlink: [[User:Aseleste/Stylesheets/Extensions/Link classifier/Blackskin.css]]
/* script */
// this is after the 'stylesheet' section to make the script installer work better
// library
mw.loader.load( '/w/index.php?oldid=1003567841&action=raw&ctype=text/javascript' ); // Backlink: [[User:Ale jrb/Scripts/waLib.js]]
// application
mw.loader.load( '/w/index.php?oldid=1024950819&action=raw&ctype=text/javascript' ); // Backlink: [[User:Ahecht/Scripts/pageswap.js]]
mw.loader.load( '/w/index.php?oldid=995222286&action=raw&ctype=text/javascript' ); // Backlink: [[User:Ale jrb/Scripts/csdhelper.js]]
mw.loader.load( '/w/index.php?oldid=1016352485&action=raw&ctype=text/javascript' ); // Backlink: [[User:Anomie/linkclassifier.js]]
mw.loader.load( '/w/index.php?oldid=1018876643&action=raw&ctype=text/javascript' ); // Backlink: [[User:Aseleste/Scripts/Purger.js]]
mw.loader.load( '/w/index.php?oldid=975143769&action=raw&ctype=text/javascript' ); // Backlink: [[User:Awesome Aasim/xfdvote.js]]
mw.loader.load( '/w/index.php?oldid=1021222587&action=raw&ctype=text/javascript' ); // Backlink: [[User:BrandonXLF/FFUHelper.js]]
mw.loader.load( '/w/index.php?oldid=945753586&action=raw&ctype=text/javascript' ); // Backlink: [[User:DannyS712/DiscussionCloser.js]]
mw.loader.load( '/w/index.php?oldid=1003587525&action=raw&ctype=text/javascript' ); // Backlink: [[User:DannyS712/EFFPRH.js]]
mw.loader.load( '/w/index.php?oldid=922387384&action=raw&ctype=text/javascript' ); // Backlink: [[User:DannyS712/SATG.js]]
mw.loader.load( '/w/index.php?oldid=997723906&action=raw&ctype=text/javascript' ); // Backlink: [[User:Enterprisey/AFCRHS.js]]
mw.loader.load( '/w/index.php?oldid=1004953829&action=raw&ctype=text/javascript' ); // Backlink: [[User:Enterprisey/cv-revdel.js]]
mw.loader.load( '/w/index.php?oldid=988107723&action=raw&ctype=text/javascript' ); // Backlink: [[User:Enterprisey/delsort.js]]
//mw.loader.load( '/w/index.php?oldid=1002412137&action=raw&ctype=text/javascript' ); // Backlink: [[User:Enterprisey/reply-link.js]]
mw.loader.load( '/w/index.php?oldid=994729133&action=raw&ctype=text/javascript' ); // Backlink: [[User:Evad37/MoveToDraft.js]]
mw.loader.load( '/w/index.php?oldid=975407468&action=raw&ctype=text/javascript' ); // Backlink: [[User:Evad37/duplinks-alt.js]]
mw.loader.load( '/w/index.php?oldid=928306072&action=raw&ctype=text/javascript' ); // Backlink: [[User:Evad37/rater.js]]
mw.loader.load( '/w/index.php?oldid=971692509&action=raw&ctype=text/javascript' ); // Backlink: [[User:Frietjes/findargdups.js]]
mw.loader.load( '/w/index.php?oldid=1014990113&action=raw&ctype=text/javascript' ); // Backlink: [[User:GeneralNotability/spihelper.js]]
mw.loader.load( '/w/index.php?oldid=621920629&action=raw&ctype=text/javascript' ); // Backlink: [[User:Gracenotes/rollback.js]]
mw.loader.load( '/w/index.php?oldid=809572619&action=raw&ctype=text/javascript' ); // Backlink: [[User:GregU/dashes.js]]
mw.loader.load( '/w/index.php?oldid=1026542101&action=raw&ctype=text/javascript' ); // Backlink: [[User:Headbomb/unreliable.js]]
mw.loader.load( '/w/index.php?oldid=1011774429&action=raw&ctype=text/javascript' ); // Backlink: [[User:Jackmcbarn/editProtectedHelper.js]]
mw.loader.load( '/w/index.php?oldid=844587740&action=raw&ctype=text/javascript' ); // Backlink: [[User:Lourdes/PageCuration.js]]
mw.loader.load( '/w/index.php?oldid=680845073&action=raw&ctype=text/javascript' ); // Backlink: [[User:Nihiltres/assesslinks.js]]
mw.loader.load( '/w/index.php?oldid=1004844200&action=raw&ctype=text/javascript' ); // Backlink: [[User:Plastikspork/massmove.js]]
mw.loader.load( '/w/index.php?oldid=829726913&action=raw&ctype=text/javascript' ); // Backlink: [[user:Qwertyytrewqqwerty/DisamAssist.js]]
mw.loader.load( '/w/index.php?oldid=1026425499&action=raw&ctype=text/javascript' ); // Backlink: [[User:RedWarn/.js]]
mw.loader.load( '/w/index.php?oldid=980579446&action=raw&ctype=text/javascript' ); // Backlink: [[User:SD0001/DYK-helper.js]]
mw.loader.load( '/w/index.php?oldid=967983307&action=raw&ctype=text/javascript' ); // Backlink: [[User:SD0001/StubSorter.js]]
mw.loader.load( '/w/index.php?oldid=1019213061&action=raw&ctype=text/javascript' ); // Backlink: [[User:SD0001/dark-mode-toggle.js]]
mw.loader.load( '/w/index.php?oldid=1019669580&action=raw&ctype=text/javascript' ); // Backlink: [[User:SD0001/deleted-metadata-link.js]]
mw.loader.load( '/w/index.php?oldid=951444118&action=raw&ctype=text/javascript' ); // Backlink: [[User:Shubinator/DYKcheck.js]]
mw.loader.load( '/w/index.php?oldid=1018279472&action=raw&ctype=text/javascript' ); // Backlink: [[User:SuperHamster/CiteUnseen.js]]
mw.loader.load( '/w/index.php?oldid=1026490982&action=raw&ctype=text/javascript' ); // Backlink: [[User:Terasail/COI Request Tool.js]]
mw.loader.load( '/w/index.php?oldid=1010119236&action=raw&ctype=text/javascript' ); // Backlink: [[User:TheTVExpert/rmCloser.js]]
//mw.loader.load( '/w/index.php?oldid=952966428&action=raw&ctype=text/javascript' ); // Backlink: [[User:Volker E. (WMF)/dark-mode.js]]
mw.loader.load( '/w/index.php?oldid=981877063&action=raw&ctype=text/javascript' ); // Backlink: [[User:Writ Keeper/Scripts/commonHistory.js]]
mw.loader.load( '/w/index.php?oldid=1002810040&action=raw&ctype=text/javascript' ); // Backlink: [[User:Writ Keeper/Scripts/peerReviewCloser.js]]
mw.loader.load( '/w/index.php?oldid=1013955969&action=raw&ctype=text/javascript' ); // Backlink: [[User:Wugapodes/Capricorn.js]]
mw.loader.load( '/w/index.php?oldid=1003561411&action=raw&ctype=text/javascript' ); // Backlink: [[User:Σ/Testing facility/Archiver.js]]