yml:pronoun
Description
Displays a pronoun appropriate for the user ID and specified parameters. Note: Only define one of the tense-related attributes (possessive, reflexive, objective) at a time. If more than one is specified, one will take precedence over the rest.
Attributes
| Name | Type | Required/Optional | Description |
|---|---|---|---|
| uid | string | required | User ID of the pronoun to render. Allowed values include an ID, the string "viewer", and the string "owner". |
| useyou | boolean | optional | Display "you" instead of a personal pronoun. Default is "true". Only applicable when uid="viewer". |
| possessive | boolean | optional | Display the possessive form of the pronoun (your, her, his, their). Default is "false". |
| reflexive | boolean | optional | Display the reflexive form of the pronoun (yourself, himself, herself, themselves). Default is "false". |
| objective | boolean | optional | Display the objective form of the pronoun (you, her, him, them). Default is "false". |
| usethey | boolean | optional | Display "they" if the gender cannot be determined. Default is "true". |
| capitalize | boolean | optional | Capitalize the first letter of the pronoun. Default is "false". |

