View text source at Wikipedia


User:BrandonXLF/WhatLinksHere.js

/*** What Links Here ***/

// Creates a "Links" tool in the right navigation area
// Documentation at [[User:BrandonXLF/WhatLinksHere]]
// By [[User:BrandonXLF]]

$(function() {
	mw.util.addPortletLink(
		'p-cactions',
		"//" + window.location.hostname + mw.config.get('wgArticlePath').replace('$1', "Special:Whatlinkshere/" + encodeURIComponent(mw.config.get('wgPageName'))),
		'Links',
		'whatlinks',
		'Run the "what links here" tool'
	);
});