Template:Infobox person: Difference between revisions
Created page with "<includeonly>{| class="wikitable infobox" style="float:right; clear:right; width:260px; font-size:90%;" |- ! colspan="2" style="text-align:center; background:#f2f2f2;" | {{{name|{{PAGENAME}}}}} |- | colspan="2" style="text-align:center;" | [[File:{{{image|}}}|260px|{{{image_caption|}}}]] |- | colspan="2" style="text-align:center; font-size:85%;" | {{{image_caption|}}} |- ! Born | {{{birth_date|}}} |- ! Nationality | {{{nationality|}}} |- ! Occupation | {{{occupation|}}}..." |
templatedata |
||
| Line 29: | Line 29: | ||
|}</includeonly> | |}</includeonly> | ||
<noinclude> | <noinclude> | ||
<templatedata> | |||
{ | |||
"params": { | |||
"name": { | |||
"label": "Name", | |||
"description": "The name of the person. This defaults to the page name.", | |||
"type": "string", | |||
"default": "PAGE_NAME" | |||
}, | |||
"image": { | |||
"label": "Image", | |||
</noinclude> | "description": "An image of the person. Do not include \"File:\" at the beginning of the file name.", | ||
"example": "Dan_Howell.jpg", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"image_caption": { | |||
"label": "Caption", | |||
"description": "The caption for the image. This inserts underneath the image. Should only be included if there is an image in the infobox.", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"birth_date": { | |||
"label": "Date of Birth", | |||
"description": "The person's date of birth. Must have a citation.", | |||
"example": "22 June 1987", | |||
"type": "date" | |||
}, | |||
"nationality": { | |||
"label": "Nationality", | |||
"description": "The person's nationality. Must have a citation.", | |||
"type": "string" | |||
}, | |||
"occupation": { | |||
"label": "Occupation", | |||
"description": "The person's occupation(s). Must have a citation.", | |||
"type": "string" | |||
}, | |||
"years_active": { | |||
"label": "Years Active", | |||
"description": "The year range that the person was active for the activity that they are notable for. Include citations when possible.", | |||
"example": "2009-2021", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"known_for": { | |||
"label": "Known For", | |||
"description": "The activity or event that the person is known for.", | |||
"example": "YouTube Content", | |||
"type": "string" | |||
}, | |||
"channels": { | |||
"label": "Media Channels", | |||
"description": "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.", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"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.", | |||
"type": "string" | |||
} | |||
}, | |||
"format": "block", | |||
"description": "This template creates an infobox for providing quick facts about people." | |||
} | |||
</templatedata></noinclude> | |||
Revision as of 23:50, 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 | optional |
| Nationality | nationality | The person's nationality. Must have a citation. | String | optional |
| Occupation | occupation | The person's occupation(s). Must have a citation. | String | optional |
| 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 | optional |
| 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 | optional |