Difference between revisions of "User:Paxed/RandomPageTitle"

From NetHackWiki
Jump to navigation Jump to search
m (todo)
m (todo)
Line 7: Line 7:
 
*Check that we're actually returning something. (subclassing RandomPage would fix this automagically)
 
*Check that we're actually returning something. (subclassing RandomPage would fix this automagically)
 
*More params?
 
*More params?
 +
**Exclude categories?
 +
**redirects=yes|no
  
 
== Source ==
 
== Source ==
 
See [http://nethackwiki.com/mediawiki/extensions/RandomPageTitle/RandomPageTitle.php.txt]
 
See [http://nethackwiki.com/mediawiki/extensions/RandomPageTitle/RandomPageTitle.php.txt]

Revision as of 12:50, 5 February 2011

This extension adds a new parser function {{#rndpagetitle:Foo}}, which returns a random page title from pages belonging to category Foo.

Note: Invalidates page cache.

TODO

  • Subclass RandomPage instead of doing our own sql.
  • Check that we're actually returning something. (subclassing RandomPage would fix this automagically)
  • More params?
    • Exclude categories?
    • redirects=yes|no

Source

See [1]