Jump to content

User:FlightTime/Sandbox 5.0

From Wikipedia, the free encyclopedia

<< Workshop << Sandbox 1.0 << Sandbox 2.0 << Sandbox 3.0 << Sandbox 4.0


Sandbox 5.0

Sidebar?

[edit]
[edit]

Need to find a way to add these links to the sidebar.

function setupPortalLinks() {
	mw.util.addPortletLink( "p-personal",
	"https://en.wikipedia.org/wiki/User:FlightTime/Workshop",
	"Shop", "pt-acctool", "Lnk to my Workshop",
	"A", document.getElementById("pt-logout"));
	mw.util.addPortletLink( "p-personal",
	"https://en.wikipedia.org/wiki/Wikipedia:Changing_username/Simple",
	"CHU/S", "pt-acctool", "Lnk to WP:CHU",
	"A", document.getElementById("pt-logout"));
	mw.util.addPortletLink( "p-personal",
	"https://en.wikipedia.org/wiki/Wikipedia:Changing_username/Usurpations",
	"CHU/U", "pt-acctool", "Lnk to WP:CHU",
	"A", document.getElementById("pt-logout"));
	mw.util.addPortletLink( "p-personal",
	"https://en.wikipedia.org/wiki/Wikipedia:Requested_moves/Technical_requests#Technical_requests",
	"RM/TR", "pt-acctool", "Lnk to WP:RM/TR",
	"A", document.getElementById("pt-logout"));
	mw.util.addPortletLink( "p-personal",
	"https://translate.google.com/?sl=auto&tl=en&op=translate",
	"G/Translate", "pt-acctool", "Lnk to Google Translate",
	"A", document.getElementById("pt-logout"));
	mw.util.addPortletLink( "p-personal",
	"https://en.wikipedia.org/wiki/Category:Files_prepared_for_transfer_to_Commons_by_User_ToBeFree",
	"M/Commons", "pt-acctool", "Lnk to Category",
	"A", document.getElementById("pt-logout"));
	mw.util.addPortletLink( "p-personal",
	"https://en.wikipedia.org/wiki/User:FlightTime/CSD_log",
	"C/log", "pt-acctool", "CSD log",
	"A", document.getElementById("pt-logout"));
	mw.util.addPortletLink( "p-personal",
	"https://en.wikipedia.org/wiki/Category:Wikipedia_files_requiring_renaming",
	"R/Files", "pt-acctool", "Link to rename file category",
	"A", document.getElementById("pt-logout"));
	mw.util.addPortletLink( "p-personal",
	"https://en.wikipedia.org/wiki/User:FlightTime/Pages",
	"C/Templates", "pt-acctool", "Link to my custom templates",
	"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"));
	mw.util.addPortletLink( "p-personal",
	"https://en.wikipedia.org/wiki/User:FlightTime/Edit_summaries",
	"E/Summaries", "pt-acctool", "User:FlightTime/Edit summaries",
	"A", document.getElementById("pt-logout"));

}