« Modèle:Infobox » : différence entre les versions
Aucun résumé des modifications |
mAucun résumé des modifications |
||
| Ligne 4 : | Ligne 4 : | ||
! colspan="2" style="background-color: #f2f2f2; text-align: center;" | {{{title|Titre par défaut}}} | ! colspan="2" style="background-color: #f2f2f2; text-align: center;" | {{{title|Titre par défaut}}} | ||
|- | |- | ||
| colspan="2" style="text-align: center;" | [[File:{{{image | {{#if:{{{image|}}}| <!-- Vérifie si "image" est défini --> | ||
|- | | colspan="2" style="text-align: center;" | [[File:{{{image}}}|250px|alt={{{image_alt|Description de l'image}}}|{{{image_alt|Description de l'image}}}]] | ||
| colspan="2" style="text-align: center; font-size: 85%;" | {{{caption|}}} | }} | ||
{{#if:{{{caption|}}}| <!-- Vérifie si "caption" est défini --> | |||
| colspan="2" style="text-align: center; font-size: 85%;" | {{{caption}}} | |||
}} | |||
{{#if:{{{subtitle|}}}| <!-- Vérifie si "subtitle" est défini --> | |||
|- | |- | ||
| '''Sous-titre''' | | '''Sous-titre''' | ||
| {{{subtitle| | | {{{subtitle}}} | ||
}} | |||
{{#if:{{{detail1|}}}| <!-- Vérifie si "detail1" est défini --> | |||
|- | |- | ||
| '''Détail 1''' | | '''Détail 1''' | ||
| {{{detail1| | | {{{detail1}}} | ||
}} | |||
{{#if:{{{detail2|}}}| <!-- Vérifie si "detail2" est défini --> | |||
|- | |- | ||
| '''Détail 2''' | | '''Détail 2''' | ||
| {{{detail2 | | {{{detail2}}} | ||
}} | |||
|} | |} | ||
</includeonly> | </includeonly> | ||
Version du 17 novembre 2024 à 19:28
Modèle pour créer une infobox avec un titre, une image, une légende et des détails.
| Paramètre | Description | Type | État | |
|---|---|---|---|---|
| Titre | title | Titre principal affiché en haut de l'infobox.
| Chaîne | facultatif |
| Image | image | Nom du fichier image à afficher dans l'infobox (par exemple : Exemple.jpg).
| Chaîne | facultatif |
| Texte alternatif de l'image | image_alt | Description alternative de l'image, pour l'accessibilité. | Chaîne | facultatif |
| Légende | caption | Texte affiché sous l'image. | Chaîne | facultatif |
| Sous-titre | subtitle | Sous-titre affiché sous le titre principal.
| Chaîne | facultatif |
| Détail 1 | detail1 | Première ligne de détail.
| Chaîne | facultatif |
| Détail 2 | detail2 | Deuxième ligne de détail.
| Chaîne | facultatif |