« 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 # | <aside class="infobox" style="width: 100%; max-width: 320px; float: right; clear: right; margin: 0 0 1em 1em; border: 1px solid #ced4da; border-radius: 8px; background: #ffffff; font-size: 0.9em; line-height: 1.5; font-family: sans-serif; overflow: hidden; box-shadow: 0 2px 4px rgba(0,0,0,0.1);"> | ||
<div style="background: | <div style="background: #e9ecef; color: #212529; padding: 10px; text-align: center; border-bottom: 1px solid #ced4da;"> | ||
<div style="font-weight: | <div style="font-weight: bold; font-size: 1.2em; font-style: italic;">{{{titre}}}</div> | ||
</div> | </div> | ||
<div style=" | <div style="background: #f8f9fa; color: #0056b3; text-align: center; padding: 5px; border-bottom: 1px solid #eee; font-weight: bold;"> | ||
Concert de {{{artiste}}} | |||
</div> | </div> | ||
<div style="padding: 10px | {{#if:{{{image|}}}| | ||
<div style="padding: 10px; text-align: center; background: white;"> | |||
{{{image}}} | |||
{{#if:{{{legende|}}}|<div style="font-size: 0.8em; color: #6c757d; margin-top: 5px;">{{{legende}}}</div>}} | |||
</div> | |||
}} | |||
<div style="padding: 5px 12px 12px 12px;"> | |||
<table style="width: 100%; border-collapse: collapse;"> | <table style="width: 100%; border-collapse: collapse;"> | ||
<tr> | {{#if:{{{date|}}}|<tr><td style="padding: 6px 0; border-bottom: 1px solid #f8f9fa; font-weight: bold; width: 40%;">Date</td><td style="padding: 6px 0; border-bottom: 1px solid #f8f9fa;">{{{date}}}</td></tr>}} | ||
{{#if:{{{lieu|}}}|<tr><td style="padding: 6px 0; border-bottom: 1px solid #f8f9fa; font-weight: bold;">Lieu</td><td style="padding: 6px 0; border-bottom: 1px solid #f8f9fa;">{{{lieu}}}</td></tr>}} | |||
{{#if:{{{ville|}}}|<tr><td style="padding: 6px 0; border-bottom: 1px solid #f8f9fa; font-weight: bold;">Ville</td><td style="padding: 6px 0; border-bottom: 1px solid #f8f9fa;">{{{ville}}}</td></tr>}} | |||
{{#if:{{{pays|}}}|<tr><td style="padding: 6px 0; border-bottom: 1px solid #f8f9fa; font-weight: bold;">Pays</td><td style="padding: 6px 0; border-bottom: 1px solid #f8f9fa;">{{{pays}}}</td></tr>}} | |||
<tr> | {{#if:{{{tournee|}}}|<tr><td style="padding: 6px 0; border-bottom: 1px solid #f8f9fa; font-weight: bold;">Tournée</td><td style="padding: 6px 0; border-bottom: 1px solid #f8f9fa;">{{{tournee}}}</td></tr>}} | ||
{{#if:{{{duree|}}}|<tr><td style="padding: 6px 0; border-bottom: 1px solid #f8f9fa; font-weight: bold;">Durée</td><td style="padding: 6px 0; border-bottom: 1px solid #f8f9fa;">{{{duree}}}</td></tr>}} | |||
{{#if:{{{genre|}}}|<tr><td style="padding: 6px 0; border-bottom: 1px solid #f8f9fa; font-weight: bold;">Genre</td><td style="padding: 6px 0; border-bottom: 1px solid #f8f9fa;">{{{genre}}}</td></tr>}} | |||
{{#if:{{{producteur|}}}|<tr><td style="padding: 6px 0; border-bottom: 1px solid #f8f9fa; font-weight: bold;">Producteur</td><td style="padding: 6px 0; border-bottom: 1px solid #f8f9fa;">{{{producteur}}}</td></tr>}} | |||
<tr> | {{#if:{{{label|}}}|<tr><td style="padding: 6px 0; border-bottom: 1px solid #f8f9fa; font-weight: bold;">Label</td><td style="padding: 6px 0; border-bottom: 1px solid #f8f9fa;">{{{label}}}</td></tr>}} | ||
<tr> | |||
<tr> | |||
</table> | </table> | ||
</div> | </div> | ||
<div style="background: # | <div style="background: #e9ecef; padding: 8px; text-align: center; font-size: 0.9em;"> | ||
<div style="font-weight: bold; margin-bottom: 5px; color: #495057;">Concerts de {{{artiste}}}</div> | |||
<div style="display: flex; justify-content: space-between; align-items: center; gap: | <div style="display: flex; justify-content: space-between; align-items: center; gap: 5px;"> | ||
<div style="flex: 1; | <div style="flex: 1; text-align: left;">{{#if:{{{precedent|}}}| ← {{{precedent}}} }}</div> | ||
<div style="flex: 1; text-align: right;">{{#if:{{{suivant|}}}| {{{suivant}}} → }}</div> | |||
<div style="flex: 1 | |||
</div> | </div> | ||
</div> | </div> | ||
| Ligne 50 : | Ligne 43 : | ||
== Documentation == | == Documentation == | ||
Ce modèle permet d'afficher une infobox pour un concert ou une captation live. | |||
<templatedata> | <templatedata> | ||
{ | { | ||
"params": { | "params": { | ||
"titre": { "label": " | "titre": { "label": "Titre du concert", "type": "string", "required": true, "example": "Live At Pauline Roland" }, | ||
"artiste": { "label": "Artiste | "artiste": { "label": "Artiste", "type": "string", "suggested": true, "example": "Wreck" }, | ||
"image": { "label": "Image | "image": { "label": "Image", "description": "Ex: [[Fichier:Nom.jpg|250px]]", "type": "string" }, | ||
"legende": { "label": "Légende", " | "legende": { "label": "Légende", "type": "string" }, | ||
" | "date": { "label": "Date du concert", "type": "string" }, | ||
" | "lieu": { "label": "Lieu / Salle", "type": "string" }, | ||
"ville": { "label": "Ville", "type": "string" }, | |||
"pays": { "label": "Pays", "type": "string" }, | |||
"tournee": { "label": "Tournée", "type": "string" }, | |||
"duree": { "label": "Durée", "type": "string" }, | "duree": { "label": "Durée", "type": "string" }, | ||
"genre": { "label": "Genre", "type": "string" }, | "genre": { "label": "Genre musical", "type": "string" }, | ||
" | "producteur": { "label": "Producteur", "type": "string" }, | ||
"precedent": { "label": " | "label": { "label": "Label", "type": "string" }, | ||
"suivant": { "label": " | "precedent": { "label": "Concert précédent", "type": "string" }, | ||
"suivant": { "label": "Concert suivant", "type": "string" } | |||
}, | }, | ||
"description": "Infobox | "description": "Infobox pour les lives et concerts.", | ||
"format": "block" | "format": "block" | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||
Version du 22 février 2026 à 01:33
Documentation
Ce modèle permet d'afficher une infobox pour un concert ou une captation live.
Infobox pour les lives et concerts.
| Paramètre | Description | Type | État | |
|---|---|---|---|---|
| Titre du concert | titre | aucune description
| Chaîne | obligatoire |
| Artiste | artiste | aucune description
| Chaîne | suggéré |
| Image | image | Ex: [[Fichier:Nom.jpg|250px]] | Chaîne | facultatif |
| Légende | legende | aucune description | Chaîne | facultatif |
| Date du concert | date | aucune description | Chaîne | facultatif |
| Lieu / Salle | lieu | aucune description | Chaîne | facultatif |
| Ville | ville | aucune description | Chaîne | facultatif |
| Pays | pays | aucune description | Chaîne | facultatif |
| Tournée | tournee | aucune description | Chaîne | facultatif |
| Durée | duree | aucune description | Chaîne | facultatif |
| Genre musical | genre | aucune description | Chaîne | facultatif |
| Producteur | producteur | aucune description | Chaîne | facultatif |
| Label | label | aucune description | Chaîne | facultatif |
| Concert précédent | precedent | aucune description | Chaîne | facultatif |
| Concert suivant | suivant | aucune description | Chaîne | facultatif |