Index: trunk/phase3/includes/api/ApiQuery.php |
— | — | @@ -641,7 +641,8 @@ |
642 | 642 | 'generator' => array( 'Use the output of a list as the input for other prop/list/meta items', |
643 | 643 | 'NOTE: generator parameter names must be prefixed with a \'g\', see examples' ), |
644 | 644 | 'redirects' => 'Automatically resolve redirects', |
645 | | - 'converttitles' => "Convert titles to other variants if necessary. Only works if the wiki's content language supports variant conversion.", |
| 645 | + 'converttitles' => array( "Convert titles to other variants if necessary. Only works if the wiki's content language supports variant conversion.", |
| 646 | + 'Languages that support variant conversion are kk, ku, gan, tg, sr, zh' ), |
646 | 647 | 'indexpageids' => 'Include an additional pageids section listing all returned page IDs', |
647 | 648 | 'export' => 'Export the current revisions of all given or generated pages', |
648 | 649 | 'exportnowrap' => 'Return the export XML without wrapping it in an XML result (same format as Special:Export). Can only be used with export', |