Index: trunk/phase3/includes/api/ApiQuery.php |
— | — | @@ -568,9 +568,9 @@ |
569 | 569 | |
570 | 570 | public function getParamDescription() { |
571 | 571 | return array( |
572 | | - 'prop' => 'Which properties to get for the titles/revisions/pageids', |
573 | | - 'list' => 'Which lists to get', |
574 | | - 'meta' => 'Which metadata to get about the site', |
| 572 | + 'prop' => 'Which properties to get for the titles/revisions/pageids. Module help is available below', |
| 573 | + 'list' => 'Which lists to get. Module help is available below', |
| 574 | + 'meta' => 'Which metadata to get about the site. Module help is available below', |
575 | 575 | 'generator' => array( 'Use the output of a list as the input for other prop/list/meta items', |
576 | 576 | 'NOTE: generator parameter names must be prefixed with a \'g\', see examples' ), |
577 | 577 | 'redirects' => 'Automatically resolve redirects', |
Index: trunk/phase3/includes/api/ApiQueryIWLinks.php |
— | — | @@ -30,7 +30,7 @@ |
31 | 31 | } |
32 | 32 | |
33 | 33 | /** |
34 | | - * A query module to list all interwiki links |
| 34 | + * A query module to list all interwiki links on a page |
35 | 35 | * |
36 | 36 | * @ingroup API |
37 | 37 | */ |
Index: trunk/phase3/includes/api/ApiMain.php |
— | — | @@ -607,7 +607,7 @@ |
608 | 608 | public function getParamDescription() { |
609 | 609 | return array( |
610 | 610 | 'format' => 'The format of the output', |
611 | | - 'action' => 'What action you would like to perform', |
| 611 | + 'action' => 'What action you would like to perform. See below for module help', |
612 | 612 | 'version' => 'When showing help, include version for each module', |
613 | 613 | 'maxlag' => 'Maximum lag', |
614 | 614 | 'smaxage' => 'Set the s-maxage header to this many seconds. Errors are never cached', |