Please remember that WiKirby contains spoilers, which you read at your own risk! See our general disclaimer for details.

Help:Gadget-HotCat

From WiKirby, your independent source of Kirby knowledge.
Jump to navigationJump to search

HotCat is a JavaScript extension of the MediaWiki user interface. It augments the category bar with quick links to remove, change, or add categories, thus allowing easier categorization of pages.

To install HotCat, add the following code to your common.js:

// START HOTCAT
window.hotcat_translations_from_commons = true;

/*
This imports the latest version of HotCat from Commons.
HotCat is a gadget to make changes to categories much easier.
Full documentation can be found at http://commons.wikimedia.org/wiki/Help:Gadget-HotCat
*/
mw.loader.load( 'https://commons.wikimedia.org/w/index.php?title=MediaWiki:Gadget-HotCat.js&action=raw&ctype=text/javascript' );
// END HOTCAT

For more information about HotCat, see its home page at Wikimedia Commons.