Index: trunk/extensions/BotQuery/query.php |
— | — | @@ -256,7 +256,9 @@ |
257 | 257 | "apfrom - The page title to start enumerating from.", |
258 | 258 | "apnamespace - Limits which namespace to enumerate. Default 0 (Main)", |
259 | 259 | "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)", |
261 | 263 | )), |
262 | 264 | 'nolanglinks' => array( |
263 | 265 | GN_FUNC => 'genMetaNoLangLinksPages', |