Difference between revisions of "Template:Person"

From PKC
Jump to navigation Jump to search
Line 82: Line 82:
"example": "Female",
"example": "Female",
"type": "string"
"type": "string"
},
"Description": {
"aliases": [
"Description",
"Short Bio"
],
"label": "Description",
"description": "Some text describing the person",
"example": "This person is a mathematician.",
"type": "unbalanced-wikitext",
"suggested": true
}
}
},
},
Line 91: Line 102:
"gender",
"gender",
"Phone Number",
"Phone Number",
"Email"
"Email",
"Description"
]
]
}
}
</templatedata>
</templatedata>
</noinclude>
</noinclude>

Revision as of 08:36, 3 July 2021



1. First Name
2. Last Name
3. Age
4. Outputs 5. Process 6. Inputs





1. First Name

{{{First Name}}}

2. Last Name

{{{Last Name}}}

3. Age

{{{Age}}}

4. Outputs 5. Process 6. Inputs

{{{Gender}}}

{{{Email}}}

{{{Phone Number}}}


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
Ageage age

The age of a person in years

Example
20
Numberoptional
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