Difference between revisions of "Template:Person"
Jump to navigation
Jump to search
m (1 revision imported) |
|||
Line 42: | Line 42: | ||
{ | { | ||
"params": { | "params": { | ||
"Phone Number": {}, | "Phone Number": {}, | ||
"Email": {} | "Email": {}, | ||
"first": { | |||
"aliases": [ | |||
"first name" | |||
], | |||
"label": "First Name", | |||
"description": "The first name or given name of a person", | |||
"example": "Ben", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"last": { | |||
"aliases": [ | |||
"last name" | |||
], | |||
"label": "Last Name", | |||
"description": "The family name or last name of a person", | |||
"example": "Koo", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"age": { | |||
"aliases": [ | |||
"age" | |||
], | |||
"label": "Age", | |||
"description": "The age of a person in years", | |||
"example": "20", | |||
"type": "number" | |||
}, | |||
"gender": { | |||
"aliases": [ | |||
"sex", | |||
"Gender" | |||
], | |||
"label": "gender", | |||
"description": "The gender of a person", | |||
"example": "Female", | |||
"type": "string" | |||
} | |||
}, | }, | ||
"description": "This is the template data for a person." | "description": "This is the template data for a person.", | ||
"paramOrder": [ | |||
"first", | |||
"last", | |||
"age", | |||
"gender", | |||
"Phone Number", | |||
"Email" | |||
] | |||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
Revision as of 08:34, 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 |