Extension:Uniwiki Category Box at Top
| This extension is obsolete! You are advised against using this extension on a live site. According to one of the developers, Uniwiki extensions for MediaWiki are not maintained anymore. |
|
Uniwiki Category Box at Top Release status: experimental |
||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Implementation | Skin | |||||||||||||||||||||||||||||||
| Description | Adds a category box to the top right of articles | |||||||||||||||||||||||||||||||
| Author(s) | Merrick Schaefer, Mark Johnston, Evan Wheeler, Adam Mckaig (Uniwikitalk) |
|||||||||||||||||||||||||||||||
| Last version | 0.1 (2008-07-18) | |||||||||||||||||||||||||||||||
| MediaWiki | 1.12.0 | |||||||||||||||||||||||||||||||
| License | GPLv3 | |||||||||||||||||||||||||||||||
| Download | From Subversion | |||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||
| Check usage and version matrix | ||||||||||||||||||||||||||||||||
| Bugs: list open list all report | ||||||||||||||||||||||||||||||||
Contents |
What can this extension do? [edit]
Adds a second category box to the top-right of each page, to increase visibility and usage of categories by end-users. This works best when the list of categories is quite small, but will grow indefinitely.
Installation [edit]
Create a subdirectory in your extensions directory:
(we do this to make it easy to distribute all Uniwiki extensions as a bundle)
cd /your/wiki/extensions mkdir uniwiki
Download the extension using subversion:
cd /your/wiki/extensions/uniwiki svn checkout http://svn.wikimedia.org/svnroot/mediawiki/trunk/extensions/uniwiki/CatBoxAtTop
Add the following to LocalSettings.php:
require_once("$IP/extensions/uniwiki/CatBoxAtTop/CatBoxAtTop.php");
Installing the entire Uniwiki bundle [edit]
Download all of the Uniwiki extensions using Subversion:
cd /your/wiki/extensions svn checkout http://svn.wikimedia.org/svnroot/mediawiki/trunk/extensions/uniwiki uniwiki
Add the following to LocalSettings.php:
# uniwiki # ======= $uw = "$IP/extensions/uniwiki"; require_once("$uw/CssHooks/CssHooks.php"); require_once("$uw/Javascript/Javascript.php"); require_once("$uw/MooTools12core/MooTools12core.php"); require_once("$uw/AutoCreateCategoryPages/AutoCreateCategoryPages.php"); require_once("$uw/GenericEditPage/GenericEditPage.php"); require_once("$uw/CatBoxAtTop/CatBoxAtTop.php"); require_once("$uw/CustomToolbar/CustomToolbar.php"); require_once("$uw/Layouts/Layouts.php"); require_once("$uw/Authors/Authors.php"); require_once("$uw/CreatePage/CreatePage.php");
Internationalizing Uniwiki extensions [edit]
The Uniwiki extensions are available in several languages already, and it is very easy to add a new language. Each extension that has interface text includes a .i18n file with the internationalized system messages. Follow the instructions here to add the new language to the file.
See also [edit]
- Sites using uniwiki extensions
- Wikimini - Encyclopedia written by children
- Appropedia
- iAIDS wiki
- Metia
- WikiMama - Photo- and Video- driven Wiki Recipes
- Other extensions from the Uniwiki bundle
