Template:Gender/doc: Difference between revisions

From the Croc Wiki, the Croc encyclopedia
Jump to navigationJump to search
Content added Content deleted
(→‎Parameters: now supports same short parameter names as Template:Pronoun)
(→‎Parameters: overhaul; documented new parameter to generate "themself" instead of "themselves" for singular-they)
Line 13: Line 13:


===Parameters===
===Parameters===
; Username : The user's username without the User: prefix
* <code>|{{var|Username}}</code> or <code>|1={{var|Username}}</code> – The username without the <code>User:</code> prefix
; Case : Optional parameter for giving the case of the pronoun. Possible values are listed below:
* <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:
:* "nominative" (also "subject", "subjective", "sub", and "he/she") – Returns "he", "she" or "they". This is the default value of the case parameter.
** <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.
:* "accusative" (also "object", "oblique", "objective", "dative", "prepositional", "obj", and "him/her") – Returns "him", "her", or "them".
** <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".
:* "genitive" (also "possessive", "pos", and "his/her") – Returns "his", "her" or "their".
** <code>genitive</code>, <code>possessive</code>, <code>pos</code>, <code>his/her</code>, or <code>their</code> – Returns "his", "her" or "their".
:* "genitive pronoun" (also "possessive pronoun", "poss", and "his/hers") – Returns "his", "hers" or "theirs".
** <code>genitive pronoun</code>, <code>possessive pronoun</code>, <code>poss</code>, <code>his/hers</code>, or <code>theirs</code> – Returns "his", "hers" or "theirs".
:* "reflexive" (also "intensive" and "himself/herself") – Returns "himself", "herself" or "themselves".
** <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, December 18, 2017

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.

Usage

{{Gender
|Username
|Case
}}

Parameters

  • |Template:Var or |1=Template:Var – The username without the User: 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, or they – Returns "he", "she" or "they". This is the default value of the case parameter.
    • accusative, object, oblique, objective, dative, prepositional, obj, him/her, or them – Returns "him", "her", or "them".
    • genitive, possessive, pos, his/her, or their – Returns "his", "her" or "their".
    • genitive pronoun, possessive pronoun, poss, his/hers, or theirs – Returns "his", "hers" or "theirs".
    • reflexive, intensive, himself/herself, or themselves – Returns "himself", "herself" or "themselves".
    • reflexive2, intensive2, himself/herself2, or themself – 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 return he
  • {{gender|ExampleFemale}} would return she
  • {{gender|ExampleNeutral}} would return they
  • {{gender|ExampleMale|reflexive}} would return himself
  • {{gender|ExampleNeutral|accusative}} would return their

See also

Template:Pronoun templates