Extension:AdvancedRandom

From MediaWiki.org

Jump to: navigation, search

         

Manual on MediaWiki Extensions
List of MediaWiki Extensions
Crystal Clear action run.png
AdvancedRandom

Release status: unknown

Implementation  Special page
Description Get a random page from any namespace, the talk or subjectpage of which links to a given page.
Author(s)  Ævar Arnfjörð Bjarmason
Last Version  0.2
MediaWiki  1.14
License GPL 2.0
Download Download snapshot

Subversion [Help]
Browse source code

check usage (experimental)

Get a random page from any namespace, the talk or subjectpage of which links to a given page.

Contents

[edit] Use

Can be used like [[Special:AdvancedRandom/Template:Featured/Talk]] to get a random featured article talk, or like [[Special:AdvancedRandom/Template:GFDL/Image]] to get a random GFDL file.

[edit] Installing

Copy the files into a subfolder of the extensions folder of your MediaWiki installation, named AdvancedRandom in the samples, below. Then add the following lines to your LocalSettings.php file (near the top):

require_once($IP.'/extensions/AdvancedRandom/SpecialAdvancedRandom.php');