Wiki Berserk
S'inscrire
Advertisement

Description[]

Ce modèle affiche une infobox pour les articles de type album musical.

Note : ce modèle utilise InfoboxBuilder, consultez cette page pour plus d'informations.

Syntaxe[]

Pour utiliser ce modèle, copier le code suivant et remplissez les champs adéquats.

{{infobox album
 | titre         = 
 | image         = [ex. Example.jpg]
 | imagewidth    = [ex. 150] [par défaut : 210 (pixels)]
 | légendeimage  = 
 | artiste       = 
 | sortie        = 
 | enregistré    = 
 | durée         = 
 | label         = 
 | producteur    = 
}}

Exemple[]

{{infobox album
 | titre         = Fleur
 | image         = Example.jpg
 | artiste       = Marigold
 | sortie        = Juin 2012
 | enregistré    = 2011
 | durée         = 88:88
 | label         = Spring
 | producteur    = Daffy
}}

donne...

{{#infoboxbuilder: | 0:MainImageCaption = On

| 1:Type = Title | 1:Value = Fleur

| 2:Type = MainImage | 2:Value = Example | 2:Label =

| 3:Type = Header | 3:Value = Informations générales

| 4:Type = Line | 4:Label = Artiste | 4:Value = Marigold

| 5:Type = Line | 5:Label = Sortie | 5:Value = Juin 2012

| 6:Type = Line | 6:Label = Enregistré | 6:Value = 2011

| 7:Type = Line | 7:Label = Durée | 7:Value = 88:88

| 8:Type = Line | 8:Label = Label | 8:Value = Spring

| 9:Type = Line | 9:Label = Producteur | 9:Value = Daffy

}}

Advertisement