User:Waldyrious/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:Waldyrious/common.css. |
/**
* Settings for the Navigation Popups gadget.
*/
window.popupFixRedirs = true;
window.popupFixDabs = true;
window.popupOnEditSelection = false;
window.popupActionsMenu = false; // integrate actions menu into the article title itself
window.popupSummaryData = false; // don't show stats, etc.
window.popupLazyDownloads = false; // start downloads as soon as you mouseover a link, rather than only when the popup is shown
window.popupLazyPreviews = false;
window.popupHideDelay = 0.3;
/**
* Settings for the Syntax Highlighter gadget.
*/
syntaxHighlighterConfig = {
defaultColor: "LightGray", //for any recognized syntax whose color isn't specified
boldColor: "Orange",
italicColor: "LightGreen",
headingColor: "Gold",
listAndIndentColor: "NavajoWhite",
signatureColor: "Coral",
tableColor: "PeachPuff",
templateColor: "SandyBrown",
parameterColor: "Wheat",
externalLinkColor: "Thistle",
wikilinkColor: "PowderBlue",
tagColor: "Khaki",
hrColor: "",
entityColor: "RosyBrown"
};
/**
* Unwatch pages directly from watchlist.
* Backlink: [[User:Js/watchlist.js]]
*/
unwatchLinksOnLoad = true;
wlNoTabs = true;
importScript('User:Js/watchlist.js');
/**
* References segregator.
* Includes functionality to convert references to the list-defined format:
* [[Help:List-defined references]]
* Backlink: [[User:PleaseStand/segregate-refs.js]]
*/
var SegregateRefsJsAllowConversion = true;
importScript('User:PleaseStand/segregate-refs.js');
/**
* Add "since" links at [[Special:Contributions]].
* Backlink: [[User:Waldyrious/sinceContribs.js]]
*/
importScript('User:Waldyrious/sinceContribs.js');
/**
* Live-update the {{User:UBX/LiveEditCounter}} userbox.
*/
importScript('User:UBX/LiveEditCounter.js');
/**
* Live-update the {{User:UBX/edit rate}} userbox.
*/
importScript('User:UBX/edit-rate.js');
/**
* AutoEd: tool to perform automated edits (customizable).
* Backlink: [[Wikipedia:AutoEd]]
*/
importScript('Wikipedia:AutoEd/complete.js');
/**
* Add Citoid link to the sidebar.
*/
importScript('User:Salix alba/Citoid.js');
/**
* Add [[meta:Web2Cit]] support to VisualEditor's Cite dialog.
*/
importScript('User:Diegodlh/Web2Cit/script.js');
/**
* Add sidebar link to find instances of the current page title in pages that don't link to it
* [[User:Lourdes/Backlinks]]
*/
importScript('User:Lourdes/Backlinks.js');