Différences entre versions de « Modèle:Infobox person »
Sauter à la navigation
Sauter à la recherche
(Page créée avec « <div class="infobox"> <div class="infobox-title">{{{title|{{PAGENAME}}}}}</div> {{#if:{{{image|}}}| <div class="infobox-image"> [[File:{{{image}}}|150px]]</div>}} <table… ») |
|||
(8 versions intermédiaires par le même utilisateur non affichées) | |||
Ligne 1 : | Ligne 1 : | ||
− | <div class=" | + | <div class="infobox_person"> |
− | <div class=" | + | <div class="infobox_person-title">{{{title|{{PAGENAME}}}}}</div> |
{{#if:{{{image|}}}| | {{#if:{{{image|}}}| | ||
− | <div class=" | + | <div class="infobox_person-image"> |
[[File:{{{image}}}|150px]]</div>}} | [[File:{{{image}}}|150px]]</div>}} | ||
<table>{{#if:{{{birth_date|}}}|<tr> | <table>{{#if:{{{birth_date|}}}|<tr> | ||
− | <th> | + | <th>Né</th> |
<td>{{{birth_date}}}</td> | <td>{{{birth_date}}}</td> | ||
</tr>}}{{#if:{{{birth_place|}}}|<tr> | </tr>}}{{#if:{{{birth_place|}}}|<tr> | ||
− | <th></th> | + | <th>Lieu de naissance</th> |
<td>{{{birth_place}}}</td> | <td>{{{birth_place}}}</td> | ||
</tr>}}{{#if:{{{death_date|}}}|<tr> | </tr>}}{{#if:{{{death_date|}}}|<tr> | ||
− | <th> | + | <th>Décédé</th> |
<td>{{{death_date}}}</td> | <td>{{{death_date}}}</td> | ||
+ | </tr>}}{{#if:{{{resting_place|}}}|<tr> | ||
+ | <th>Lieu de repos</th> | ||
+ | <td>{{{resting_place}}}</td> | ||
+ | </tr>}}{{#if:{{{nationality|}}}|<tr> | ||
+ | <th>Nationalité</th> | ||
+ | <td>{{{nationality}}}</td> | ||
+ | </tr>}}{{#if:{{{ocupation|}}}|<tr> | ||
+ | <th>Occupation</th> | ||
+ | <td>{{{ocupation}}}</td> | ||
+ | </tr>}}{{#if:{{{notable_work|}}}|<tr> | ||
+ | <th>Travail remarquable</th> | ||
+ | <td>{{{notable_work}}}</td> | ||
</tr>}}{{#if:{{{awards|}}}|<tr> | </tr>}}{{#if:{{{awards|}}}|<tr> | ||
− | <th> | + | <th>Prix</th> |
<td>{{{awards}}}</td> | <td>{{{awards}}}</td> | ||
+ | </tr>}}{{#if:{{{agent|}}}|<tr> | ||
+ | <th>Agent</th> | ||
+ | <td>{{{agent}}}</td> | ||
+ | </tr>}}{{#if:{{{website|}}}|<tr> | ||
+ | <th>Site Internet</th> | ||
+ | <td>{{{website}}}</td> | ||
+ | </tr>}}{{#if:{{{signature|}}}|<tr> | ||
+ | <th>Signature</th> | ||
+ | <td>{{{signature}}}</td> | ||
</tr>}} | </tr>}} | ||
− | |||
</table> | </table> | ||
</div> | </div> |
Version actuelle datée du 11 mai 2021 à 07:14
Infobox person