Template:Infobox: Difference between revisions

From MathEd.net Wiki
Jump to navigation Jump to search
Create template
 
Added death date
Line 2: Line 2:
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}|
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}|
<div class="infobox-image">[[File:{{{image}}}|300px]]</div>}}
<div class="infobox-image">[[File:{{{image}}}|300px]]</div>}}
<table>{{#if:{{{born|}}}|<tr>
<table>{{#if:{{{born-date|}}}|<tr>
     <th>Born</th>
     <th>Born</th>
     <td>{{{born}}}</td>
     <td>{{{born-date}}}</td>
</tr>}}{{#if:{{{died-date|}}}|<tr>
    <th>Died</th>
    <td>{{{died-date}}}</td>
</tr>}}{{#if:{{{institution|}}}|<tr>
</tr>}}{{#if:{{{institution|}}}|<tr>
     <th>Institution</th>
     <th>Institution</th>
     <td>{{{institution}}}</td>
     <td>{{{institution}}}</td>
</tr>}}{{#if:{{{almamater|}}}|<tr>
</tr>}}{{#if:{{{alma-mater|}}}|<tr>
     <th>Alma Mater</th>
     <th>Alma Mater</th>
     <td>{{{almamater}}}</td>
     <td>{{{alma-mater}}}</td>
</tr>}}{{#if:{{{thesis|}}}|<tr>
</tr>}}{{#if:{{{thesis|}}}|<tr>
     <th>Thesis</th>
     <th>Thesis</th>

Revision as of 05:30, 2 June 2021

Infobox