Difference between revisions of "Template:Infobox album"

From Dwaia Wiki
Jump to navigation Jump to search
 
m (1 revision imported)
(No difference)

Revision as of 17:59, 26 January 2019

<infobox> <title source="title"><default>Unknown</default></title>

<image source="image"></image> <label>Artist</label><default>Unknown</default> <label>Released</label><default>Unknown</default> <label>Recorded</label><default>Unknown</default> <label>Length</label><default>Unknown</default> <label>Label</label><default>Unknown</default> <label>Producer</label><default>Unknown</default> </infobox>

Template documentation follows
Note: the template above may sometimes be partially or fully invisible.
Visit Template:Infobox_album/doc to edit this documentation. (How does this work?)

Description

To use this template, enter the following and fill in the appropriate fields. Most fields left blank will not show up. Don't forget to include brackets, to make the fields into links.

Syntax

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

Samples

{{infobox album
 | title         = Fleur
 | image         = Example.jpg
 | artist        = Marigold
 | released      = June 2012
 | recorded      = 2011
 | length        = 88:88
 | label         = Spring
 | producer      = Daffy
}}

Results in...

<infobox> <title source="title"><default>Unknown</default></title>

<image source="image"></image> <label>Artist</label><default>Unknown</default> <label>Released</label><default>Unknown</default> <label>Recorded</label><default>Unknown</default> <label>Length</label><default>Unknown</default> <label>Label</label><default>Unknown</default> <label>Producer</label><default>Unknown</default> </infobox>