User:FlightTime Public/common.js

This is an old revision of this page, as edited by FlightTime Public (talk | contribs) at 15:54, 12 June 2017 (Update username). 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.
importScript('User:FlightTime/Mark-blocked.js');  // [[User:FlightTime/Mark-blocked.js]]
importScript('User:Anomie/linkclassifier.js');  // [[User:Anomie/linkclassifier.js]]
importScript('User:Ohconfucius/script/EngvarB.js');  // [[User:Ohconfucius/script/EngvarB.js]]
importScript('User:Ohconfucius/script/MOSNUM dates.js');  // [[User:Ohconfucius/script/MOSNUM dates.js]]
importScript('User:Ohconfucius/script/flagcruft.js');  // [[User:Ohconfucius/script/flagcruft.js]]
importScript('User:Jackmcbarn/editProtectedHelper.js');  // [[User:Jackmcbarn/editProtectedHelper.js]]
importScript( 'User:Equazcion/OneClickArchiver.js' );  // [[User:Equazcion/OneClickArchiver.js]]
importScript( 'User:Evad37/Watchlist-hideAWB.js' ); // // [[User:Evad37/Watchlist-hideAWB.js]] Hide/show AWB edits on watchlist
importScript('User:Ohconfucius/script/Common Terms.js'); // [[User:Ohconfucius/script/Common Terms.js]] 
//importScript('User:Lourdes/PageCuration.js'); // Linkback: [[User:Lourdes/PageCuration.js]]



mw.loader.load('//en.wikipedia.org/w/index.php?title=User%3ATheopolisme%2FScripts%2Fadminhighlighter.js&action=raw&ctype=text/javascript');
//[[User:Theopolisme/Scripts/adminhighlighter.js]]
window.ADMINHIGHLIGHT_EXTLINKS = true;
mw.loader.load('//meta.wikimedia.org/w/index.php?title=User:Krinkle/Scripts/OneClickCommoniser.js&action=raw&ctype=text/javascript');
//[[File:Krinkle_OneClickCommoniser.js]]
mw.loader.load('//en.wikipedia.org/w/index.php?title=User:PleaseStand/userinfo.js&action=raw&ctype=text/javascript');
//[[User:PleaseStand/userinfo.js]]



LocalComments = {
	dateDifference: true,
	dateFormat: 'mdy',
	timeFirst: true,
	twentyFourHours: false,
	dayOfWeek: true,
	dropDays: 0,
	dropMonths: 0
};

function setupPortalLinks() {
	mw.util.addPortletLink( "p-personal",
	"http://en.wikipedia.org/wiki/User:FlightTime/Workshop",
	"Workshop", "pt-acctool", "Lnk to my Workshop",
	"A", document.getElementById("pt-logout"));

	mw.util.addPortletLink( "p-personal",
	"http://en.wikipedia.org/wiki/User:FlightTime Public/CSD_log",
	"CSD log", "pt-acctool", "CSD log",
	"A", document.getElementById("pt-logout"));

	mw.util.addPortletLink( "p-personal",
	"https://en.wikipedia.org/wiki/Special:AllPages?from=FlightTime+Public&to=&namespace=2",
	"Userspace", "pt-acctool", "Link to my Userspace",
	"A", document.getElementById("pt-logout"));

	mw.util.addPortletLink( "p-personal",
	"https://en.wikipedia.org/wiki/Category:Recent_deaths",
	"R/Death", "pt-acctool", "Category:Recent_deaths",
	"A", document.getElementById("pt-logout"));
}

$.when( mw.loader.using(['mediawiki.util']), $.ready ).done( setupPortalLinks );