r15825 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r15824‎ | r15825 | r15826 >
Date:07:54, 26 July 2006
Author:yurik
Status:old
Tags:
Comment:
* ADD: example for allpages features.
Modified paths:
  • /trunk/extensions/BotQuery/query.php (modified) (history)

Diff [purge]

Index: trunk/extensions/BotQuery/query.php
@@ -256,7 +256,9 @@
257257 "apfrom - The page title to start enumerating from.",
258258 "apnamespace - Limits which namespace to enumerate. Default 0 (Main)",
259259 "apfilterredir- Which pages to list: 'all' (default), 'redirects', or 'nonredirects'",
260 - "Example: query.php?what=allpages&aplimit=50",
 260+ "Example: query.php?what=allpages&aplimit=50 (first 50 pages)",
 261+ " query.php?what=allpages&aplimit=20&apnamespace=10&apfrom=C&apfilterredir=nonredirects",
 262+ " (20 templates starting with 'C' that are not redirects)",
261263 )),
262264 'nolanglinks' => array(
263265 GN_FUNC => 'genMetaNoLangLinksPages',