Template:Person: Difference between revisions
Jump to navigation
Jump to search
Rewrite infobox with HTML table to fix parser-function expansion (via update-page on MediaWiki MCP Server) |
Rewrite infobox using canonical wikitable + {{!}} pattern (via update-page on MediaWiki MCP Server) |
||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly>{| class="infobox" style="float:right; clear:right; width:22em; margin:0 0 1em 1em; border:1px solid #a2a9b1; background:#f8f9fa; font-size:88%; line-height:1.4; border-collapse:collapse;" | ||
|- | |||
{{#if:{{{image|}}}| | ! colspan="2" style="background:#e8e8e8; font-size:120%; padding:0.4em;" | {{{name|{{PAGENAME}}}}} | ||
{{#if:{{{image|}}}| | |||
{{!}}- | |||
{{#if:{{{resting_place|}}}| | {{!}} colspan="2" style="text-align:center; padding:0.4em;" {{!}} [[File:{{{image}}}{{!}}frameless{{!}}200px{{!}}alt={{{caption|}}}]] | ||
{{#if:{{{spouse|}}}| | }} | ||
{{#if:{{{parents|}}}| | {{#if:{{{birth_date|}}}{{{birth_place|}}}| | ||
{{#if:{{{children|}}}| | {{!}}- | ||
{{#if:{{{occupation|}}}| | ! scope="row" style="width:40%; padding:0.3em; text-align:left;" {{!}} Born | ||
{{#if:{{{known_for|}}}| | {{!}} style="padding:0.3em;" {{!}} {{{birth_date|}}} {{{birth_place|}}} | ||
}} | |||
{{#if:{{{death_date|}}}{{{death_place|}}}| | |||
{{!}}- | |||
! scope="row" style="padding:0.3em; text-align:left;" {{!}} Died | |||
{{!}} style="padding:0.3em;" {{!}} {{{death_date|}}} {{{death_place|}}} | |||
}} | |||
{{#if:{{{resting_place|}}}| | |||
{{!}}- | |||
! scope="row" style="padding:0.3em; text-align:left;" {{!}} Buried | |||
{{!}} style="padding:0.3em;" {{!}} {{{resting_place}}} | |||
}} | |||
{{#if:{{{spouse|}}}| | |||
{{!}}- | |||
! scope="row" style="padding:0.3em; text-align:left;" {{!}} Spouse(s) | |||
{{!}} style="padding:0.3em;" {{!}} {{{spouse}}} | |||
}} | |||
{{#if:{{{parents|}}}| | |||
{{!}}- | |||
! scope="row" style="padding:0.3em; text-align:left;" {{!}} Parents | |||
{{!}} style="padding:0.3em;" {{!}} {{{parents}}} | |||
}} | |||
{{#if:{{{children|}}}| | |||
{{!}}- | |||
! scope="row" style="padding:0.3em; text-align:left;" {{!}} Children | |||
{{!}} style="padding:0.3em;" {{!}} {{{children}}} | |||
}} | |||
{{#if:{{{occupation|}}}| | |||
{{!}}- | |||
! scope="row" style="padding:0.3em; text-align:left;" {{!}} Occupation | |||
{{!}} style="padding:0.3em;" {{!}} {{{occupation}}} | |||
}} | |||
{{#if:{{{known_for|}}}| | |||
{{!}}- | |||
! scope="row" style="padding:0.3em; text-align:left;" {{!}} Known for | |||
{{!}} style="padding:0.3em;" {{!}} {{{known_for}}} | |||
}} | |||
|}</includeonly><noinclude> | |||
== Usage == | == Usage == | ||
Add to a person page (deceased individuals only): | Add to a person page (deceased individuals only): | ||
Revision as of 06:51, 27 August 2026
Usage
Add to a person page (deceased individuals only):
{{Person
| name =
| image = Example.jpg
| caption =
| birth_date =
| birth_place =
| death_date =
| death_place =
| resting_place =
| spouse =
| parents =
| children =
| occupation =
| known_for =
}}
All fields are optional and hidden when empty.