| [[File:{{{image}}}|320x480px|thumb|center|]] | |
| {{{title}}} | |
|---|---|
| {{{subtitle}}} | |
| Album | {{{album}}} |
| Credits | |
| Composed by | {{{composer}}} |
| Arranged by | {{{arranger}}} |
| Written by | {{{writer}}} |
| Performed by | {{{performer}}} |
| Additional Credits | {{{additionalcredits}}} |
| Track Info | |
| Duration | {{{duration}}} |
| Track No. | {{{track}}} |
| Previous | {{{previous}}} |
| Next | {{{next}}} |
| Media | |
| Provided ID could not be validated. | |
| Provided ID could not be validated. | |
| Provided ID could not be validated. | |
Usage
{{song
| title=
| subtitle=
| album=
| composer=
| arranger=
| writer=
| performer=
| additionalcredits=
| image=
| duration=
| track=
| previous=
| next=
| spotify=
| youtube=
| soundcloud=
}}
Details
- title - The title of the track
- subtitle - Extra details to the title of the track e.g. Featuring "Lament for Gandalf" performed by Elizabeth Fraser
- album - The album that the track belongs to
- composer - Who the track was composed by
- arranger - Who the track was arranged by
- writer - Who the lyrics were written or prepared by
- performer - Who the track was performed by
- additionalcredits - Any additional credits available (e.g. Produced by, Orchestrated by, Conducted by, Special Thanks, Recorded at, etc..)
- image - The image should be set to 250px. Will usually be the same as the Album's image
- duration - The length of the track in minutes:seconds
- track - The track's track number on the album
- previous - The previous track on the album
- next - The next track on the album
- spotify - Given a Spotify song URL, embeds the media in the infobox
- youtube - Given a YouTube video URL, embeds the media in the infobox
- soundcloud - Given a SoundCloud song URL, embeds the media in the infobox
TemplateData
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| title | title | The title of the track
| String | required |
| subtitle | subtitle | Extra details to the title of the track
| String | optional |
| album | album | The album that the track belongs to
| String | required |
| Image | image | no description | File | suggested |
| Image width | imageWidth | Optional override for image width in px | Number | optional |
| Image height | imageHeight | Optional override for image height in px | Number | optional |
| Image caption | caption | Caption of the image | String | optional |
| composer | composer | Who the track was composed by | String | optional |
| arranger | arranger | Who the track was arranged by | String | optional |
| writer | writer | Who the lyrics were written or prepared by | String | optional |
| performer | performer | Who the track was performed by | String | optional |
| additionalcredits | additionalcredits | Any additional credits available (e.g. Produced by, Orchestrated by, Conducted by, Special Thanks, Recorded at, etc..) | String | optional |
| duration | duration | The length of the track in minutes:seconds | String | optional |
| track | track | The track's track number on the album | String | optional |
| previous | previous | The previous track on the album | String | optional |
| next | next | The next track on the album | String | optional |
| spotify | spotify | Given a Spotify song URL, embeds the media in the infobox
| String | optional |
| youtube | youtube | Given a YouTube video URL, embeds the media in the infobox
| String | optional |
| soundcloud | soundcloud | Given a SoundCloud song URL, embeds the media in the infobox
| String | optional |