Template:Song/doc

From Ivycomb Wiki

Summary[edit source]

Shows an infobox for a song.

Template data[edit source]

<templatedata> {

   "description": "Song infobox.",
   "format": "block",
   "params": {
       "title": {
           "label": "Title",
           "description": "The title of the song. Defaults to the page name.",
           "type": "line"
       },
       "image": {
           "label": "Cover artwork",
           "description": "The song's cover artwork. Usually the file name of an image.",
           "type": "wiki-file-name"
       },
       "caption": {
           "label": "Cover artwork caption",
           "description": "A caption for the cover artwork.",
           "type": "line"
       },
       "album": {
           "label": "Album",
           "description": "A link to the album of which this song is a track.",
           "type": "line"
       },
       "artist": {
           "label": "Artist(s)",
           "description": "The artist(s) of the song.",
           "type": "content"
       },
       "writer": {
           "label": "Writer(s)",
           "description": "The writer(s) of the song.",
           "type": "content"
       },
       "producer": {
           "label": "Producer(s)",
           "description": "The producer(s) of the song.",
           "type": "content"
       },
       "released": {
           "label": "Release date",
           "description": "The date on which the song released or will release.",
           "example": "January 1, 1970",
           "type": "line"
       },
       "recorded": {
           "label": "Recording date",
           "description": "The date or time frame within which the song was recorded.",
           "type": "line"
       },
       "genre": {
           "label": "Genre",
           "description": "The genre of the song.",
           "type": "content"
       },
       "length": {
           "label": "Length",
           "description": "The length of the song.",
           "example": "1:23",
           "type": "line"
       },
       "amazon": {
           "label": "Amazon link",
           "description": "A link to the song on Amazon.",
           "type": "url"
       },
       "apple": {
           "label": "Apple Music link",
           "description": "A link to the song on Apple Music.",
           "type": "url"
       },
       "bandcamp": {
           "label": "Bandcamp link",
           "description": "A link to the song on Bandcamp.",
           "type": "url"
       },
       "deezer": {
           "label": "Deezer link",
           "description": "A link to the song on Deezer.",
           "type": "url"
       },
       "genius": {
           "label": "Genius link",
           "description": "A link to the song on Genius.",
           "type": "url"
       },
       "shazam": {
           "label": "Shazam link",
           "description": "A link to the song on Shazam.",
           "type": "url"
       },
       "soundcloud": {
           "label": "SoundCloud link",
           "description": "A link to the song on SoundCloud.",
           "type": "url"
       },
       "spotify": {
           "label": "Spotify link",
           "description": "A link to the song on Spotify.",
           "type": "url"
       },
       "youtube": {
           "label": "YouTube link",
           "description": "A link to the song on YouTube.",
           "type": "url"
       },
       "previous": {
           "label": "Previous track",
           "description": "A link to the previous track in the album.",
           "type": "line"
       },
       "current": {
           "label": "Current track",
           "description": "A self-link to this song.",
           "type": "line"
       },
       "next": {
           "label": "Next track",
           "description": "A link to the next track in the album.",
           "type": "line"
       },
   }

} </templatedata>