From: Roan Kattouw Date: Sun, 3 Oct 2010 12:11:42 +0000 (+0000) Subject: Per r69587 CR, mention which languages support variant conversion in the API help... X-Git-Tag: 1.31.0-rc.0~34648 X-Git-Url: https://git.cyclocoop.org//%22?a=commitdiff_plain;h=4bdf872f0a5ff80edf1d8280a77e690b0b503b17;p=lhc%2Fweb%2Fwiklou.git Per r69587 CR, mention which languages support variant conversion in the API help for the converttitles parameter --- diff --git a/includes/api/ApiQuery.php b/includes/api/ApiQuery.php index ecc27464bf..cdb790cba4 100644 --- a/includes/api/ApiQuery.php +++ b/includes/api/ApiQuery.php @@ -641,7 +641,8 @@ class ApiQuery extends ApiBase { 'generator' => array( 'Use the output of a list as the input for other prop/list/meta items', 'NOTE: generator parameter names must be prefixed with a \'g\', see examples' ), 'redirects' => 'Automatically resolve redirects', - 'converttitles' => "Convert titles to other variants if necessary. Only works if the wiki's content language supports variant conversion.", + 'converttitles' => array( "Convert titles to other variants if necessary. Only works if the wiki's content language supports variant conversion.", + 'Languages that support variant conversion are kk, ku, gan, tg, sr, zh' ), 'indexpageids' => 'Include an additional pageids section listing all returned page IDs', 'export' => 'Export the current revisions of all given or generated pages', 'exportnowrap' => 'Return the export XML without wrapping it in an XML result (same format as Special:Export). Can only be used with export',