Template:Person: Difference between revisions
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> | <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> | |||
{{#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> | ||
<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>}} | |||
{{#if:{{{parents|}}}|<tr><th scope="row" style="padding:0.3em; text-align:left;">Parents</th><td style="padding:0.3em;">{{{parents}}}</td></tr>}} | |||
{{#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>}} | |||
{{#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>}} | |||
</table></includeonly><noinclude> | |||
{{#if:{{{resting_place|}}}| | |||
}} | |||
{{#if:{{{spouse|}}}| | |||
}} | |||
{{#if:{{{parents|}}}| | |||
}} | |||
{{#if:{{{children|}}}| | |||
}} | |||
{{#if:{{{occupation|}}}| | |||
}} | |||
{{#if:{{{known_for|}}}| | |||
}} | |||
== 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.