Template:InfoBox Person: Difference between revisions

Template page
(Except not malformed.)
(Add buried.)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<table class="infobox">
<table class="infobox">
<tr><td>'''Name''':</td><td>{{{name}}}</td></tr>
<tr><td>'''Name''':</td><td>{{{name}}}</td></tr>
<tr><td>'''Born''':</td><td>{{{birthdate}}}</td></tr>
<tr><td>'''Born''':</td><td>{{{birth}}}</td></tr>
<tr><td>'''Died''': {{{deathdate}}}</td></tr>
<tr><td>'''Died''':</td><td>{{{death}}}</td></tr>
{{#if:{{{buried|}}} |<tr><td>'''Buried''':</td><td>{{{buried}}}</td></tr>}}
{{#if:{{{married|}}} |<tr><td>'''Married''':</td><td>{{{married}}}</td></tr>}}
{{#if:{{{parents|}}} |<tr><td>'''Parents''':</td><td>{{{parents}}}</td></tr>}}
{{#if:{{{parents|}}} |<tr><td>'''Parents''':</td><td>{{{parents}}}</td></tr>}}
{{#if:{{{children|}}} |<tr><td>'''Children''':</td><td>{{{children}}}</td></tr>}}
{{#if:{{{children|}}} |<tr><td>'''Children''':</td><td>{{{children}}}</td></tr>}}
</table>
</table>

Latest revision as of 16:56, 7 July 2023



Name:{{{name}}}
Born:{{{birth}}}
Died:{{{death}}}