Extension:TitleAlias

From MediaWiki.org
Jump to: navigation, search
MediaWiki extensions manual - list
Crystal Clear action run.png
TitleAlias

Release status: beta

Implementation MyWiki
Description define a different html title for item instead of that from $_GET['title']
Author(s) surfchen at gmail dot com
Latest version 0.1
MediaWiki >=1.10.1
License GPLv3
Download http://nehcfrus.googlecode.com/files/TitleAlias-0.1.tar.gz
Hooks used
ArticleViewHeader

EditPage::showEditForm:fields
EditPage::attemptSave
LoadExtensionSchemaUpdates

Translate the TitleAlias extension if possible

Check usage and version matrix; code metrics

What can this extension do?[edit | edit source]

Define a different html title for item instead of that from $_GET['title']. For example,the html title can be defined as "Fx" or others for wiki page: http://www.liulanqi.org/Firefox.

Usage[edit | edit source]

A new input field in edit page can be used to define this alias title.

Installation[edit | edit source]

see README in the source tar.

See also[edit | edit source]