Difference between revisions of "Template:Person"
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.
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 |
Age | age age | The age of a person in years
| Number | 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 |