Extension:InlineCategorizer
Jump to navigation
Jump to search
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 |
Database changes | No |
License | GNU General Public License 2.0 or later |
Download | |
|
|
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 place the file(s) in a directory called
InlineCategorizer
in yourextensions/
folder. - Add the following code at the bottom of your LocalSettings.php:
require_once "$IP/extensions/InlineCategorizer/InlineCategorizer.php";
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 );