Up:pronoun
Renders a pronoun for a specific user.
Attributes
- Required
- int uid - The user id for whom to generate the pronoun.
- Optional
- bool useyou - Use the word "you" if uid is viewing the page. (default value is true)
- bool possessive - Use the possessive form (his/her/your/their). (default value is false)
- bool reflexive - Use the reflexive form (himself/herself/yourself/themself). (default value is false)
- bool objective - Use the objective form (him/her/you/them). (default value is false)
- bool usethey - Use "they" if gender is not specified. (default value is true)
- bool capitalize - Force a capital letter for the pronoun. (default value is false)
Sample code
<up:pronoun uid="12345" />
|