Extension:CreditTab
From MediaWiki.org
|
CreditTab Release status: stable |
|||
|---|---|---|---|
| Implementation | User interface | ||
| Description | Adds a Tab that links to credits | ||
| Author(s) | DaSch | ||
| Last version | 1.2.1 (2011-09-28) | ||
| License | GPL | ||
| Download | Download snapshot Subversion [Help] |
||
| Example | http://www.wecowi.de/wiki/Union_Filmtheater | ||
|
|||
|
|||
|
Check usage (experimental) |
|||
CreditTab adds a Tab that Links to a page displaying the credits of a page.
- Version 1.0 works with MediaWiki < 1.18
- Version 1.2 works with MediaWiki > 1.18 and maybe even older versions but was not tested
[edit] Installation
Download the Extension-Files and extract them in the Extensions Folder. Then add following to your LocalSettings.php
require_once( "$IP/extensions/CreditTab/CreditTab.php" );
[edit] Options
By Default the Tab only shows up in ContentNamespace
- Show in all Namespaces
- $wgCreditTabNamespaces=true;
- Show in certain Namespaces, example
- $wgCreditTabNamespaces=array(0,14);