Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Infobox person: Difference between revisions

Template page
Content added Content deleted
(Created page with "{{Infobox person | name = <!-- defaults to article title when left blank --> | image = <!-- filename only, no "File:" or "Image:" prefix, and no enclosing brackets --> | alt = <!-- descriptive text for use by speech synthesis (text-to-speech) software --> | caption = | birth_name = <!-- only use if different from name --> | birth_date = <!-- {{Birth date and age|YYYY|MM|DD}} for living people supply only the year with {{Birth y...")
 
(fix infobox)
Line 1: Line 1:
<infobox>
{{Infobox person
<title source="name">
| name = <!-- defaults to article title when left blank -->
<default>{{PAGENAME}}</default>
| image = <!-- filename only, no "File:" or "Image:" prefix, and no enclosing [[brackets]] -->
</title>
| alt = <!-- descriptive text for use by speech synthesis (text-to-speech) software -->
<image source="image" />
| caption =
<data>
| birth_name = <!-- only use if different from name -->
<label>Born</label>
| 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}}. -->
<default>{{#if:{{{birth_name|}}}|{{{birth_name|}}}<br />}}{{#if:{{{birth_date|}}}|{{{birth_date|}}}<br />}}{{#if:{{{birth_place|}}}|{{{birth_place|}}}}}</default>
| birth_place =
</data>
| death_date = <!-- {{Death date and age|YYYY|MM|DD|YYYY|MM|DD}} (DEATH date then BIRTH date) -->
<data>
| death_place =
<label>Died</label>
| nationality = <!-- use only when necessary per [[WP:INFONAT]] -->
<default>{{#if:{{{death_date|}}}|{{{death_date|}}}<br />}}{{#if:{{{death_place|}}}|{{{death_place|}}}}}</default>
| other_names =
</data>
| occupation =
<data source="nationality">
| years_active =
<label>Nationality</label>
| known_for =
</data>
| notable_works =
<data source="other_names">
}}
<label>Other names</label>
name
</data>
alt
<data source="occupation">
caption
<label>Occupation</label>
Born birth_name
</data>
birth_date
<data source="years_active">
birth_place
<label>Years active</label>
Died death_date
</data>
death_place
<data source="known_for">
Nationality nationality
<label>Known for</label>
Other names other_names
</data>
Occupation occupation
<data source="notable_works">
Years active years_active
<label>Notable work</label>
Known for known_for
</data>
Notable work notable_works
</infobox>
{{Infobox person
| name =
| image =
| alt =
| caption =
| birth_name =
| birth_date =
| birth_place =
| death_date =
| death_place =
| nationality =
| other_names =
| occupation =
| years_active =
| known_for =
| notable_works =
}}

Revision as of 09:48, 12 September 2023

Cookies help us deliver our services. By using our services, you agree to our use of cookies.