The first video in the TASBot Re: (TASBot Revisited) series is out! TASBot Re: Gradius covers our first run from AGDQ 2014.

Historians wanted: Inquire here.

Template:Pronoun: Difference between revisions

Template page
m (Clarify why new gender options can't be added)
m (Match usernames w/ proposal on village pump, prepare for live examples)
Line 27: Line 27:


Examples:
Examples:
* <code><nowiki>{{p|ExampleMale|them}}</nowiki></code> would result in "him"
<!-- users don't exist
* <code><nowiki>{{p|ExampleFemale|themself}}</nowiki></code> would result in "herself"
* <code><nowiki>{{p|DummyAccM|them}}</nowiki></code> &longrightarrow; {{p|DummyAccM|them}}
* <code><nowiki>{{p|ExampleNB|their}}</nowiki></code> would result in "their"
* <code><nowiki>{{p|DummyAccF|themself}}</nowiki></code> &longrightarrow; {{p|DummyAccF|themself}}
* <code><nowiki>{{p|ExampleMale|they}}</nowiki></code> would result in "he"
* <code><nowiki>{{p|DummyAccNB|their}}</nowiki></code> &longrightarrow; {{p|DummyAccNB|their}}
* <code><nowiki>{{p|ExampleFemale|theirs}}</nowiki></code> would result in "hers"
* <code><nowiki>{{p|DummyAccM|they}}</nowiki></code> &longrightarrow; {{p|DummyAccM|they}}
* <code><nowiki>{{p|ExampleNB}}</nowiki></code> would result in "they"
* <code><nowiki>{{p|DummyAccF|theirs}}</nowiki></code> &longrightarrow; {{p|DummyAccF|theirs}}
* <code><nowiki>{{p|DummyAccNB}}</nowiki></code> &longrightarrow; {{p|DummyAccNB}}
-->
* <code><nowiki>{{p|DummyAccM|them}}</nowiki></code> &longrightarrow; him
* <code><nowiki>{{p|DummyAccF|themself}}</nowiki></code> &longrightarrow; herself
* <code><nowiki>{{p|DummyAccNB|their}}</nowiki></code> &longrightarrow; their
* <code><nowiki>{{p|DummyAccM|they}}</nowiki></code> &longrightarrow; he
* <code><nowiki>{{p|DummyAccF|theirs}}</nowiki></code> &longrightarrow; hers
* <code><nowiki>{{p|DummyAccNB}}</nowiki></code> &longrightarrow; they


Copied from the English Wikipedia's <nowiki>{{</nowiki>[[wikipedia:Template:Gender|gender]]<nowiki>}}</nowiki>.
Copied from the English Wikipedia's <nowiki>{{</nowiki>[[wikipedia:Template:Gender|gender]]<nowiki>}}</nowiki>.

Revision as of 07:47, 19 October 2023

This template displays the chosen pronouns (in English only) of any editor/user of this wiki. It can't be used for someone without an account here. Also note that the gender options in MediaWiki are epicene/fem./masc., and so "it", "one", and neopronouns are unavailable (more could be added but many, many system strings would need updating).

Usage: {{p|Username|case}}, where Username is a username without the "User:" prefix, and case is one of the below keywords. Consult the English Wikipedia for a refresher on English pronouns.

  • they for the subjective case (results in "he", "she", or "they")
    • equivalents: nominative, subject, subjective, sub, and he/she
  • them for the objective case (results in "him", "her", or "them")
    • equivalents: accusative, object, oblique, objective, dative, prepositional, obj, him/her, and him
  • their for the possessive determiner (results in "his", "her", or "their")
    • equivalents: genitive, possessive, pos, his/her, and his
  • theirs for the possessive pronoun (results in "his", "hers", or "theirs")
    • equivalents: genitive pronoun, possessive pronoun, poss, his/hers, and hers
  • themself for the reflexive case (results in "himself", "herself", or "themself")
    • equivalents: reflexive2, intensive2, himself/herself2
    • themselves for the reflective case with the alternate epicene form (results in "himself", "herself", or "themselves")
      • equivalents: reflexive, intensive, and himself/herself

If omitted, the second parameter defaults to they, i.e. the subjective case.

Examples:

  • {{p|DummyAccM|them}} ⟶ him
  • {{p|DummyAccF|themself}} ⟶ herself
  • {{p|DummyAccNB|their}} ⟶ their
  • {{p|DummyAccM|they}} ⟶ he
  • {{p|DummyAccF|theirs}} ⟶ hers
  • {{p|DummyAccNB}} ⟶ they

Copied from the English Wikipedia's {{gender}}.