Difference between revisions of "Template:Person"
Jump to navigation
Jump to search
(5 intermediate revisions by the same user not shown) | |||
Line 7: | Line 7: | ||
|wp-link= | |wp-link= | ||
|birthday= | |birthday= | ||
|died= | |||
|gender= | |gender= | ||
|email= | |email= | ||
|description= | |description= | ||
|wikidata= | |||
}} | }} | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Line 18: | Line 20: | ||
|last={{{last}}} | |last={{{last}}} | ||
|gender={{{gender}}} | |gender={{{gender}}} | ||
|wikidata={{{wikidata}}} | |||
|wp-link={{{wp-link}}} | |wp-link={{{wp-link}}} | ||
|description={{{description}}} | |description={{{description}}} | ||
|birthday={{{birthday}}} | |birthday={{{birthday}}} | ||
|died={{{died}}} | |||
}} | }} | ||
Line 96: | Line 100: | ||
"description": "The corresponding page on Wikipedia", | "description": "The corresponding page on Wikipedia", | ||
"type": "unbalanced-wikitext" | "type": "unbalanced-wikitext" | ||
} | }, | ||
"description": {}, | |||
"died": { | |||
"aliases": [ | |||
"Died" | |||
], | |||
"label": "died", | |||
"description": "The date of announced death", | |||
"example": "3 September 2006", | |||
"type": "date" | |||
}, | |||
"wikidata": {} | |||
}, | }, | ||
"description": "This is the template data for a person.", | "description": "This is the template data for a person.", | ||
Line 107: | Line 122: | ||
"Email", | "Email", | ||
"Description", | "Description", | ||
"wp-link" | "wp-link", | ||
"description", | |||
"died", | |||
"wikidata" | |||
] | ] | ||
} | } |
Latest revision as of 02:09, 15 June 2022
One can simply copy the following template code to present the data about a Person.
{{Person
|first=
|last=
|wp-link=
|birthday=
|died=
|gender=
|email=
|description=
|wikidata=
}}
Person | |
---|---|
First Name | {{{first}}} |
Last Name | {{{last}}} |
Wikipedia | [[wikipedia:{{{wp-link}}}|{{{wp-link}}}]] |
wikidata | [[wikidata:{{{wikidata}}}|{{{wikidata}}}]] |
Gender | {{{gender}}} |
Birthday | {{{birthday}}} |
Died | {{{died}}} |
This person's name is [[wikipedia:{{{wp-link}}}|{{{first}}} {{{last}}}]].
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 |
wp-link | wp-link Wikipedia Page Wikipedia Entry | The corresponding page on Wikipedia | Unbalanced wikitext | optional |
description | description | no description | Unknown | optional |
died | died Died | The date of announced death
| Date | optional |
wikidata | wikidata | no description | Unknown | optional |