Extension:InlineCategorizer

From mediawiki.org
MediaWiki extensions manual
InlineCategorizer
Release status: experimental
Implementation User interface
Description Adds a visual category editor feature
Author(s) Michael Dale, Timo Tijhof, DieBuche
Latest version 0.0.1
MediaWiki >= 1.34.0
Database changes No
License GNU General Public License 2.0 or later
Download
  • $wgInlineCategorizerNamespaces
Quarterly downloads 1 (Ranked 139th)
Translate the InlineCategorizer extension if it is available at translatewiki.net

The InlineCategorizer extension adds a visual category editor feature to your wiki. It works right from the read mode of a wiki page and saves the changes through AJAX.

Installation[edit]

  • Download and move the extracted InlineCategorizer folder to your extensions/ directory.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/InlineCategorizer
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'InlineCategorizer' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.

Configuration parameters[edit]

$wgInlineCategorizerNamespaces[edit]

Optionally enable InlineCategorizer only on a set of namespaces.

$wgInlineCategorizerNamespaces = array( NS_MAIN, NS_PROJECT );