MediaWiki

Gadget-helppage.js

From Dogcraft Wiki

(Mostly defunct. Minor function with new skin)
Tag: Replaced
No edit summary
Tag: Reverted
Line 3: Line 3:
{
{
$('.nav .nav-title a span').text('Dogcraft');
$('.nav .nav-title a span').text('Dogcraft');
}
if (mw.config.get('wgPageName') === "Rules")
{
$('#tagline').hide();
$('#breadcrumbs a:not( ::first-child)').hide();
$('#breadcrumbs a::first-child').attr('href', '//dogcraft.net');
}
}
});
});

Revision as of 21:16, 31 August 2021

$(document).ready(function() {
	if (mw.config.get('wgPageName') === "Rules" || mw.config.get('wgPageName') === "Help_Resources")
	{
		$('.nav .nav-title a span').text('Dogcraft');
	}
	
	if (mw.config.get('wgPageName') === "Rules")
	{
		$('#tagline').hide();
		$('#breadcrumbs a:not( ::first-child)').hide();
		$('#breadcrumbs a::first-child').attr('href', '//dogcraft.net');
	}
});
This page was last modified on 31 August 2021, at 21:16. (2 years ago)
Background Takeshi by Edo