Extension:CreditTab

From MediaWiki.org
Jump to: navigation, search
MediaWiki extensions manual - list
Crystal Clear action run.png
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]

Browse source code
View code changes

Example http://www.wecowi.de/wiki/Union_Filmtheater
Parameters

$wgCreditTabNamespaces

Hooks used
ParserBeforeTidy

SkinTemplateNavigation

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);

[edit] Alternative Downloads

Personal tools
Namespaces
Variants
Actions
Site
Support
Download
Development
Communication
Print/export
Toolbox