« Modèle:CharacterInfobox » : différence entre les versions
Aller à la navigation
Aller à la recherche
Page créée avec « <div class="infobox"> <div class="infobox-title">{{{title|{{PAGENAME}}}}}</div> {{#if:{{{image|}}}|<div class="infobox-image">{{{image}}}</div>}} <table> {{#if:{{{nickname|}}}|<tr> <th>Nicknames</th> <td>{{{nickname}}}</td> </tr>}} {{#if:{{{gender|}}}|<tr> <th>Gender</th> <td>{{{gender}}}</td> </tr>}} {{#if:{{{kronos|}}}|<tr> <th>Kronos</th> <td>{{{kronos}}}</td> </tr>}} {{#if:{{{status|}}}|<tr> <th>Status</th> <td>{{{status}}}</t... » |
Aucun résumé des modifications |
||
| (Une version intermédiaire par le même utilisateur non affichée) | |||
| Ligne 5 : | Ligne 5 : | ||
<table> | <table> | ||
{{#if:{{{nickname|}}}|<tr> | {{#if:{{{nickname|}}}|<tr> | ||
<th> | <th>Surnoms</th> | ||
<td>{{{nickname}}}</td> | <td>{{{nickname}}}</td> | ||
</tr>}} | </tr>}} | ||
{{#if:{{{gender|}}}|<tr> | {{#if:{{{gender|}}}|<tr> | ||
<th> | <th>Genre</th> | ||
<td>{{{gender}}}</td> | <td>{{{gender}}}</td> | ||
</tr>}} | </tr>}} | ||
| Ligne 17 : | Ligne 17 : | ||
</tr>}} | </tr>}} | ||
{{#if:{{{status|}}}|<tr> | {{#if:{{{status|}}}|<tr> | ||
<th> | <th>Statut</th> | ||
<td>{{{status}}}</td> | <td>{{{status}}}</td> | ||
</tr>}} | </tr>}} | ||
{{#if:{{{birthday|}}}|<tr> | {{#if:{{{birthday|}}}|<tr> | ||
<th>Date | <th>Date de Naissance</th> | ||
<td>{{{birthday}}}</td> | <td>{{{birthday}}}</td> | ||
</tr>}} | </tr>}} | ||
{{#if:{{{family|}}}|<tr> | {{#if:{{{family|}}}|<tr> | ||
<th> | <th>Famille</th> | ||
<td>{{{family}}}</td> | <td>{{{family}}}</td> | ||
</tr>}} | </tr>}} | ||
| Ligne 31 : | Ligne 31 : | ||
<th>Affiliation</th> | <th>Affiliation</th> | ||
<td>{{{affiliation}}}</td> | <td>{{{affiliation}}}</td> | ||
</tr>}} | |||
{{#if:{{{firstappearance|}}}|<tr> | |||
<th>Première Apparition</th> | |||
<td>{{{firstappearance}}}</td> | |||
</tr>}} | </tr>}} | ||
</table> | </table> | ||
</div> | </div> | ||
Dernière version du 19 mai 2025 à 09:55
CharacterInfobox