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 using core MediaWiki only (no ParserFunctions dependency) (via update-page on MediaWiki MCP Server)
 
(2 intermediate revisions by the same user not shown)
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>{| 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;"
|-
|-
! colspan="2" style="background:#e8e8e8; font-size:120%; padding:0.4em;" {{!}} {{{name|{{PAGENAME}}}}}
! colspan="2" style="background:#e8e8e8; font-size:120%; padding:0.4em;" | {{{name|{{PAGENAME}}}}}
{{#if:{{{image|}}}|{{!}}-
|-
{{!}} colspan="2" style="text-align:center; padding:0.4em;" {{!}} [[File:{{{image}}}|frameless|200px|alt={{{caption|}}}]]
! scope="row" style="width:40%; padding:0.3em; text-align:left;" | Born
}}
| style="padding:0.3em;" | {{{birth_date|}}} {{{birth_place|}}}
|-
! scope="row" style="padding:0.3em; text-align:left;" | Died
| style="padding:0.3em;" | {{{death_date|}}} {{{death_place|}}}
|-
! scope="row" style="padding:0.3em; text-align:left;" | Buried
| style="padding:0.3em;" | {{{resting_place|}}}
|-
! scope="row" style="padding:0.3em; text-align:left;" | Spouse(s)
| style="padding:0.3em;" | {{{spouse|}}}
|-
! scope="row" style="padding:0.3em; text-align:left;" | Parents
| style="padding:0.3em;" | {{{parents|}}}
|-
! scope="row" style="padding:0.3em; text-align:left;" | Children
| style="padding:0.3em;" | {{{children|}}}
|-
|-
! scope="row" style="width:40%; padding:0.3em;" {{!}} Born
! scope="row" style="padding:0.3em; text-align:left;" | Occupation
{{!}} style="padding:0.3em;" {{!}} {{{birth_date|}}} {{#if:{{{birth_place|}}}|<br />{{{birth_place}}}}}
| style="padding:0.3em;" | {{{occupation|}}}
|-
|-
! scope="row" style="padding:0.3em;" {{!}} Died
! scope="row" style="padding:0.3em; text-align:left;" | Known for
{{!}} style="padding:0.3em;" {{!}} {{{death_date|}}} {{#if:{{{death_place|}}}|<br />{{{death_place}}}}}
| style="padding:0.3em;" | {{{known_for|}}}
{{#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>
|}</includeonly><noinclude>
== Usage ==
== Usage ==
Line 42: Line 33:
{{Person
{{Person
| name        =
| name        =
| image      = Example.jpg
| caption    =
| birth_date  =
| birth_date  =
| birth_place =
| birth_place =
Line 57: Line 46:
</pre>
</pre>


All fields are optional and hidden when empty.
Leave any field empty to show a blank cell. Add a portrait separately on the page, e.g. <code><nowiki>[[File:portrait.jpg|thumb|Caption]]</nowiki></code>.


[[Category:Infobox templates]]
[[Category:Infobox templates]]
</noinclude>
</noinclude>

Latest revision as of 06:53, 27 August 2026

Usage

Add to a person page (deceased individuals only):

{{Person
| name        =
| birth_date  =
| birth_place =
| death_date  =
| death_place =
| resting_place =
| spouse      =
| parents     =
| children    =
| occupation  =
| known_for   =
}}

Leave any field empty to show a blank cell. Add a portrait separately on the page, e.g. [[File:portrait.jpg|thumb|Caption]].