Index: trunk/phase3/includes/api/ApiQueryProtectedTitles.php |
— | — | @@ -171,6 +171,7 @@ |
172 | 172 | 'dir' => 'The direction in which to list', |
173 | 173 | 'limit' => 'How many total pages to return.', |
174 | 174 | 'prop' => 'Which properties to get', |
| 175 | + 'level' => 'Only list titles with these protection levels', |
175 | 176 | ); |
176 | 177 | } |
177 | 178 | |