« Modèle:Infobox Zone » : 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%;">{{{Titre}}}</th> | ||
< | </tr> | ||
</ | {{#if:{{{image1|}}}|<tr> | ||
< | <td colspan="2" style="text-align:center;">[[Fichier:{{{image1}}}|250px]]<br /><small>{{{caption-image1|}}}</small></td> | ||
</tr>}} | |||
< | {{#if:{{{catégorie|}}}|<tr><th>Catégorie</th><td>{{{catégorie}}}</td></tr>}} | ||
{{#if:{{{fairy_souls|}}}|<tr><th>[[Fairy Soul|Fairy Souls]]</th><td>{{{fairy_souls}}}</td></tr>}} | |||
{{#if:{{{prérequis|}}}|<tr><th>Prérequis</th><td>{{{prérequis}}}</td></tr>}} | |||
< | |||
<!-- Groupe : Localisation --> | |||
< | {{#if:{{{localisation|}}}{{{coordonnées|}}}{{{lieu|}}}{{{accès|}}}|<tr><th colspan="2" style="text-align:center; background:#500050; color:white;">Localisation</th></tr>}} | ||
< | {{#if:{{{coordonnées|}}}|<tr><th>Coordonnées</th><td>{{{coordonnées}}}</td></tr>}} | ||
{{#if:{{{lieu|}}}|<tr><th>Lieu</th><td>{{{lieu}}}</td></tr>}} | |||
{{#if:{{{accès|}}}|<tr><th>Accès</th><td>{{{accès}}}</td></tr>}} | |||
<!-- Groupe : Occupants --> | |||
{{#if:{{{occupants|}}}{{{p.n.j.|}}}{{{créatures|}}}|<tr><th colspan="2" style="text-align:center; background:#500050; color:white;">Occupants</th></tr>}} | |||
{{#if:{{{p.n.j.|}}}|<tr><th>P.N.J.</th><td>{{{p.n.j.}}}</td></tr>}} | |||
{{#if:{{{créatures|}}}|<tr><th>Créatures</th><td>{{{créatures}}}</td></tr>}} | |||
</table> | |||
< | |||
< | |||
</ | |||
</includeonly> | </includeonly> | ||