User:Lwarrenwiki/common.js: Difference between revisions

Content deleted Content added
added XTools gadget
+scripts
Line 5:
// Tool to highlight duplicate links
importScript('User:Ucucha/duplinks.js'); // [[User:Ucucha/duplinks]]
 
importScript('User:Ohconfucius/script/EngvarB.js');
// [[User:Ohconfucius/script/EngvarB.js]]
 
importScript('User:GregU/dashes.js');
 
var SegregateRefsJsAllowConversion = true;
importScript("User:PleaseStand/segregate-refs.js");
 
importScript("User:Waldir/formatcitations.js");
 
/* Counts all your edits and saves them to a page ( http://en.wikipedia.org/wiki/User:Kanegasi/editcounter ) */
if (mw.config.get('wgTitle') === mw.config.get('wgUserName') && mw.config.get('wgNamespaceNumber') === 2) {
/* begin options */
var pageName = 'editcount';
/* end options */
mw.loader.load('https://en.wikipedia.org/w/index.php?title=User:Kanegasi/editcounter.js&action=raw&ctype=text/javascript');
}