Template:Album

From Garfcord Wiki
Revision as of 18:10, 2 August 2024 by GarfAdmin (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Template documentation
Note: portions of the template sample may not be visible without values provided.
View or edit this documentation. (About template documentation)
Editors can experiment in this template's sandbox and test case pages.

Description

To use this template, add the {{Album}} template and fill in the appropriate fields. Fields left blank will not appear in articles. This infobox template uses Fandom's infobox syntax.

Syntax

{{Album
 | title         = 
 | image         = [e.g. "Example.jpg"]
 | imagecaption  = 
 | artist        = 
 | released      = 
 | recorded      = 
 | length        = 
 | label         = 
 | producer      = 
}}

Sample output

<infobox type="Album"> <title source="title"/>

<image source="image"></image> <label>Artist</label> <label>Released</label> <label>Recorded</label> <label>Length</label> <label>Label</label> <label>Producer</label> </infobox>
{{Album
 | title         = Fleur
 | image         = Example.jpg
 | artist        = Marigold
 | released      = June 2012
 | recorded      = 2011
 | length        = 88:88
 | label         = Spring
 | producer      = Daffy
}}