Extension:WantedPagesFromNS
![]() | This extension is currently not actively maintained! Although it may still work, any bug reports or feature requests will more than likely be ignored. If you are interested in taking on the task of developing and maintaining this extension, you can request repository ownership. As a courtesy, you may want to contact the author. You should also remove this template and list yourself as maintaining the extension in the page's {{Extension }} infobox. |
![]() Release status: unmaintainedCategory:Unmaintained extensions |
|
---|---|
Implementation | Parser extensionCategory:Parser extensions, TagCategory: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 |
Installation
- Download and move the extracted
WantedPagesFromNS
folder to yourextensions/
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' );
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.