Jump to content

Categorizator

From mediawiki.org

Categorizator is a global gadget for simplifying categorization in Wikipedia and other wikis. It allows users to edit the pages in a category from the category page itself, rather than from the various pages. After installation, visit any category page and a little pencil icon will appear when you hover over a page in the category, that when clicked, will open a dialog to recategorize the page.

Quick demo video.

Installation

[edit]

If Categorizator is already available as a gadget in your wiki, simply go to the gadgets tab in your preferences and enable it. If not, then add the following to your common.js in the wiki where you want it available (Wikimedia or not) or to your global.js if you want it available in every Wikimedia wiki:

/**
 * Categorizator allows to edit the pages in a category from the category page itself
 * Documentation: https://www.mediawiki.org/wiki/Categorizator
 * Source code: https://www.mediawiki.org/wiki/MediaWiki:Gadget-Global-Categorizator.js
 */
mw.loader.load( '//www.mediawiki.org/w/load.php?modules=ext.gadget.Global-Categorizator' );

If you'd like to make Categorizator available as a gadget in your wiki, first create MediaWiki:Gadget-Categorizator.js with the code above and any desired configuration. Then create MediaWiki:Gadget-Categorizator with a short description of the tool. Finally, add the following to MediaWiki:Gadgets-definition (see Extension:Gadgets#Usage for details):

* Categorizator[ResourceLoader|actions=view|namespace=14]|Categorizator.js

Configuration

[edit]

To do.

See also

[edit]