Template:Infobox:Person: Difference between revisions
Jump to navigation
Jump to search
imported>Incoherent Productions Created page with "<infobox> <title source="EnglishName"> <default>{{PAGENAME}}</default> <format><span style="text-align: center">{{{EnglishName}}}</span></format> </title> <title source="NativeName"> <format><span style="text-align: center">{{{NativeName}}}</span></format> </title> <image source="Image"/> <data source="BirthDate"> <label>Born</label> </data> <data source="DeathDate"> <label>Died</label> </data> <data source="Species"> <label>Species</..." |
imported>Incoherent Productions No edit summary |
||
| Line 33: | Line 33: | ||
</data> | </data> | ||
</infobox> | </infobox> | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"description": "Infobox for people! Not all of the categories may apply to your person. Feel free to leave out sections that you haven't fleshed out yet.", | |||
"params": { | |||
"EnglishName": { | |||
"label": "English name", | |||
"description": "The official romanized name of the person in English (e.g. 'Shinzo Abe').", | |||
"type": "string" | |||
}, | |||
"NativeName": { | |||
"label": "Native name", | |||
"description": "The official name of the person in their native language (e.g. '安倍 晋三').", | |||
"type": "string" | |||
}, | |||
"Image": { | |||
"label": "Image", | |||
"description": "An image of the person", | |||
"type": "wiki-file-name" | |||
}, | |||
"BirthDate": { | |||
"label": "Birth date", | |||
"description": "The person's date of birth and possibly also birthplace.", | |||
"type": "string" | |||
}, | |||
"DeathDate": { | |||
"label": "Death date", | |||
"description": "The person's date of death and possibly also deathplace.", | |||
"type": "string" | |||
}, | |||
"Species": { | |||
"label": "Species", | |||
"description": "The person's species.", | |||
"type": "string" | |||
}, | |||
"Occupation": { | |||
"label": "Occupation", | |||
"description": "The person's occupation.", | |||
"type": "string" | |||
}, | |||
"KnownFor": { | |||
"label": "Known for", | |||
"description": "What the person is known for.", | |||
"type": "string" | |||
}, | |||
"Spouse": { | |||
"label": "Spouse(s)", | |||
"description": "The person's spouse(s).", | |||
"type": "string" | |||
}, | |||
"Children": { | |||
"label": "Children", | |||
"description": "The person's children.", | |||
"type": "string" | |||
}, | |||
"Parents": { | |||
"label": "Parents", | |||
"description": "The person's parents.", | |||
"type": "string" | |||
} | |||
} | |||
} | |||
</templatedata> | |||
</noinclude> | |||
Latest revision as of 22:14, 29 June 2024
Infobox for people! Not all of the categories may apply to your person. Feel free to leave out sections that you haven't fleshed out yet.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| English name | EnglishName | The official romanized name of the person in English (e.g. 'Shinzo Abe'). | String | optional |
| Native name | NativeName | The official name of the person in their native language (e.g. '安倍 晋三'). | String | optional |
| Image | Image | An image of the person | File | optional |
| Birth date | BirthDate | The person's date of birth and possibly also birthplace. | String | optional |
| Death date | DeathDate | The person's date of death and possibly also deathplace. | String | optional |
| Species | Species | The person's species. | String | optional |
| Occupation | Occupation | The person's occupation. | String | optional |
| Known for | KnownFor | What the person is known for. | String | optional |
| Spouse(s) | Spouse | The person's spouse(s). | String | optional |
| Children | Children | The person's children. | String | optional |
| Parents | Parents | The person's parents. | String | optional |