Extension:InterwikiUsage

From mediawiki.org
MediaWiki extensions manual
InterwikiUsage
Release status: unmaintained
Implementation Special page
Description Adds a special page showing what interwiki prefixes are used by what pages
Author(s) Nathan Larson (Leucostictetalk)
Latest version 1.0.2 (2013-01-16)
MediaWiki 1.22+
Database changes No
License GNU General Public License 2.0 or later
Download
Example http://suicidewiki.org/wiki/Special:InterwikiUsage

The InterwikiUsage extension adds a special page (Special:InterwikiUsage) showing what interwiki prefixes are used by what pages. This is only suitable for use on small wikis, since it puts the entire list on one page.

Installation[edit]

  • Download and place the file(s) in a directory called InterwikiUsage in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    require_once "$IP/extensions/InterwikiUsage/InterwikiUsage.php";
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.

Usage[edit]

Use, e.g. Special:InterwikiUsage/wikipedia to see what pages use the "wikipedia" interwiki prefix.