MediaWiki:Gadget-randomMinceraft.js

In other languages

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.

// 0.01% chance to show "Minceraft"
if ( Math.floor(Math.random() * 10000) === 0 ) {
	// [[MediaWiki:Gadget-minceraft-logo.css]]
	mw.loader.load( 'ext.gadget.minceraft-logo' );
	// [[MediaWiki:Gadget-minceraft.js]]
	mw.loader.load( 'ext.gadget.minceraft' );
}