Index: trunk/phase3/includes/api/ApiQuerySiteinfo.php |
— | — | @@ -492,19 +492,19 @@ |
493 | 493 | return array( |
494 | 494 | 'prop' => array( |
495 | 495 | 'Which sysinfo properties to get:', |
496 | | - ' general - Overall system information', |
497 | | - ' namespaces - List of registered namespaces and their canonical names', |
498 | | - ' namespacealiases - List of registered namespace aliases', |
499 | | - ' specialpagealiases - List of special page aliases', |
500 | | - ' magicwords - List of magic words and their aliases', |
501 | | - ' statistics - Returns site statistics', |
502 | | - ' interwikimap - Returns interwiki map (optionally filtered)', |
503 | | - ' dbrepllag - Returns database server with the highest replication lag', |
504 | | - ' usergroups - Returns user groups and the associated permissions', |
505 | | - ' extensions - Returns extensions installed on the wiki', |
506 | | - ' fileextensions - Returns list of file extensions allowed to be uploaded', |
507 | | - ' rightsinfo - Returns wiki rights (license) information if available', |
508 | | - ' languages - Returns a list of languages MediaWiki supports', |
| 496 | + ' general - Overall system information', |
| 497 | + ' namespaces - List of registered namespaces and their canonical names', |
| 498 | + ' namespacealiases - List of registered namespace aliases', |
| 499 | + ' specialpagealiases - List of special page aliases', |
| 500 | + ' magicwords - List of magic words and their aliases', |
| 501 | + ' statistics - Returns site statistics', |
| 502 | + ' interwikimap - Returns interwiki map (optionally filtered)', |
| 503 | + ' dbrepllag - Returns database server with the highest replication lag', |
| 504 | + ' usergroups - Returns user groups and the associated permissions', |
| 505 | + ' extensions - Returns extensions installed on the wiki', |
| 506 | + ' fileextensions - Returns list of file extensions allowed to be uploaded', |
| 507 | + ' rightsinfo - Returns wiki rights (license) information if available', |
| 508 | + ' languages - Returns a list of languages MediaWiki supports', |
509 | 509 | ), |
510 | 510 | 'filteriw' => 'Return only local or only nonlocal entries of the interwiki map', |
511 | 511 | 'showalldb' => 'List all database servers, not just the one lagging the most', |