User:FlightTime Public/common.js

This is an old revision of this page, as edited by FlightTime Public (talk | contribs) at 15:42, 3 October 2011 (add link to NewFiles page). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
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.
// [[User:Krimpet/CH2.js]]
importScript('User:Krimpet/CH2.js');

importScript('User:Drilnoth/lefteditlinks.js');
 
importScript('User:Ohconfucius/script/MOSNUM dates.js');  //[[User:Ohconfucius/script/MOSNUM dates.js]]
 
importScript('User:Ohconfucius/script/Common Terms.js');  //[[User:Ohconfucius/script/Common Terms.js]]
 
importScript('User:Tim Song/afchelper4.js');
 
importScript('User:Anomie/util.js');
 
importScript('User:Anomie/linkclassifier.js'); // Linkback: [[User:Anomie/linkclassifier.js]]
 
importScript('User:Ioeth/friendly.js');
 
importScript('User:Dr pda/prosesize.js'); //[[User:Dr pda/prosesize.js]]
 
importScript("User:GregU/dashes.js");
 
 
importScript('User:AzaToth/twinkle.js');
 
importScript('User:Smith609/toolbox.js');

addOnloadHook(function () {
addPortletLink( "p-personal",
"http://en.wikipedia.org/wiki/Special:NewFiles",
"NewFiles", "pt-acctool", "Link to NewFiles page",
"A", document.getElementById("pt-logout"));
});

addOnloadHook(function () {
addPortletLink( "p-personal",
"http://en.wikipedia.org/wiki/User:Mlpearc/Workshop#Shop",
"WorkShop", "pt-acctool", "Link to Mlpearc's workshop",
"A", document.getElementById("pt-logout"));
});

addOnloadHook(function () {
addPortletLink( "p-personal",
"http://en.wikipedia.org/wiki/Wikipedia:Requests_for_permissions#Current requests",
"RfP", "pt-acctool", "Link to Requests for Permissions",
"A", document.getElementById("pt-logout"));
});

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