[[RandomPageContaining(pattern,num,ignoreTitlePattern)]]
pattern: a regex. pages will only be considered their contents match this
num: a number. this is the number of pages to return
ignoreTitlePattern: a regex. pages will not be included if their TITLE matches this
[[RandomPageContaining(,3,.*[oO])]]
3 random pages that do not include the letter o
[[RandomPageContaining(MyCategory,1,.*MoinEditorBackup|.*Template)]]
find 1 random page in MyCategory but do not include templates or editor backups
RandomPageContaining.py
MoinMoin: JonathanDietrich/RandomPageContaining (last edited 2007-10-29 19:17:24 by localhost)