Extension:NewPagesListTitlesOnly
From MediaWiki.org
|
NewPagesListTitlesOnly Release status: stable |
|
|---|---|
| Implementation | Extended syntax |
| Description | Add support for "titlesonly" syntax on Special:NewPages |
| Author(s) | ThisismeTalk |
| Last version | v1.01 (29th October 2010) |
| MediaWiki | v1.15.1+ |
| License | GPL v2 (As mediawiki) |
| Download | Here |
|
Check usage (experimental) |
|
Contents |
[edit] What can this extension do?
Adds a flag to the Special:NewPages functionality to allow the user to transclude a list of new pages in another page - but with the list only showing the titles of the new pages, with links to them (i.e. as opposed to including the date, time, user and summary)
[edit] Usage
Install the extension, and include (for example):
{{Special:NewPages/limit=10,titlesonly=1}}
on any wiki article to show just the titles of, and link to, the titles last 10 pages created.
[edit] Download instructions
Download using the link in the (top right) infobox above
[edit] Installation
Extract the ZIP file contents into your MediaWiki directory.
Run:
patch -p0 < patch_SpecialNewpages.diff
(Note: Most Unix/Linux systems should come with patch, for MS Windows, you can use a copy from the GNU utilities for Win32)
This should patch the following files:
- includes\specials\SpecialNewpages.php
