User:Grolltech/common.js
/* This script adds a "Page Size" link to the toolbox in left column */
importScript('User:Dr_pda/prosesize.js'); //[[User:Dr_pda/prosesize.js]]
/* This script adds a "DYKcheck" link to the toolbox in left column */
importScript('User:Shubinator/DYKcheck.js'); //DYKcheck tool
/* Add External Editor Tab */
addOnloadHook(function() {
var editTab = document.getElementById("ca-edit");
if (!editTab) return;
var editURL = editTab.getElementsByTagName("a")[0].href;
mw.util.addPortletLink("p-cactions", editURL + "&externaledit=true", "EE", "ca-exted", "External editor", "");
});
/* This script adds PERSONDATA metadata manipulation */
importScript('User:Dr pda/persondata.js'); //[[User:Dr pda/persondata.js]]
/* Adds the "{{Cite}}" button to the editing toolbar */
importScript('User:Apoc2400/refToolbarPlus.js');
/* Add court case cite to the edit toolbar */
importScript('User:MZMcBride/scotus.js');
/* [[User:Anomie/linkclassifier]] */
LinkClassifierOnDemand=true;
importScript('User:Anomie/linkclassifier.js'); // Linkback: [[User:Anomie/linkclassifier.js]]
importStylesheet('User:Anomie/linkclassifier.css'); // Linkback: [[User:Anomie/linkclassifier.css]]
addOnloadHook(function(){
mw.util.addPortletLink('p-cactions', 'javascript:LinkClassifier.onDemand()', 'linkclassifier');
})
/* GoToTop link -- avoids having to scroll to top */
importScript('User:Numbermaniac/goToTop.js'); // Linkback: [[User:Numbermaniac/goToTop.js]]
/* Dot's Syntax hiighlight */
syntaxHighlighterConfig = {
timeout: 210, //disable highlighting if it takes more than 150ms
wikilinkColor: "#BBE8FF", // robin's egg blue, was light grey
tableColor: "#FFEEBB", // pale orange, was light yellow
headingColor: "#F4BBFF", // magenta, was light grey
listAndIndentColor: "#AAFFD4", // light aquamarine, was very pale gren
}
/* History & Diffs */
/* =============== */
/* In-place diffs: Show/hide the diff without jumping to diff page */
importScript('User:Writ Keeper/Scripts/commonHistory.js'); // Contribs & History pages
importScript('User:Writ Keeper/Scripts/userHistory.js'); // User History with in-place diffs
/* importScript('User:Equazcion/link intermediate revisions.js'); */
/* Harvard Reference Error Checker */
importScript('User:Ucucha/HarvErrors.js');
/* ////////////////////////////////////////////////// */
/* Holding Bin -- commented out stuff */
/* ////////////////////////////////////////////////// */
/* WikiSpeciestab -- tab color doesn't work yet
/*
importScript('User:Grolltech/wikispeciestab.js');
*/
/* WikiTrust -- find who added text */
/*
$.holdReady(true);
mediaWiki.loader.load("https://toolserver.org/~netaction/wikitrust.js");
*/
/* DAB Solver */
/* addOnloadHook(function () {
mw.util.addPortletLink("p-cactions",
"//toolserver.org/~dispenser/cgi-bin/dab_solver.py?page="+wgContentLanguage+":"+encodeURIComponent(mw.config.get('wgPageName')),
'Solve DABs', null, "Disambiguate links", '3');
}); */
Content Disclaimer
Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.
- The information displayed on this website is sourced in part or in whole from Wikipedia and has been adapted for the purpose of restating it. We strive to provide accurate and relevant information, however:
- There is no guarantee of absolute accuracy. Wikipedia is an open, collaborative project that can be edited by anyone, so information is subject to change.
- It is not intended to constitute professional advice. The content displayed is for informational and educational purposes only. For important decisions (e.g., medical, legal, or financial), please consult a professional.
- Content copyright. Wikipedia is licensed under the Creative Commons Attribution-ShareAlike License (CC BY-SA). This means that content may be reused with appropriate attribution and shared under a similar license.
- Responsible use. Any risk arising from the use of information from this website is entirely the responsibility of the user.