Difference between revisions of "Template:Infobox person"

283 bytes removed ,  17:57, 16 December 2024
no edit summary
(Created page with "{{Infobox person | name = <!-- use common name/article title --> | image = <!-- filename only, no "File:" or "Image:" prefix, and no enclosing brackets --...")
 
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Infobox person
<noinclude>
| name         = <!-- use common name/article title -->
<templatedata>
| image         = <!-- filename only, no "File:" or "Image:" prefix, and no enclosing [[brackets]] -->
{
| alt          = <!-- descriptive text for use by speech synthesis (text-to-speech) software -->
"params": {
| caption      =
"name": {
| birth_name    = <!-- only use if different from name -->
"type": "wiki-page-name"
| birth_date    = <!-- {{Birth date and age|YYYY|MM|DD}} for living people supply only the year with {{Birth year and age|YYYY}} unless the exact date is already widely published, as per [[WP:DOB]]. For people who have died, use {{Birth date|YYYY|MM|DD}}. -->
},
| birth_place  =
"image": {
| death_date    = <!-- {{Death date and age|YYYY|MM|DD|YYYY|MM|DD}} (DEATH date then BIRTH date) -->
"type": "wiki-file-name"
| death_place  =
},
| nationality  = <!-- use only when necessary per [[WP:INFONAT]] -->
"birth_date": {
| other_names  =
"type": "date"
| occupation   =
},
| years_active =
"death_date": {
| known_for    =
"type": "date"
| notable_works =
},
}}
"occupation": {
"type": "content"
},
"years_active": {
"type": "content"
},
"education": {
"type": "content"
},
"partner": {
"type": "content"
},
"children": {
"type": "content"
}
},
"paramOrder": [
"name",
"image",
"birth_date",
"death_date",
"occupation",
"education",
"years_active",
"partner",
"children"
]
}
</templatedata>
</noinclude>
 
[[Category:Templates]]