« Modèle:Infobox Item » : différence entre les versions
m 1 version importée |
Aucun résumé des modifications Balise : Révoqué |
||
Ligne 1 : | Ligne 1 : | ||
<includeonly> | <includeonly> | ||
<infobox> | <table class="infobox lieu" style="width:250px; background:#fff; border:1px solid #aaa; font-size:90%; line-height:1.4em;"> | ||
< | <tr> | ||
< | <th colspan="2" style="text-align:center; background:#500050; color:white; font-size:120%;">{{title}}</th> | ||
</ | </tr> | ||
< | {#if:{{image|}}|<tr> | ||
< | <td colspan="2" style="text-align:center;">[[Fichier:{{image}}|250px]]<br /><small>{{caption-image|}}</small></td> | ||
</ | </tr>} | ||
< | {#if:{{rareté|}}|<tr><th>[[Rareté]]</th><td>{{rareté}}</td></tr>} | ||
{#if:{{coût|}}|<tr><th>Coût</th><td>{{coût}}</td></tr>} | |||
{#if:{{type|}}|<tr><th>Type</th><td>{{type}}</td></tr>} | |||
< | {#if:{{durabilité|}}|<tr><th>Durabilité</th><td>{{durabilité}}</td></tr>} | ||
{#if:{{élite|}}|<tr><th>Élite</th><td>{{élite}}</td></tr>} | |||
{#if:{{{niveau}}}{{{prix_à_la_vente}}}{{{soulbound}}}| | |||
< | <tr><th colspan="2" style="text-align:center; background:#500050; color:white;">système_élite</th></tr>} | ||
{#if:{{niveau|}}|<tr><th>Niveau</th><td>{{niveau}}</td></tr>} | |||
{#if:{{prix_à_la_vente|}}|<tr><th>Prix à la vente</th><td>{{prix_à_la_vente}}</td></tr>} | |||
< | {#if:{{soulbound|}}|<tr><th>Soulbound</th><td>{{soulbound}}</td></tr>} | ||
</table> | |||
< | |||
< | |||
</ | |||
</includeonly> | </includeonly> | ||