From d585f0a04595c55c1e6a6e08bcb4bd876dc221a0 Mon Sep 17 00:00:00 2001 From: Roan Kattouw Date: Tue, 20 Jul 2010 09:24:26 +0000 Subject: [PATCH] Followup to r69237: clarify documentation to avoid confusion with title normalization, minor style tweak --- includes/api/ApiQuery.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/api/ApiQuery.php b/includes/api/ApiQuery.php index c32b6f70f6..e28ad0d959 100644 --- a/includes/api/ApiQuery.php +++ b/includes/api/ApiQuery.php @@ -602,7 +602,7 @@ 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' => 'Automatically convert titles to their canonical form', + 'converttitles' => "Convert titles to other variants if necessary. Only works if the wiki's content language supports variant conversion.", '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', -- 2.20.1