MediaWiki

Gadget-helppage.js

From Dogcraft Wiki

No edit summary
Tag: Reverted
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 3: Line 3:
{
{
$('.nav .nav-title a span').text('Dogcraft');
$('.nav .nav-title a span').text('Dogcraft');
}
$('#wikiNav').removeClass('expanded');
if (mw.config.get('wgPageName') === "Rules")
{
$('#tagline').hide();
$('#breadcrumbs a:not( ::first-child)').hide();
$('#breadcrumbs a::first-child').attr('href', '//dogcraft.net');
}
}
});
});

Latest revision as of 22:29, 30 October 2021

$(document).ready(function() {
	if (mw.config.get('wgPageName') === "Rules" || mw.config.get('wgPageName') === "Help_Resources")
	{
		$('.nav .nav-title a span').text('Dogcraft');
		$('#wikiNav').removeClass('expanded');
	}
});
Background Takeshi by Edo