Template:Gender: Difference between revisions

From Caves of Qud Wiki
Jump to navigation Jump to search
(Created page with "{| class = "wikitable" ! Plural | {{{plural|false}}} |- ! Person term | {{#ifeq: {{{plural}}} | true |{{{personterm|people}}}|{{{personterm|human}}}}} |- ! Immature Person ter...")
 
(removed cargo store)
 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
{| class = "wikitable"
<includeonly>
! Plural
{| class = "wikitable" style="display: inline-table; vertical-align:top;"
| {{{plural|false}}}
! style="width:50%;"|Plural
| {{{plural|no}}}
|-
|-
! Person term
! Person term
| {{#ifeq: {{{plural}}} | true |{{{personterm|people}}}|{{{personterm|human}}}}}
| {{#ifeq: {{{plural}}} | yes |{{{personterm|people}}}|{{{personterm|human}}}}}
|-
|-
! Immature Person term
! Immature Person term
| {{#ifeq: {{{plural}}} | true |{{{immatureterm|children}}}|{{{immatureterm|child}}}}}
| {{#ifeq: {{{plural}}} | yes |{{{immatureterm|children}}}|{{{immatureterm|child}}}}}
|-
|-
! Formal Address term
! Formal Address term
| {{#ifeq: {{{plural}}} | true |{{{formalterm|friends}}}|{{{formalterm|friend}}}}}
| {{#ifeq: {{{plural}}} | yes |{{{formalterm|friends}}}|{{{formalterm|friend}}}}}
|-
|-
! Offspring term
! Offspring term
| {{#ifeq: {{{plural}}} | true |{{{offspringterm|children}}}|{{{offspringterm|child}}}}}
| {{#ifeq: {{{plural}}} | yes |{{{offspringterm|children}}}|{{{offspringterm|child}}}}}
|-
|-
! Sibling term
! Sibling term
| {{#ifeq: {{{plural}}} | true |{{{siblingterm|sibs}}}|{{{siblingterm|sib}}}}}
| {{#ifeq: {{{plural}}} | yes |{{{siblingterm|sibs}}}|{{{siblingterm|sib}}}}}
|-
|-
! Parent term
! Parent term
| {{#ifeq: {{{plural}}} | true |{{{parentterm|progenitors}}}|{{{parentterm|progenitor}}}}}
| {{#ifeq: {{{plural}}} | yes |{{{parentterm|progenitors}}}|{{{parentterm|progenitor}}}}}
|}<noinclude>{{Doc}}[[Category:Templates]]</noinclude>
|}</includeonly><noinclude>{{Doc}}[[Category:Gender and Pronoun Templates]]</noinclude>

Latest revision as of 16:35, 12 September 2019

Documentation

"Gender" in this case is referred to the gender element in Gender.xml.

plural true/false. is a flag to change the below defaults. Defaults to false.
personterm What a person of this gender is referred to. Defaults to human or people if plural
immatureterm What an immature person of this gender is called. Defaults to child or children if plural.
formalterm What you politely call someone of this gender. Defaults to friend or friends if plural.
offspringterm What the offspring are called. Defaults to child or children if plural.
siblingterm What a sibling is referred to. Defaults to sib or sibs if plural.
parentterm What a parent is called. Defaults to progenitor or progenitors if plural.