Difference between revisions of "Template:Person"

From PKC
Jump to navigation Jump to search
Line 5: Line 5:
|first=
|first=
|last=
|last=
|person-link=
|wp-link=
|birthday=
|birthday=
|gender=
|gender=
Line 18: Line 18:
|last={{{last}}}
|last={{{last}}}
|gender={{{gender}}}
|gender={{{gender}}}
|wikipage={{{wikipage}}}
|wikipage={{{wp-link}}}
|description={{{description}}}
|description={{{description}}}
|birthday={{{birthday}}}
|birthday={{{birthday}}}
}}
}}


This person's name is {{#If: {{{wikipage}}}|[[wikipedia:{{{wikipage}}}|{{{first}}} {{{last}}}]]|{{{first}}} {{{last}}}|}}
This person's name is {{#If: {{{wp-link}}}|[[wikipedia:{{{wp-link}}}|{{{first}}} {{{last}}}]]|{{{first}}} {{{last}}}|}}


{{#If: {{{description}}}|
{{#If: {{{description}}}|
Line 89: Line 89:
"default": "1/1/2000"
"default": "1/1/2000"
},
},
"wikipage": {
"wp-link": {
"aliases": [
"aliases": [
"Wikipedia Page",
"Wikipedia Page",
"Wikipedia Entry"
"Wikipedia Entry"
],
],
"label": "wikipedia page",
"label": "wp-link",
"description": "The corresponding page on Wikipedia",
"description": "The corresponding page on Wikipedia",
"type": "unbalanced-wikitext"
"type": "unbalanced-wikitext"
Line 108: Line 108:
"Email",
"Email",
"Description",
"Description",
"wikipage"
"wp-link"
]
]
}
}

Revision as of 10:12, 4 July 2021

One can simply copy the following template code to present the data about a Person.

{{Person
|first=
|last=
|wp-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 [[wikipedia:{{{wp-link}}}|{{{first}}} {{{last}}}]]

Short Bio

{{{description}}}


This is the template data for a person.

Template parameters

ParameterDescriptionTypeStatus
First Namefirst first name

The first name or given name of a person

Example
Ben
Stringsuggested
Last Namelast last name

The family name or last name of a person

Example
Koo
Stringsuggested
birthdaybirthday Birth Date

The date of the person's birth

Default
1/1/2000
Example
1/1/2000
Dateoptional
gendergender sex Gender

The gender of a person

Example
Female
Stringoptional
Phone NumberPhone Number

no description

Unknownoptional
EmailEmail

no description

Unknownoptional
DescriptionDescription Description Short Bio

Some text describing the person

Example
This person is a mathematician.
Unbalanced wikitextsuggested
wp-linkwp-link Wikipedia Page Wikipedia Entry

The corresponding page on Wikipedia

Unbalanced wikitextoptional