Extension:CrossNamespaceLinks
From MediaWiki.org
|
Release status: stable |
|||
|---|---|---|---|
| Implementation | Special page | ||
| Description | adds a special page listing links across namespaces | ||
| Author(s) | Ævar Arnfjörð Bjarmason | ||
| Last Version | 2008-02-01 (2008-02-01) | ||
| MediaWiki | 1.11+ | ||
| License | No license specified | ||
| Download | Download snapshot |
||
|
|||
|
check usage (experimental) |
|||
The CrossNamespaceLinks extension adds a special page listing links across namespaces that usually shouldn't exist on Wikimedia projects.
[edit] Installation
- Download the latest snapshot and extract it to your extensions directory.
- Add require_once "$IP/extensions/CrossNamespaceLinks/SpecialCrossNamespaceLinks.php"; to LocalSettings.php
- The extension should be now active.
This extension is being used on one or more of Wikimedia's wikis. It means that the extension is stable and works well enough to be used by such high traffic websites. A full list of the extensions installed on a particular wiki is produced by Special:Version on that wiki.
[edit] Bugs
There is a bug in the file SpecialCrossNamespaceLinks_body.php at the line 102 with the group by.
This line is : GROUP BY page_id
After the correction : GROUP BY page_id, page_title, pl_namespace