Extension:Recent Pages
From MediaWiki.org
|
Recent Pages Release status: stable |
|||
|---|---|---|---|
| Implementation | Tag, Hook | ||
| Description | Produce a list of recently added pages | ||
| Author(s) | Ian Coleman (QuantumTigerTalk) | ||
| Last version | 0.1.0 (18 June 2009) | ||
| MediaWiki | 1.13.1, 1.14.0, 1.15.0, 1.16.0 | ||
| License | GPL | ||
| Download | http://shadowfax.org.uk/wiki/Recent_Pages_Extension http://shadowfax.org.uk/wiki/Recent_Pages_Extension http://shadowfax.org.uk/wiki/Recent_Pages_Extension |
||
|
|||
|
|||
|
Check usage (experimental) |
|||
Contents |
[edit] What can this extension do?
Adds a list of recently added pages to the current page. If used in conjunction with CustomNavBlocks can be used to add a side-panel of recent additions to the wiki.
[edit] Usage
// Pull back five most recent normal pages <recent /> //Pull back ten most recent pages from user namespace <recent limit="10" namespace="user" /> //Pull back five most recent pages regradless of namespace <recent namespace="all" />
[edit] Download instructions
Please copy the Recent Pages Extension code and place it in $IP/extensions/ExtensionName/RecentPages.php. Note: $IP stands for the root directory of your MediaWiki installation, the same directory that holds LocalSettings.php.
[edit] Installation
To install this extension, add the following to LocalSettings.php:
require_once("$IP/extensions/ExtensionName/RecentPages.php");
