Document ptlevel parameter. I should really learn to get stuff right in fewer than...
authorRoan Kattouw <catrope@users.mediawiki.org>
Fri, 13 Feb 2009 21:53:08 +0000 (21:53 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Fri, 13 Feb 2009 21:53:08 +0000 (21:53 +0000)
includes/api/ApiQueryProtectedTitles.php

index fc0d9f0..3383daa 100644 (file)
@@ -171,6 +171,7 @@ class ApiQueryProtectedTitles extends ApiQueryGeneratorBase {
                        'dir' => 'The direction in which to list',
                        'limit' => 'How many total pages to return.',
                        'prop' => 'Which properties to get',
+                       'level' => 'Only list titles with these protection levels',
                );
        }