Difference between revisions of "Template:Person"

From PKC
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.
<syntaxhighlight language=md>
{{Template:Person
{{Template:Person
|First Name=
|first=
|Last Name=
|last=
|Age=
|birthday=
|Gender=
|gender=
|Phone Number=
|email=
|Email=
|description=
}}
}}
</syntaxhighlight>
</noinclude>
</noinclude>


This person's name is: {{{first}}} {{{last}}}.


{|class=wikitable
{{#If: {{{description}}}|
|'''1. [[First Name]]'''
==Short Bio==
|colspan = 3|
<p>
{{{First Name}}}
{{{description}}}
|-
</p>|No Biographic information provided...}}
|'''2. [[Last Name]]'''
|colspan = 3|
{{{Last Name}}}
|-
|'''3. [[Age]]'''
|colspan = 3|
{{{Age}}}
|-
|style = "width:300px"|'''4. [[Outputs]]'''||style = "width:300px"|'''5. [[Process]]'''||style = "width:300px"|'''6. [[Inputs]]'''
|-
|
 
{{{Gender}}}
 
|
{{{Email}}}


|
{{{Phone Number}}}
|-
|}


<noinclude>
<noinclude>

Revision as of 08:41, 3 July 2021


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

{{Template:Person
|first=
|last=
|birthday=
|gender=
|email=
|description=
}}


This person's name is: {{{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
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