Index: trunk/phase3/includes/api/ApiQueryCategoryMembers.php |
— | — | @@ -299,8 +299,8 @@ |
300 | 300 | global $wgMiserMode; |
301 | 301 | $p = $this->getModulePrefix(); |
302 | 302 | $desc = array( |
303 | | - 'title' => 'Which category to enumerate (required). Must include Category: prefix. Cannot be used together with cmpageid', |
304 | | - 'pageid' => 'Page ID of the category to enumerate. Cannot be used together with cmtitle', |
| 303 | + 'title' => "Which category to enumerate (required). Must include Category: prefix. Cannot be used together with {$p}pageid", |
| 304 | + 'pageid' => "Page ID of the category to enumerate. Cannot be used together with {$p}title", |
305 | 305 | 'prop' => array( |
306 | 306 | 'What pieces of information to include', |
307 | 307 | ' ids - Adds the page ID', |
— | — | @@ -327,7 +327,7 @@ |
328 | 328 | $desc['namespace'], |
329 | 329 | 'NOTE: Due to $wgMiserMode, using this may result in fewer than "limit" results', |
330 | 330 | 'returned before continuing; in extreme cases, zero results may be returned.', |
331 | | - 'Note that you can use cmtype=subcat or cmtype=file instead of cmnamespace=14 or 6.', |
| 331 | + "Note that you can use {$p}type=subcat or {$p}type=file instead of {$p}namespace=14 or 6.", |
332 | 332 | ); |
333 | 333 | } |
334 | 334 | return $desc; |