Template:Person: Difference between revisions

From Koen Family Research Log
Jump to navigation Jump to search
Create person infobox template for ancestor profiles (via create-page on MediaWiki MCP Server)
 
Rewrite infobox with HTML table to fix parser-function expansion (via update-page on MediaWiki MCP Server)
Line 1: Line 1:
<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;"
<includeonly><table 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;">
|-
<tr><th colspan="2" style="background:#e8e8e8; font-size:120%; padding:0.4em;">{{{name|{{PAGENAME}}}}}</th></tr>
! colspan="2" style="background:#e8e8e8; font-size:120%; padding:0.4em;" {{!}} {{{name|{{PAGENAME}}}}}
{{#if:{{{image|}}}|<tr><td colspan="2" style="text-align:center; padding:0.4em;">[[File:{{{image}}}{{!}}frameless{{!}}200px{{!}}alt={{{caption|}}}]]</td></tr>}}
{{#if:{{{image|}}}|{{!}}-
<tr><th scope="row" style="width:40%; padding:0.3em; text-align:left;">Born</th><td style="padding:0.3em;">{{{birth_date|}}}{{#if:{{{birth_place|}}}|<br />{{{birth_place}}}}}</td></tr>
{{!}} colspan="2" style="text-align:center; padding:0.4em;" {{!}} [[File:{{{image}}}|frameless|200px|alt={{{caption|}}}]]
<tr><th scope="row" style="padding:0.3em; text-align:left;">Died</th><td style="padding:0.3em;">{{{death_date|}}}{{#if:{{{death_place|}}}|<br />{{{death_place}}}}}</td></tr>
}}
{{#if:{{{resting_place|}}}|<tr><th scope="row" style="padding:0.3em; text-align:left;">Buried</th><td style="padding:0.3em;">{{{resting_place}}}</td></tr>}}
|-
{{#if:{{{spouse|}}}|<tr><th scope="row" style="padding:0.3em; text-align:left;">Spouse(s)</th><td style="padding:0.3em;">{{{spouse}}}</td></tr>}}
! scope="row" style="width:40%; padding:0.3em;" {{!}} Born
{{#if:{{{parents|}}}|<tr><th scope="row" style="padding:0.3em; text-align:left;">Parents</th><td style="padding:0.3em;">{{{parents}}}</td></tr>}}
{{!}} style="padding:0.3em;" {{!}} {{{birth_date|}}} {{#if:{{{birth_place|}}}|<br />{{{birth_place}}}}}
{{#if:{{{children|}}}|<tr><th scope="row" style="padding:0.3em; text-align:left;">Children</th><td style="padding:0.3em;">{{{children}}}</td></tr>}}
|-
{{#if:{{{occupation|}}}|<tr><th scope="row" style="padding:0.3em; text-align:left;">Occupation</th><td style="padding:0.3em;">{{{occupation}}}</td></tr>}}
! scope="row" style="padding:0.3em;" {{!}} Died
{{#if:{{{known_for|}}}|<tr><th scope="row" style="padding:0.3em; text-align:left;">Known for</th><td style="padding:0.3em;">{{{known_for}}}</td></tr>}}
{{!}} style="padding:0.3em;" {{!}} {{{death_date|}}} {{#if:{{{death_place|}}}|<br />{{{death_place}}}}}
</table></includeonly><noinclude>
{{#if:{{{resting_place|}}}|{{!}}-
! scope="row" style="padding:0.3em;" {{!}} Buried
{{!}} style="padding:0.3em;" {{!}} {{{resting_place}}}
}}
{{#if:{{{spouse|}}}|{{!}}-
! scope="row" style="padding:0.3em;" {{!}} Spouse(s)
{{!}} style="padding:0.3em;" {{!}} {{{spouse}}}
}}
{{#if:{{{parents|}}}|{{!}}-
! scope="row" style="padding:0.3em;" {{!}} Parents
{{!}} style="padding:0.3em;" {{!}} {{{parents}}}
}}
{{#if:{{{children|}}}|{{!}}-
! scope="row" style="padding:0.3em;" {{!}} Children
{{!}} style="padding:0.3em;" {{!}} {{{children}}}
}}
{{#if:{{{occupation|}}}|{{!}}-
! scope="row" style="padding:0.3em;" {{!}} Occupation
{{!}} style="padding:0.3em;" {{!}} {{{occupation}}}
}}
{{#if:{{{known_for|}}}|{{!}}-
! scope="row" style="padding:0.3em;" {{!}} 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:50, 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.