Extension:InterwikiList
From MediaWiki.org
|
Interwiki List Release status: beta |
|
|---|---|
| Implementation | Special page |
| Description | Creates a special page to view all available interwiki links on a wiki |
| Author(s) | ^demon Talk |
| Version | 0.1 |
| MediaWiki | 1.12 (older?) |
| License | GPL v2.0 |
| Download | no link |
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 cut and paste the code found below 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] Code
[edit] Changelog
19:50, 26 March 2008 (UTC) - v0.1 - initial code posted

