« Modèle:Infobox » : différence entre les versions
Aucun résumé des modifications |
Aucun résumé des modifications |
||
| (28 versions intermédiaires par le même utilisateur non affichées) | |||
| Ligne 1 : | Ligne 1 : | ||
< | <div class="infobox"> | ||
<div class="infobox-title-custom"> | |||
{{{title|}}} | |||
</div> | |||
{{ | |||
</ | |||
{{#if: {{{image|}}} | | |||
<div style="text-align: center; padding: 5px;"> | |||
[[File:{{{image}}}|250px|alt={{{alt|}}}]] | |||
</div> | |||
}} | |||
<div style="padding: 5px;"> | |||
{{#if: {{{legende_pic|}}} | | |||
<div class="infobox-legende-photo">{{{legende_pic|}}}</div> | |||
}} | |||
<table> | |||
{{#if: {{{date_creation|}}} | | |||
<div><tr><td><b>Création :</b></td><td>{{{date_creation|}}}</td></tr></div> | |||
}} | |||
{{#if: {{{date_disparition|}}} | | |||
<div><tr><td><b>Disparition :</b></td><td>{{{date_disparition|}}}</td></tr></div> | |||
}} | |||
{{#if: {{{Entree_en_service|}}} | | |||
<div><tr><td><b>Entrée en service :</b></td><td>{{{Entree_en_service|}}}</td></tr></div> | |||
}} | |||
{{#if: {{{pays_origine|}}} | | |||
<div><tr><td><b>Pays d'origine :</b></td><td>{{{pays_origine|}}}</td></tr></div> | |||
}} | |||
{{#if: {{{production|}}} | | |||
<div><tr><td><b>Production :</b></td><td>{{{production|}}}</td></tr></div> | |||
}} | |||
</table> | |||
</div> | |||
</div> | |||
<noinclude> | <noinclude> | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"params": { | |||
"title": { | |||
"default": "Titre", | |||
"required": true, | |||
"aliases": [ | |||
"Titre" | |||
], | |||
"description": "Titre encadré en partie supérieure de l'infobox." | |||
}, | |||
"image": { | |||
"description": "Image d'illustration du sujet" | |||
}, | |||
"alt": {}, | |||
"legende_pic": { | |||
"description": "Légende associée à la photo" | |||
}, | |||
"date_creation": { | |||
"description": "Date de création" | |||
}, | |||
"date_disparition": { | |||
"description": "Date de disparition" | |||
}, | |||
"Entree_en_service": { | |||
"description": "Date d'entrée en service" | |||
}, | |||
"pays_origine": { | |||
"description": "Pays d'origine" | |||
}, | |||
"production": { | |||
"description": "Quantité produite d'unités" | |||
} | |||
} | |||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||
Dernière version du 9 mai 2025 à 17:52
Aucune description.
| Paramètre | Description | Type | État | |
|---|---|---|---|---|
| title | title Titre | Titre encadré en partie supérieure de l'infobox.
| Inconnu | obligatoire |
| image | image | Image d'illustration du sujet | Inconnu | facultatif |
| alt | alt | aucune description | Inconnu | facultatif |
| legende_pic | legende_pic | Légende associée à la photo | Inconnu | facultatif |
| date_creation | date_creation | Date de création | Inconnu | facultatif |
| date_disparition | date_disparition | Date de disparition | Inconnu | facultatif |
| Entree_en_service | Entree_en_service | Date d'entrée en service | Inconnu | facultatif |
| pays_origine | pays_origine | Pays d'origine | Inconnu | facultatif |
| production | production | Quantité produite d'unités | Inconnu | facultatif |