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", '/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", '/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", '/w/index.php?title=Special:Log/move&page=' + mw.config.get('wgPageName'), 'Move log', 'mlog', 'View this page\'s move log');
	mw.util.addPortletLink("p-tb", '/w/index.php?title=Special:Log&page=' + mw.config.get('wgPageName'), 'Page logs', 'palog', 'View this page\'s public logs');
}

if(mw.config.get("wgRelevantUserName")) {
	var uname = mw.config.get("wgRelevantUserName");
	mw.util.addPortletLink("p-tb", '/w/index.php?title=Special:Log/block&page=User:' + uname, 'Block log', 'blog', 'View this user\'s block log');
	mw.util.addPortletLink("p-tb", '/w/index.php?title=Special:AbuseLog&wpSearchUser=' + uname, 'Filter log', 'blog', 'View this user\'s edit filter log');

	
}