Difference between revisions of "Template:Person"
Jump to navigation
Jump to search
Line 18: | Line 18: | ||
|last={{{last}}} | |last={{{last}}} | ||
|gender={{{gender}}} | |gender={{{gender}}} | ||
|wikipage={{{wikipage}}} | |||
|description={{{description}}} | |description={{{description}}} | ||
|birthday={{{birthday}}} | |birthday={{{birthday}}} | ||
}} | }} | ||
This person's name is: {{{first}}} {{{last}}}. | This person's name is: {{{first}}} {{{last}}}. {{#If: {{{wikipage}}}|[[wikipedia:{{{wikipage}}}|{{{wikipage}}}]]|No wiki page|}} | ||
{{#If: {{{description}}}| | {{#If: {{{description}}}| | ||
Line 87: | Line 88: | ||
"type": "date", | "type": "date", | ||
"default": "1/1/2000" | "default": "1/1/2000" | ||
}, | |||
"wikipage": { | |||
"aliases": [ | |||
"Wikipedia Page", | |||
"Wikipedia Entry" | |||
], | |||
"label": "wikipedia page", | |||
"description": "The corresponding page on Wikipedia", | |||
"type": "unbalanced-wikitext" | |||
} | } | ||
}, | }, | ||
Line 97: | Line 107: | ||
"Phone Number", | "Phone Number", | ||
"Email", | "Email", | ||
"Description" | "Description", | ||
"wikipage" | |||
] | ] | ||
} | } |
Revision as of 09:59, 4 July 2021
One can simply copy the following template code to present the data about a Person.
{{Person
|first=
|last=
|person-link=
|birthday=
|gender=
|email=
|description=
}}
Person | |
---|---|
First Name | {{{first}}} |
Last Name | {{{last}}} |
Wikipedia | [[wikipedia:|]] |
wikidata | [[wikidata:|]] |
Gender | {{{gender}}} |
Birthday | {{{birthday}}} |
Died | {{{died}}} |
This person's name is: {{{first}}} {{{last}}}. [[wikipedia:{{{wikipage}}}|{{{wikipage}}}]]
Short Bio
{{{description}}}
This is the template data for a person.
Parameter | Description | Type | Status | |
---|---|---|---|---|
First Name | first first name | The first name or given name of a person
| String | suggested |
Last Name | last last name | The family name or last name of a person
| String | suggested |
birthday | birthday Birth Date | The date of the person's birth
| Date | optional |
gender | gender sex Gender | The gender of a person
| String | optional |
Phone Number | Phone Number | no description | Unknown | optional |
Email | no description | Unknown | optional | |
Description | Description Description Short Bio | Some text describing the person
| Unbalanced wikitext | suggested |
wikipedia page | wikipage Wikipedia Page Wikipedia Entry | The corresponding page on Wikipedia | Unbalanced wikitext | optional |