Extension:CrossNamespaceLinks

From MediaWiki.org
Jump to: navigation, search
MediaWiki extensions manual - list
Crystal Clear action run.png
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
Hooks used
wgQueryPages
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]

  1. Download the latest snapshot and extract it to your extensions directory.
  2. Add
    require_once "$IP/extensions/CrossNamespaceLinks/CrossNamespaceLinks.php";
    
    to LocalSettings.php
  3. 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