Extension:WantedPagesFromNS
|
WantedPagesFromNS Release status: beta |
|||
|---|---|---|---|
| Implementation | Parser extension, Tag | ||
| Description | Displays a list of wanted pages from specified namespace. | ||
| Author(s) | Kazimierz Król | ||
| Last version | 1.0.0 beta (08.08.2011) | ||
| MediaWiki | 1.17 (will probably work with older, but untested) | ||
| PHP | same as MW | ||
| License | GPL | ||
| Download | http://kazekr.net/inne/WantedPagesFromNS_1.0.0_beta.zip | ||
|
|||
|
|||
|
Check usage (experimental) |
|||
Contents |
[edit] 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.
[edit] 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.
[edit] Download instructions
Please download the zip file and unpack it into your wiki's extensions directory.
[edit] Installation
To install this extension, add the following to LocalSettings.php:
include_once("$IP/extensions/WantedPagesFromNS/WantedPagesFromNS.php");
The extension does not have any configuration settings to be put into LocalSettings.php.