Template:InfoBox Person: Difference between revisions

Template page
(Except not malformed.)
(Again.)
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:{{{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>

Revision as of 23:48, 1 July 2023


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