|
|
(13 versions intermédiaires par le même utilisateur non affichées) |
Ligne 1 : |
Ligne 1 : |
| <includeonly> | | <includeonly> |
| <table class="infobox lieu" style="width:250px; background:#fff; border:1px solid #aaa; font-size:90%; line-height:1.4em;">
| | {{Infobox |
| <tr>
| | | bodystyle = border-width:2px;border-color:black;border-style:normal |
| <th colspan="2" style="text-align:center; background:#500050; color:white; font-size:120%;">{{{Titre}}}</th>
| | | abovestyle = background:lightgrey |
| </tr>
| | | above = {{{Titre|}}} |
| {{#if:{{{image1|}}}|<tr>
| | | image = [[Fichier:{{{image1}}}]] |
| <td colspan="2" style="text-align:center;">[[Fichier:{{{image1}}}|250px]]<br /><small>{{{caption-image1|}}}</small></td>
| | | label10 = Catégorie |
| </tr>}}
| | | data10 = {{{catégorie|}}} |
| | | | label20 = [[Fairy Soul|Fairy Souls]] |
| {{#if:{{{catégorie|}}}|<tr><th>Catégorie</th><td>{{{catégorie}}}</td></tr>}}
| | | data20 = {{{fairy_souls|}}} |
| {{#if:{{{fairy_souls|}}}|<tr><th>[[Fairy Soul|Fairy Souls]]</th><td>{{{fairy_souls}}}</td></tr>}}
| | | label30 = Prérequis |
| {{#if:{{{prérequis|}}}|<tr><th>Prérequis</th><td>{{{prérequis}}}</td></tr>}}
| | | data30 = {{{prérequis|}}} |
| | | | headerstyle = background:lightgrey |
| <!-- Groupe : Localisation -->
| | | header40 = Localisation |
| {{#if:{{{localisation|}}}{{{coordonnées|}}}{{{lieu|}}}{{{accès|}}}|<tr><th colspan="2" style="text-align:center; background:#500050; color:white;">Localisation</th></tr>}}
| | | label50 = Coordonnées |
| {{#if:{{{coordonnées|}}}|<tr><th>Coordonnées</th><td>{{{coordonnées}}}</td></tr>}}
| | | data50 = {{{coordonnées|}}} |
| {{#if:{{{lieu|}}}|<tr><th>Lieu</th><td>{{{lieu}}}</td></tr>}}
| | | label60 = Lieu |
| {{#if:{{{accès|}}}|<tr><th>Accès</th><td>{{{accès}}}</td></tr>}}
| | | data60 = {{{lieu|}}} |
| | | | label70 = Accès |
| <!-- Groupe : Occupants -->
| | | data70 = {{{accès|}}} |
| {{#if:{{{occupants|}}}{{{p.n.j.|}}}{{{créatures|}}}|<tr><th colspan="2" style="text-align:center; background:#500050; color:white;">Occupants</th></tr>}}
| | | header80 = Occupants |
| {{#if:{{{p.n.j.|}}}|<tr><th>P.N.J.</th><td>{{{p.n.j.}}}</td></tr>}}
| | | label90 = P.N.J. |
| {{#if:{{{créatures|}}}|<tr><th>Créatures</th><td>{{{créatures}}}</td></tr>}}
| | | data90 = {{{p.n.j.|}}} |
| </table>
| | | label100 = Créatures |
| | | data100 = {{{créatures|}}} |
| | }} |
| </includeonly> | | </includeonly> |