Template:Infobox person CM: Difference between revisions
Appearance
Replaced content with "<templatestyles src="Module:Infobox/styles.css" /> <table class="infobox infobox-person"> <caption>{{{name|{{PAGENAME}}}}}</caption> {{#if:{{{image|}}}| <tr> <td colspan="2" style="text-align:center;"> [[File:{{{image}}}|220px]] </td> </tr> }} {{#if:{{{birth_date|}}}| <tr> <th>Born</th> <td>{{{birth_date}}}</td> </tr> }} {{#if:{{{death_date|}}}| <tr> <th>Died</th> <td>{{{death_date}}}</td> </tr> }} {{#if:{{{nationality|}}}| <tr> <th>Nationality</th> <td>{{{natio..." Tag: Replaced |
No edit summary |
||
| Line 72: | Line 72: | ||
<th>Children</th> | <th>Children</th> | ||
<td>{{{children}}}</td> | <td>{{{children}}}</td> | ||
</tr> | |||
}} | |||
{{#if:{{{traditional_title|}}}| | |||
<tr> | |||
<th>Traditional title</th> | |||
<td>{{{traditional_title}}}</td> | |||
</tr> | |||
}} | |||
{{#if:{{{division|}}}| | |||
<tr> | |||
<th>Division</th> | |||
<td>{{{division}}}</td> | |||
</tr> | |||
}} | |||
{{#if:{{{subdivision|}}}| | |||
<tr> | |||
<th>Subdivision</th> | |||
<td>{{{subdivision}}}</td> | |||
</tr> | |||
}} | |||
{{#if:{{{village|}}}| | |||
<tr> | |||
<th>Village</th> | |||
<td>{{{village}}}</td> | |||
</tr> | |||
}} | |||
{{#if:{{{school|}}}| | |||
<tr> | |||
<th>School</th> | |||
<td>{{{school}}}</td> | |||
</tr> | |||
}} | |||
{{#if:{{{hospital|}}}| | |||
<tr> | |||
<th>Hospital</th> | |||
<td>{{{hospital}}}</td> | |||
</tr> | </tr> | ||
}} | }} | ||
</table> | </table> | ||