Extension:WantedPagesFromNS

Category:Unmaintained extensions#WantedPagesFromNS Category:Extensions without an imageCategory:Extensions without a compatibility policyCategory:GPL licensed extensions
MediaWiki extensions manual
WantedPagesFromNS
Release status: unmaintainedCategory:Unmaintained extensions
Implementation Parser extension Category:Parser extensions, Tag Category:Tag extensions
Description Displays a list of wanted pages from specified namespace.
Author(s) Kazimierz Król
Latest version 1.0.1 beta (2014-08-08)
MediaWiki 1.32+Category:Extensions with manual MediaWiki version
PHP same as MW
License GNU General Public License 2.0 or later
Download Category:Extensions in Wikimedia version control
<wantedpagens>
Quarterly downloads 2 (Ranked 99th)
Translate the WantedPagesFromNS extension if it is available at translatewiki.net
Category:All extensions

Installation

  • Download and move the extracted WantedPagesFromNS folder to your extensions/ directory.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/WantedPagesFromNS
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'WantedPagesFromNS' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.

What can this extension do?

This extension displays simple list of pages from only one namespace, that are referenced by other pages, but do not exist. This is similar to Special:Wantedpages, but can be embedded in a page's content. There are no options to limit number of items shown, or format the output differently. The list shows wanted pages the are linked to from even only one other page.

Usage

In the place where you want to have the list put the following code:

<wantedpagens>
  namespace = Template
</wantedpagens>

This will display list of wanted templates. Replace Template namespace with any namespace (including custom one) you wish.

Category:All extensions Category:Extensions in Wikimedia version control Category:Extensions with manual MediaWiki version Category:Extensions without a compatibility policy Category:Extensions without an image Category:GPL licensed extensions Category:ParserFirstCallInit extensions Category:Parser extensions Category:Tag extensions Category:Unmaintained extensions