« Modèle:Concert » : différence entre les versions
Apparence
Aucun résumé des modifications |
Aucun résumé des modifications |
||
| Ligne 1 : | Ligne 1 : | ||
<includeonly> | <includeonly> | ||
< | <aside class="infobox" style="width: 100%; max-width: 320px; float: right; clear: right; margin: 0 0 1em 1em; border: 1px solid #d1d5db; border-radius: 12px; background: #ffffff; font-size: 14px; line-height: 1.5; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.08);"> | ||
< | |||
<div style="background: linear-gradient(135deg, #2596be 0%, #1a6d8a 100%); color: white; padding: 16px; text-align: center;"> | |||
<div style="font-weight: 800; font-size: 1.3em; letter-spacing: 0.5px; text-transform: uppercase;">{{{titre}}}</div> | |||
<div style="opacity: 0.9; font-size: 0.9em; margin-top: 4px; font-weight: 500;">Concert de {{{artiste}}}</div> | |||
</div> | |||
< | |||
<div style="padding: 12px; text-align: center; background: #f9fafb;"> | |||
<div style="border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.1);">{{{image}}}</div> | |||
<div style="font-size: 0.85em; color: #6b7280; margin-top: 8px; font-style: italic; padding: 0 10px;">{{{legende}}}</div> | |||
</div> | |||
<div style="padding: 10px 16px;"> | |||
< | <table style="width: 100%; border-collapse: collapse;"> | ||
<tr> | |||
<td style="padding: 8px 0; border-bottom: 1px solid #f3f4f6; color: #6b7280; font-weight: 600; width: 35%;">Date</td> | |||
</ | <td style="padding: 8px 0; border-bottom: 1px solid #f3f4f6; color: #111827; text-align: right;">{{{date}}}</td> | ||
< | </tr> | ||
< | <tr> | ||
<td style="padding: 8px 0; border-bottom: 1px solid #f3f4f6; color: #6b7280; font-weight: 600;">Lieu</td> | |||
<td style="padding: 8px 0; border-bottom: 1px solid #f3f4f6; color: #111827; text-align: right;">{{{lieu}}}</td> | |||
</tr> | |||
<tr> | |||
<td style="padding: 8px 0; border-bottom: 1px solid #f3f4f6; color: #6b7280; font-weight: 600;">Durée</td> | |||
<td style="padding: 8px 0; border-bottom: 1px solid #f3f4f6; color: #111827; text-align: right;">{{{duree}}}</td> | |||
</tr> | |||
<tr> | |||
<td style="padding: 8px 0; border-bottom: 1px solid #f3f4f6; color: #6b7280; font-weight: 600;">Genre</td> | |||
<td style="padding: 8px 0; border-bottom: 1px solid #f3f4f6; color: #111827; text-align: right;">{{{genre}}}</td> | |||
</tr> | |||
<tr> | |||
<td style="padding: 8px 0; color: #6b7280; font-weight: 600;">Format</td> | |||
<td style="padding: 8px 0; color: #111827; text-align: right;">{{{format}}}</td> | |||
</tr> | |||
</table> | |||
</div> | |||
< | <div style="background: #f3f4f6; padding: 12px; border-top: 1px solid #e5e7eb;"> | ||
<div style="text-align: center; font-size: 0.75em; font-weight: 700; color: #9ca3af; text-transform: uppercase; margin-bottom: 8px; letter-spacing: 1px;">Chronologie des concerts</div> | |||
<div style="display: flex; justify-content: space-between; align-items: center; gap: 10px;"> | |||
<div style="flex: 1; font-size: 0.8em; color: #2596be; font-weight: 600;">{{{precedent}}}</div> | |||
< | <div style="color: #d1d5db;">|</div> | ||
< | <div style="flex: 1; font-size: 0.8em; color: #2596be; font-weight: 600; text-align: right;">{{{suivant}}}</div> | ||
</div> | |||
</div> | |||
</aside> | |||
</ | |||
</ | |||
</ | |||
</includeonly><noinclude> | </includeonly><noinclude> | ||
| Ligne 57 : | Ligne 53 : | ||
{ | { | ||
"params": { | "params": { | ||
"titre": { "label": "Nom du | "titre": { "label": "Nom du Concert", "type": "string", "required": true, "example": "Live at Pauline Roland" }, | ||
"artiste": { "label": "Artiste / Groupe", "type": "string", "suggested": true, "example": "Wreck" }, | "artiste": { "label": "Artiste / Groupe", "type": "string", "suggested": true, "example": "Wreck" }, | ||
"image": { "label": " | "image": { "label": "Image (Code)", "description": "Exemple: [[Fichier:Nom.jpg|250px]]", "type": "string" }, | ||
"legende": { "label": "Légende", "type": "string" }, | "legende": { "label": "Légende", "description": "Texte sous l'image", "type": "string" }, | ||
"date": { "label": "Date", " | "date": { "label": "Date", "type": "string", "suggested": true, "example": "10 octobre 2025" }, | ||
"lieu": { "label": "Lieu", " | "lieu": { "label": "Lieu / Salle", "type": "string", "suggested": true, "example": "Chevilly-Larue" }, | ||
"duree": { "label": "Durée", "type": "string" }, | "duree": { "label": "Durée", "type": "string" }, | ||
"genre": { "label": "Genre", "type": "string" }, | "genre": { "label": "Genre", "type": "string" }, | ||
"format": { "label": "Format", "description": "DVD, | "format": { "label": "Format", "description": "Ex: Digital, DVD, VHS", "type": "string" }, | ||
"precedent": { "label": " | "precedent": { "label": "Précédent", "description": "Nom du concert avant celui-ci", "type": "string" }, | ||
"suivant": { "label": " | "suivant": { "label": "Suivant", "description": "Nom du concert après celui-ci", "type": "string" } | ||
}, | }, | ||
"description": "Infobox | "description": "Infobox moderne pour les concerts et captations live.", | ||
"format": "block" | "format": "block" | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||
Version du 22 février 2026 à 01:29
Documentation
Infobox moderne pour les concerts et captations live.
| Paramètre | Description | Type | État | |
|---|---|---|---|---|
| Nom du Concert | titre | aucune description
| Chaîne | obligatoire |
| Artiste / Groupe | artiste | aucune description
| Chaîne | suggéré |
| Image (Code) | image | Exemple: [[Fichier:Nom.jpg|250px]] | Chaîne | facultatif |
| Légende | legende | Texte sous l'image | Chaîne | facultatif |
| Date | date | aucune description
| Chaîne | suggéré |
| Lieu / Salle | lieu | aucune description
| Chaîne | suggéré |
| Durée | duree | aucune description | Chaîne | facultatif |
| Genre | genre | aucune description | Chaîne | facultatif |
| Format | format | Ex: Digital, DVD, VHS | Chaîne | facultatif |
| Précédent | precedent | Nom du concert avant celui-ci | Chaîne | facultatif |
| Suivant | suivant | Nom du concert après celui-ci | Chaîne | facultatif |