MediaWiki

Gadget-breadcrumbs.js

From Dogcraft Wiki

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (โŒ˜-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (โŒ˜-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
$(document).ready(function() {
	
	/*$("#alertbutton-domino").click(function(){
		mw.messages.set({'sandbox-test': 'Testing'});
		var wiki_sandbox_obj = new mw.Message( mw.messages, 'sandbox-test' );
		mw.log( wiki_sandbox_obj.text() );
		mw.notify( mw.message( 'sandbox-test' ) );
	});*/
	
	function worldCat( pageCats ) {
		var world;
		for (var i = 0; i < pageCats.length; i++) {
			if ( pageCats[i].indexOf('Survival ') > -1) {
	    		world = pageCats[i] + '';
	        	return world;
			}
		}
		return false;
	}
	
	if ( mw.config.get('wgIsArticle') && (mw.config.get('wgNamespaceNumber') == 4 || mw.config.get('wgNamespaceNumber') == 0)) {
		//var namespace = mw.config.get('wgFormattedNamespaces')[mw.config.get('wgNamespaceNumber')];
		var serverInfo = "",
			siteContent = "",
			typeCategories = [
				"Bases",
				"Builds",
				"Events",
				"Groups",
				"Phenomenon",
				"Projects",
				"Stations",
				"Worlds"
				],
			pageCategories = mw.config.get('wgCategories');
		
		if (pageCategories.includes('Site Content')) {
			siteContent = 'Site Content > ';
		}	
		
		if (pageCategories.includes('Server Information')) {
			serverInfo = 'Server Information > ';
		}
		
		var world = '';
		if ( worldCat( pageCategories ) != false) {
			world = worldCat( pageCategories );
		}
		
		
		$('#breadcrumbs-test').text('' + siteContent + serverInfo + world + ' > ' + mw.config.get( 'wgTitle' ));
	
	}
		
});
This page was last modified on 3 July 2021, at 14:59. (10 months ago)
Background Dragon Slayer - Retriever by Ironboundred