Jump to content

User:Tycho Magnetic Anomaly-1/common.js

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
importScript("User:PleaseStand/segregate-refs.js"); var SegregateRefsJsAllowConversion = true;
importScript('User:Ucucha/HarvErrors.js');
importScript("User:GregU/dashes.js");
importScript('User:Cameltrader/Advisor.js');

importScript('User:Ohconfucius/script/formatgeneral.js');  //[[User:Ohconfucius/script/formatgeneral.js]]
importScript('User:Ohconfucius/script/Common Terms.js');  //[[User:Ohconfucius/script/Common Terms.js]]

importScript('user:js/urldecoder.js')
var urlDecoderIntLinks = true;

importScript('User:Snottywong/diffconverter.js');

// Add [[WP:Reflinks]] launcher in the toolbox on left
addOnloadHook(function () {
 mw.util.addPortletLink(
  "p-tb",     // toolbox portlet
  "http://toolserver.org/~dispenser/cgi-bin/webreflinks.py/" + wgPageName 
   + "?client=script&citeweb=on&overwrite=simple&limit=50&lang=" + wgContentLanguage,
  "Reflinks"  // link label
)});