Template:Infobox person: Difference between revisions
templatedata |
m update templatedata |
||
| Line 55: | Line 55: | ||
"description": "The person's date of birth. Must have a citation.", | "description": "The person's date of birth. Must have a citation.", | ||
"example": "22 June 1987", | "example": "22 June 1987", | ||
"type": "date" | "type": "date", | ||
"suggested": true | |||
}, | }, | ||
"nationality": { | "nationality": { | ||
"label": "Nationality", | "label": "Nationality", | ||
"description": "The person's nationality. Must have a citation.", | "description": "The person's nationality. Must have a citation.", | ||
"type": "string" | "type": "string", | ||
"suggested": true | |||
}, | }, | ||
"occupation": { | "occupation": { | ||
"label": "Occupation", | "label": "Occupation", | ||
"description": "The person's occupation(s). Must have a citation.", | "description": "The person's occupation(s). Must have a citation.", | ||
"type": "string" | "type": "string", | ||
"suggested": true | |||
}, | }, | ||
"years_active": { | "years_active": { | ||
| Line 78: | Line 81: | ||
"description": "The activity or event that the person is known for.", | "description": "The activity or event that the person is known for.", | ||
"example": "YouTube Content", | "example": "YouTube Content", | ||
"type": "string" | "type": "string", | ||
"suggested": true | |||
}, | }, | ||
"channels": { | "channels": { | ||
| Line 89: | Line 93: | ||
"label": "Website", | "label": "Website", | ||
"description": "Websites that the person has. Format these as inline external links with the website title as the display text. Each link should be on a new line.", | "description": "Websites that the person has. Format these as inline external links with the website title as the display text. Each link should be on a new line.", | ||
"type": "string" | "type": "string", | ||
"suggested": true | |||
} | } | ||
}, | }, | ||
Latest revision as of 23:54, 13 November 2025
This template creates an infobox for providing quick facts about people.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Name | name | The name of the person. This defaults to the page name.
| String | optional |
| Image | image | An image of the person. Do not include "File:" at the beginning of the file name.
| String | suggested |
| Caption | image_caption | The caption for the image. This inserts underneath the image. Should only be included if there is an image in the infobox. | String | suggested |
| Date of Birth | birth_date | The person's date of birth. Must have a citation.
| Date | suggested |
| Nationality | nationality | The person's nationality. Must have a citation. | String | suggested |
| Occupation | occupation | The person's occupation(s). Must have a citation. | String | suggested |
| Years Active | years_active | The year range that the person was active for the activity that they are notable for. Include citations when possible.
| String | suggested |
| Known For | known_for | The activity or event that the person is known for.
| String | suggested |
| Media Channels | channels | Media channels that the person has. Format these as inline external links with the platform name as the display text, include username in parenthesis if they have multiple on a platform. Each link should be on a new line. | String | suggested |
| Website | website | Websites that the person has. Format these as inline external links with the website title as the display text. Each link should be on a new line. | String | suggested |