Renders a pronoun for a specific user.
| required | uid | int | The user ID for whom to generate the pronoun. | |
|---|---|---|---|---|
| optional | useyou | bool | Use the word "you" if uid is viewing the page. (default value is true) | |
| possessive | bool | Use the possessive form (his/her/your/their). (default value is false) | ||
| reflexive | bool | Use the reflexive form (himself/herself/yourself/themself). (default value is false) | ||
| objective | bool | Use the objective form (him/her/you/them). (default value is false) | ||
| usethey | bool | Use "they" if gender is not specified. (default value is true) | ||
| capitalize | bool | Force a capital letter for the pronoun. (default value is false) |