Template:Gender: Difference between revisions

From Caves of Qud Wiki
Jump to navigation Jump to search
(made it inline)
(tf > yes/no)
Line 1: Line 1:
{| class = "wikitable" style="display: inline-table; vertical-align:top;"
{| class = "wikitable" style="display: inline-table; vertical-align:top;"
! style="width:50%;"|Plural
! style="width:50%;"|Plural
| {{{plural|false}}}
| {{{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:Gender and Pronoun Templates]]</noinclude>
|}<noinclude>{{Doc}}[[Category:Gender and Pronoun Templates]]</noinclude>

Revision as of 01:18, 17 July 2019

Plural no
Person term human
Immature Person term child
Formal Address term friend
Offspring term child
Sibling term sib
Parent term progenitor

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.