Index: trunk/phase3/includes/api/ApiQuerySiteinfo.php |
— | — | @@ -390,18 +390,18 @@ |
391 | 391 | return array( |
392 | 392 | 'prop' => array( |
393 | 393 | 'Which sysinfo properties to get:', |
394 | | - ' "general" - Overall system information', |
395 | | - ' "namespaces" - List of registered namespaces and their canonical names', |
396 | | - ' "namespacealiases" - List of registered namespace aliases', |
397 | | - ' "specialpagealiases" - List of special page aliases', |
398 | | - ' "magicwords" - List of magic words and their aliases', |
399 | | - ' "statistics" - Returns site statistics', |
400 | | - ' "interwikimap" - Returns interwiki map (optionally filtered)', |
401 | | - ' "dbrepllag" - Returns database server with the highest replication lag', |
402 | | - ' "usergroups" - Returns user groups and the associated permissions', |
403 | | - ' "extensions" - Returns extensions installed on the wiki', |
404 | | - ' "fileextensions" - Returns list of file extensions allowed to be uploaded', |
405 | | - ' "rightsinfo" - Returns wiki rights (license) information if available', |
| 394 | + ' general - Overall system information', |
| 395 | + ' namespaces - List of registered namespaces and their canonical names', |
| 396 | + ' namespacealiases - List of registered namespace aliases', |
| 397 | + ' specialpagealiases - List of special page aliases', |
| 398 | + ' magicwords - List of magic words and their aliases', |
| 399 | + ' statistics - Returns site statistics', |
| 400 | + ' interwikimap - Returns interwiki map (optionally filtered)', |
| 401 | + ' dbrepllag - Returns database server with the highest replication lag', |
| 402 | + ' usergroups - Returns user groups and the associated permissions', |
| 403 | + ' extensions - Returns extensions installed on the wiki', |
| 404 | + ' fileextensions - Returns list of file extensions allowed to be uploaded', |
| 405 | + ' rightsinfo - Returns wiki rights (license) information if available', |
406 | 406 | ), |
407 | 407 | 'filteriw' => 'Return only local or only nonlocal entries of the interwiki map', |
408 | 408 | 'showalldb' => 'List all database servers, not just the one lagging the most', |
Index: trunk/phase3/includes/api/ApiQueryInfo.php |
— | — | @@ -539,9 +539,9 @@ |
540 | 540 | return array ( |
541 | 541 | 'prop' => array ( |
542 | 542 | 'Which additional properties to get:', |
543 | | - ' "protection" - List the protection level of each page', |
544 | | - ' "talkid" - The page ID of the talk page for each non-talk page', |
545 | | - ' "subjectid" - The page ID of the parent page for each talk page' |
| 543 | + ' protection - List the protection level of each page', |
| 544 | + ' talkid - The page ID of the talk page for each non-talk page', |
| 545 | + ' subjectid - The page ID of the parent page for each talk page' |
546 | 546 | ), |
547 | 547 | 'token' => 'Request a token to perform a data-modifying action on a page', |
548 | 548 | ); |