Difference between revisions of "Template:Infobox person"
Jump to navigation
Jump to search
| Line 11: | Line 11: | ||
! style="text-align:right; vertical-align:top; padding-right:0.5em;" | Born | ! style="text-align:right; vertical-align:top; padding-right:0.5em;" | Born | ||
| {{{birth_date|}}} {{{birth_place|}}} | | {{{birth_date|}}} {{{birth_place|}}} | ||
| + | |- | ||
| + | ! style="text-align:right; vertical-align:top; padding-right:0.5em;" | Nationality | ||
| + | | {{{nationality|}}} | ||
| + | |- | ||
| + | ! style="text-align:right; vertical-align:top; padding-right:0.5em;" | Residence | ||
| + | | {{{residence|}}} | ||
|- | |- | ||
! style="text-align:right; vertical-align:top; padding-right:0.5em;" | Occupation | ! style="text-align:right; vertical-align:top; padding-right:0.5em;" | Occupation | ||
| Line 17: | Line 23: | ||
! style="text-align:right; vertical-align:top; padding-right:0.5em;" | Known for | ! style="text-align:right; vertical-align:top; padding-right:0.5em;" | Known for | ||
| {{{known_for|}}} | | {{{known_for|}}} | ||
| + | |- | ||
| + | ! style="text-align:right; vertical-align:top; padding-right:0.5em;" | Spouse(s) | ||
| + | | {{{spouse|}}} | ||
| + | |- | ||
| + | ! style="text-align:right; vertical-align:top; padding-right:0.5em;" | Children | ||
| + | | {{{children|}}} | ||
|- | |- | ||
! style="text-align:right; vertical-align:top; padding-right:0.5em;" | Website | ! style="text-align:right; vertical-align:top; padding-right:0.5em;" | Website | ||
| Line 23: | Line 35: | ||
</includeonly> | </includeonly> | ||
<noinclude> | <noinclude> | ||
| − | ... ( | + | This is a simple {{tl|Infobox person}} template used on Powerbase.info for biographical articles. |
| − | + | ||
| + | == Usage == | ||
| + | <pre> | ||
| + | {{Infobox person | ||
| + | | name = | ||
| + | | image = | ||
| + | | alt = | ||
| + | | caption = | ||
| + | | birth_date = | ||
| + | | birth_place = | ||
| + | | nationality = | ||
| + | | residence = | ||
| + | | occupation = | ||
| + | | known_for = | ||
| + | | spouse = | ||
| + | | children = | ||
| + | | website = | ||
| + | }} | ||
| + | </pre> | ||
| + | |||
| + | All fields are optional. Use standard wikitext formatting within parameters (e.g., [[links]], dates in plain text or with templates). | ||
[[Category:Infobox templates]] | [[Category:Infobox templates]] | ||
| + | </noinclude> | ||
Revision as of 16:12, 12 February 2026
This is a simple Template:Tl template used on Powerbase.info for biographical articles.
Usage
{{Infobox person
| name =
| image =
| alt =
| caption =
| birth_date =
| birth_place =
| nationality =
| residence =
| occupation =
| known_for =
| spouse =
| children =
| website =
}}
All fields are optional. Use standard wikitext formatting within parameters (e.g., links, dates in plain text or with templates).