Difference between revisions of "Template:Gender/doc"
Jump to navigation
Jump to search
imported>SMcCandlish (→Parameters: now supports same short parameter names as Template:Pronoun) |
imported>SMcCandlish (→Parameters: overhaul; documented new parameter to generate "themself" instead of "themselves" for singular-they) |
||
| Line 13: | Line 13: | ||
===Parameters=== | ===Parameters=== | ||
| − | + | * <code>|{{var|Username}}</code> or <code>|1={{var|Username}}</code> – The username without the <code>User:</code> prefix | |
| − | + | * <code>|2=</code> or the second unnnamed parameter – Optional parameter for giving the [[Noun case|case]] of the pronoun. Possible values are listed below, and include linguistic terms (and their abbreviations) and "what I want it to say" versions: | |
| − | + | ** <code>nominative</code>, <code>subject</code>, <code>subjective</code>, <code>sub</code>, <code>he/she</code>, or <code>they</code> – Returns "he", "she" or "they". This is the default value of the case parameter. | |
| − | + | ** <code>accusative</code>, <code>object</code>, <code>oblique</code>, <code>objective</code>, <code>dative</code>, <code>prepositional</code>, <code>obj</code>, <code>him/her</code>, or <code>them</code> – Returns "him", "her", or "them". | |
| − | + | ** <code>genitive</code>, <code>possessive</code>, <code>pos</code>, <code>his/her</code>, or <code>their</code> – Returns "his", "her" or "their". | |
| − | + | ** <code>genitive pronoun</code>, <code>possessive pronoun</code>, <code>poss</code>, <code>his/hers</code>, or <code>theirs</code> – Returns "his", "hers" or "theirs". | |
| − | + | ** <code>reflexive</code>, <code>intensive</code>, <code>himself/herself</code>, or <code>themselves</code> – Returns "himself", "herself" or "themselves". | |
| + | ** <code>reflexive2</code>, <code>intensive2</code>, <code>himself/herself2</code>, or <code>themself</code> – Returns "himself", "herself" or "themself" (preferred by ''[[The Chicago Manual of Style]]'' and some other sources on [[Singular they|singular ''they'']]). | ||
=== Examples === | === Examples === | ||
Revision as of 11:01, 18 December 2017
| This is a documentation subpage for Template:Gender. It contains usage information, categories and other content that is not part of the original template page. |
This template returns the correct third person singular pronoun to refer to a given user, based on what the user has set as their gender in their preferences. It uses the {{GENDER}} magic word.
Contents
Usage
{{Gender
|Username
|Case
}}
Parameters
|Usernameor|1=Username– The username without theUser:prefix|2=or the second unnnamed parameter – Optional parameter for giving the case of the pronoun. Possible values are listed below, and include linguistic terms (and their abbreviations) and "what I want it to say" versions:nominative,subject,subjective,sub,he/she, orthey– Returns "he", "she" or "they". This is the default value of the case parameter.accusative,object,oblique,objective,dative,prepositional,obj,him/her, orthem– Returns "him", "her", or "them".genitive,possessive,pos,his/her, ortheir– Returns "his", "her" or "their".genitive pronoun,possessive pronoun,poss,his/hers, ortheirs– Returns "his", "hers" or "theirs".reflexive,intensive,himself/herself, orthemselves– Returns "himself", "herself" or "themselves".reflexive2,intensive2,himself/herself2, orthemself– Returns "himself", "herself" or "themself" (preferred by The Chicago Manual of Style and some other sources on singular they).
Examples
In these examples, the hypothetical users User:ExampleMale, User:ExampleFemale and User:ExampleNeutral are supposed to be male, female and of unspecified gender, respectively.
{{gender|ExampleMale}}would returnhe{{gender|ExampleFemale}}would returnshe{{gender|ExampleNeutral}}would returnthey{{gender|ExampleMale|reflexive}}would returnhimself{{gender|ExampleNeutral|accusative}}would returntheir
See also
- {{gender:}} magic word