Extension:CrossNamespaceLinks
From MediaWiki.org
|
CrossNamespaceLinks 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 |
SVN [?]:
|
||
|
|||
| Check usage and version matrix | |||
The CrossNamespaceLinks extension adds a special page listing links across namespaces that usually shouldn't exist on Wikimedia projects.
Installation [edit]
- Download the latest snapshot and extract it to your extensions directory.
- Add
to LocalSettings.php
require_once "$IP/extensions/CrossNamespaceLinks/CrossNamespaceLinks.php";
- The extension should be now active.
Bugs [edit]
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