Jump to content

User:JJPMaster/Scripts/g4.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.
if(mw.config.get('wgNamespaceNumber') !== -1) {
	mw.util.addPortletLink("p-tb", 'https://en.wikipedia.org/w/index.php?title=Special:Log/delete&page=' + mw.config.get('wgPageName'), 'Deletion log', 'dellog1', 'View this page\'s deletion log');
	mw.util.addPortletLink("p-tb", 'https://en.wikipedia.org/w/index.php?title=Special:Log/protect&page=' + mw.config.get('wgPageName'), 'Protection log', 'plog', 'View this page\'s protection log');
	mw.util.addPortletLink("p-tb", 'https://en.wikipedia.org/w/index.php?title=Special:Log/move&page=' + mw.config.get('wgPageName'), 'Move log', 'mlog', 'View this page\'s move log');
}

if(mw.config.get('wgNamespaceNumber') == 2 || mw.config.get('wgNamespaceNumber') == 3 || mw.config.get('wgCanonicalSpecialPageName') == "Contributions") {
	var uname = "";
	if (mw.config.get("wgCanonicalSpecialPageName") == "Contributions")
		uname = mw.config.get("wgTitle").split("/").pop();
	else uname = mw.config.get("wgTitle").split("/")[0];
	mw.util.addPortletLink("p-tb", 'https://en.wikipedia.org/w/index.php?title=Special:Log/block&page=User:' + uname, 'Block log', 'blog', 'View this user\'s block log');
}