Extension:Randomrootpage
From MediaWiki.org
(Redirected from Extension:RandomRootPage)
|
Random Root Page Release status: stable |
|
|---|---|
| Implementation | Special page |
| Description | Special page which fetches a random root page |
| Author(s) | Hojjat (aka Huji) |
| Last version | 1.1 (2008-08-26) |
| MediaWiki | 1.10+ |
| License | No license specified |
| Download |
Download snapshot (Git master)
Git [?]: repo summary • tree • code changes SVN [?]: checkout-url • tree • code changes |
|
Check usage (experimental) |
|
Random Root Page is an extension written for MediaWiki that allows to display of a random root page. The regular Special:Random is not suitable for wikis (such as Wikibooks) which use a subpage hierarchy. This extension can be used as a substitute (so, for example, it can be used to show "random books" in Wikibooks, instead of random pages).
[edit] Installation
Download the source from SVN, and save the files in a folder named Randomrootpage under your extensions folder. Then add a line to LocalSettings.php like:
require("extensions/Randomrootpage/Randomrootpage.php");
