Template:Infobox person: Difference between revisions
Appearance
CombustLem (talk | contribs) Created page with "<infobox> <title source="title"> <default>{{PAGENAME}}</default> </title> <image source="image" /> <data source="name"> <label>Name</label> </data> <data source="birth_date"> <label>Born</label> </data> <data source="birth_place"> <label>Birthplace</label> </data> <data source="death_date"> <label>Died</label> </data> <data source="death_place"> <label>Place of death</label> </data> <data source="nationality"> <label>Nationality</label>..." |
CombustLem (talk | contribs) No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 7: | Line 7: | ||
<data source="name"> | <data source="name"> | ||
<label>Name</label> | <label>Name</label> | ||
</data> | |||
<data source="nicknames"> | |||
<label>Nickname(s)</label> | |||
</data> | </data> | ||
Line 45: | Line 49: | ||
</data> | </data> | ||
</infobox> | </infobox> | ||
<noinclude> | <noinclude> | ||
<templatedata> | <templatedata> | ||
Line 66: | Line 69: | ||
"label": "Name", | "label": "Name", | ||
"description": "Full name of the person.", | "description": "Full name of the person.", | ||
"type": "string", | |||
"required": false | |||
}, | |||
"nicknames": { | |||
"label": "Nickname(s)", | |||
"description": "Nickname(s) of the person (if applicable).", | |||
"type": "string", | "type": "string", | ||
"required": false | "required": false |
Latest revision as of 22:45, 22 July 2025
An infobox for individual people such as musicians, public figures, or creators.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Title | title | Custom title for the infobox (defaults to page name). | String | optional |
Image | image | Image file name (e.g. Portrait.jpg). | String | optional |
Name | name | Full name of the person. | String | optional |
Nickname(s) | nicknames | Nickname(s) of the person (if applicable). | String | optional |
Born | birth_date | Date of birth (e.g. January 1, 1990). | String | optional |
Birthplace | birth_place | City, region, or country where the person was born. | String | optional |
Died | death_date | Date of death (if applicable). | String | optional |
Place of death | death_place | Where the person died (if applicable). | String | optional |
Nationality | nationality | The person's nationality or citizenship. | String | optional |
Occupation | occupation | Primary occupation(s) (e.g. actor, writer, engineer). | String | optional |
Years Active | years_active | Time span the person has been active in their field. | String | optional |
Notable Works | notable_works | Key works or achievements the person is known for. | String | optional |
Website | website | Official personal or professional website (full URL). | String | optional |