Extension:InterwikiList
From MediaWiki.org
|
Release status: stable |
|
|---|---|
| Implementation | Special page |
| Description | Creates a special page to view all available interwiki links on a wiki |
| Author(s) | Chad Horohoe (^demonTalk) |
| Last Version | 0.3 |
| MediaWiki | 1.12 (older?) |
| License | GPL v2.0 |
| Download | Download snapshot |
|
check usage (experimental) |
|
Contents |
[edit] What can this extension do?
It adds a special page (Special:InterwikiList) that allows a user to view the available interwiki prefixes and their associated full URL.
[edit] Download instructions
Please download the code from SVN (link on right) and place it in $IP/extensions/InterwikiList/. Note: $IP stands for the root directory of your MediaWiki installation.
[edit] Installation
To install this extension, add the following to LocalSettings.php:
require_once("$IP/extensions/InterwikiList/InterwikiList.php");
[edit] Changelog
- 12:14, 7 August 2008 (UTC) (sometime last night really) - v0.3 - Now can search the list :)
- 18:53, 15 June 2008 (UTC) - v0.2 - refactor - code now in SVN
- 19:50, 26 March 2008 (UTC) - v0.1 - initial code posted
[edit] See also
- Extension:SpecialInterwiki (view and edit, but can do the same as InterwikiList when you don't assign the interwiki right to anyone)
- Extension:InterWiki
- Extension:InterWikiLinkManager