Template:Infobox: Difference between revisions

From MKG Ancestry Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{#invoke:Infobox|infobox}}
<table class="infobox" align="right" bgcolor="#E1E1E1" style="width:20em; font-size:90%; text-align:left; border: 1px green solid;">
<caption style="text-align:center; font-size:140%;"><i><b>{{{name}}}</b></i></caption>
<tr>
<td colspan="2" style="text-align:center;" bgcolor="#E1E1E1">{{{image}}}</td>
</tr>
<tr>
<td colspan="2" bgcolor="#E1E1E1" style="text-align:center;">{{{imagecaption}}}</td>
{{#if: {{{gender|}}}|<tr>
<th>Gender</th>
<td>{{{gender}}}</td>
</tr>|}}
{{#if: {{{pronouns|}}}|<tr>
<th>pronouns</th>
<td>{{{pronouns}}}</td>
</tr>|}}
{{#if: {{{born|}}}|<tr>
<th>Born</th>
<td>{{{born}}}</td>
</tr>|}}
{{#if: {{{died|}}}|<tr>
<th>Died</th>
<td>{{{died}}}</td>
</tr>|}}
{{#if: {{{birth_location|}}}|<tr>
<th>Birth Location</th>
<td>{{{birth_location}}}</td>
</tr>|}}
{{#if: {{{curr_location|}}}|<tr>
<th>Current Location</th>
<td>{{{curr_location}}}</td>
</tr>|}}
{{#if: {{{death_location|}}}|<tr>
<th>Death Location</th>
<td>{{{death_location}}}</td>
</tr>|}}
{{#if: {{{immed_family|}}}|<tr>
<th>Immediate Family</th>
<td>{{{immed_family}}}</td>
</tr>|}}
{{#if: {{{note|}}}|<tr>
<th>Note</th>
<td>{{{note}}}</td>
</tr>|}}
</table>

Latest revision as of 11:08, 17 November 2022





{{{name}}}
{{{image}}}
{{{imagecaption}}}