Template:Song: Difference between revisions

From JamiroWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 50: Line 50:
{{!}}-  
{{!}}-  
! BPM  
! BPM  
{{!}} {{{bpm|}}} }}
{{!}} {{{bpm|}}} }}<!--
 
-->{{#if:{{{key|}}} | <br>
{{!}}-
! Key
{{!}} {{{key|}}} }}
|}
|}


Line 59: Line 64:
"name": {
"name": {
"type": "string",
"type": "string",
"required": true
"required": true,
"label": "Name",
"description": "The name of the song/album",
"example": "Feel So Good"
},
},
"cover": {
"cover": {
"type": "wiki-file-name",
"type": "wiki-file-name",
"default": "PlaceholderBuffy"
"default": "PlaceholderBuffy",
"label": "Cover Photo",
"description": "Cover Photo of the single/album (defaults to placeholder image)"
},
},
"artist": {
"artist": {
"type": "string",
"type": "string",
"required": true
"required": true,
"label": "Artist",
"description": "The artist of the song/album"
},
},
"album": {
"album": {
"type": "string"
"type": "string",
"label": "Album",
"description": "The name of the album, if part of an album",
"example": "A Funk Odyssey"
},
},
"released": {
"released": {
"type": "date"
"type": "date",
"label": "Release Date",
"description": "When was the song/album released",
"example": "September 3, 2001"
},
},
"genre": {
"genre": {
"type": "string"
"type": "string",
"label": "Genre",
"description": "The genres of the song/album",
"example": "Funk, Acid Jazz"
},
},
"length": {
"length": {
"type": "string"
"type": "string",
"label": "Length",
"description": "The length of the song(minutes:seconds) / album (amount of tracks) ",
"example": "5:21 or 13 tracks"
},
},
"label": {
"label": {
"type": "string"
"type": "string",
"label": "Label",
"description": "The label the song/album was released under",
"example": "Epic Records"
},
},
"writer": {
"writer": {
"type": "string",
"label": "Writer",
"description": "Who wrote the song/album",
"example": "Jay Kay & Toby Smith"
},
"producer": {
"type": "string",
"label": "Producer",
"description": "Who produced the song/album",
"example": "Rick Pope"
},
"bside": {
"label": "B-Side",
"description": "If a single, what songs are on the b-side",
"example": "Feel So Good (Knee Deep Remix)",
"type": "string"
"type": "string"
},
},
"producer": {
"bpm": {
"label": "BPM",
"description": "The beats per minutes of the song",
"example": "120",
"type": "number"
},
"key": {
"label": "Key",
"description": "The key the song is in",
"type": "string"
"type": "string"
}
}

Revision as of 20:51, 27 February 2026

"Song Name"
Artist Jamiroquai


No description.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Namename

The name of the song/album

Example
Feel So Good
Stringrequired
Cover Photocover

Cover Photo of the single/album (defaults to placeholder image)

Default
PlaceholderBuffy
Fileoptional
Artistartist

The artist of the song/album

Stringrequired
Albumalbum

The name of the album, if part of an album

Example
A Funk Odyssey
Stringoptional
Release Datereleased

When was the song/album released

Example
September 3, 2001
Dateoptional
Genregenre

The genres of the song/album

Example
Funk, Acid Jazz
Stringoptional
Lengthlength

The length of the song(minutes:seconds) / album (amount of tracks)

Example
5:21 or 13 tracks
Stringoptional
Labellabel

The label the song/album was released under

Example
Epic Records
Stringoptional
Writerwriter

Who wrote the song/album

Example
Jay Kay & Toby Smith
Stringoptional
Producerproducer

Who produced the song/album

Example
Rick Pope
Stringoptional
B-Sidebside

If a single, what songs are on the b-side

Example
Feel So Good (Knee Deep Remix)
Stringoptional
BPMbpm

The beats per minutes of the song

Example
120
Numberoptional
Keykey

The key the song is in

Stringoptional