Index: trunk/phase3/includes/api/ApiQueryUsers.php |
— | — | @@ -270,12 +270,13 @@ |
271 | 271 | return array( |
272 | 272 | 'prop' => array( |
273 | 273 | 'What pieces of information to include', |
274 | | - ' blockinfo - tags if the user is blocked, by whom, and for what reason', |
275 | | - ' groups - lists all the groups the user belongs to', |
276 | | - ' editcount - adds the user\'s edit count', |
277 | | - ' registration - adds the user\'s registration timestamp', |
278 | | - ' emailable - tags if the user can and wants to receive e-mail through [[Special:Emailuser]]', |
279 | | - ' gender - tags the gender of the user. Returns "male", "female", or "unknown"', |
| 274 | + ' blockinfo - Tags if the user is blocked, by whom, and for what reason', |
| 275 | + ' groups - Lists all the groups the user(s) belongs to', |
| 276 | + ' rights - Lists all the rights the user(s) has', |
| 277 | + ' editcount - Adds the user\'s edit count', |
| 278 | + ' registration - Adds the user\'s registration timestamp', |
| 279 | + ' emailable - Tags if the user can and wants to receive e-mail through [[Special:Emailuser]]', |
| 280 | + ' gender - Tags the gender of the user. Returns "male", "female", or "unknown"', |
280 | 281 | ), |
281 | 282 | 'users' => 'A list of users to obtain the same information for', |
282 | 283 | 'token' => 'Which tokens to obtain for each user', |