Jump to content

Template:Infobox person: Difference between revisions

From Looppedia
Created page with "<includeonly> {| class="infobox-person" |- ! Name | {{{name|{{PAGENAME}}}}} {{#if:{{{image|}}}| |- ! Image | [[File:{{{image}}}|250px]] }} {{#if:{{{birth_date|}}}| |- ! Born | {{{birth_date}}} }} {{#if:{{{birth_place|}}}| |- ! Birth place | {{{birth_place}}} }} {{#if:{{{nationality|}}}| |- ! Nationality | {{{nationality}}} }} {{#if:{{{occupation|}}}| |- ! Occupation | {{{occupation}}} }} {{#if:{{{known_for|}}}| |- ! Known for | {{{known_for}}} }} |} </includeonly>"
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>
{{infobox person
{| class="infobox-person"
| name        =
|-
| image      = <!-- filename only, e.g. Example.jpg -->
! Name
| alt        =  
| {{{name|{{PAGENAME}}}}}
| caption    =
{{#if:{{{image|}}}|
| birth_name  =
|-
| birth_date  = <!-- {{Birth date and age|YYYY|MM|DD}} -->
! Image
| birth_place =
| [[File:{{{image}}}|250px]]
| death_date  = <!-- {{Death date and age|YYYY|MM|DD|YYYY|MM|DD}} -->
| death_place =
| nationality =
| other_names =
| occupation  =
| years_active=
| known_for  =
| notable_works =
| spouse      =
| children    =
| relatives  =
| awards      =
| website    = <!-- {{URL|example.com}} -->
}}
}}
{{#if:{{{birth_date|}}}|
|-
! Born
| {{{birth_date}}}
}}
{{#if:{{{birth_place|}}}|
|-
! Birth place
| {{{birth_place}}}
}}
{{#if:{{{nationality|}}}|
|-
! Nationality
| {{{nationality}}}
}}
{{#if:{{{occupation|}}}|
|-
! Occupation
| {{{occupation}}}
}}
{{#if:{{{known_for|}}}|
|-
! Known for
| {{{known_for}}}
}}
|}
</includeonly>

Latest revision as of 12:37, 3 January 2026

Template loop detected: Template:Infobox person