Difference between revisions of "Template:Person"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
One can simply copy the following template code to present the data about a Person. | One can simply copy the following template code to present the data about a Person. | ||
<syntaxhighlight language=md> | <syntaxhighlight language=md> | ||
Line 13: | Line 12: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
</noinclude> | </noinclude> | ||
{{Infobox person | |||
|first={{{first}}} | |||
|last={{{last}}} | |||
|gender={{{gender}}} | |||
|description={{{description}}} | |||
|birthday={{{birthday}}} | |||
}} | |||
This person's name is: {{{first}}} {{{last}}}. | This person's name is: {{{first}}} {{{last}}}. |
Revision as of 08:54, 3 July 2021
One can simply copy the following template code to present the data about a Person.
{{Person
|first=
|last=
|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}}}.
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 |