Template:Song: Difference between revisions

From JamiroWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 63: Line 63:
"required": true,
"required": true,
"label": "Name",
"label": "Name",
"description": "The name of the song/album",
"description": "The name of the song",
"example": "Feel So Good"
"example": "Feel So Good"
},
},
Line 70: Line 70:
"default": "PlaceholderBuffy",
"default": "PlaceholderBuffy",
"label": "Cover Photo",
"label": "Cover Photo",
"description": "Cover Photo of the single/album (defaults to placeholder image)"
"description": "Cover Photo of the single (or album of the song if not a single) (defaults to a placeholder image)"
},
},
"artist": {
"artist": {
Line 87: Line 87:
"type": "date",
"type": "date",
"label": "Release Date",
"label": "Release Date",
"description": "When was the song/album released",
"description": "When was the song/single released",
"example": "September 3, 2001"
"example": "September 3, 2001"
},
},
Line 93: Line 93:
"type": "string",
"type": "string",
"label": "Genre",
"label": "Genre",
"description": "The genres of the song/album",
"description": "The genres of the song",
"example": "Funk, Acid Jazz"
"example": "Funk, Acid Jazz"
},
},
Line 99: Line 99:
"type": "string",
"type": "string",
"label": "Length",
"label": "Length",
"description": "The length of the song(minutes:seconds) / album (amount of tracks) ",
"description": "The length of the song (minutes:seconds)",
"example": "5:21 or 13 tracks"
"example": "5:21"
},
},
"label": {
"label": {
"type": "string",
"type": "string",
"label": "Label",
"label": "Label",
"description": "The label the song/album was released under",
"description": "The label the song/single was released under",
"example": "Epic Records"
"example": "Epic Records"
},
},
Line 111: Line 111:
"type": "string",
"type": "string",
"label": "Writer",
"label": "Writer",
"description": "Who wrote the song/album",
"description": "Who wrote the song",
"example": "Jay Kay & Toby Smith"
"example": "Jay Kay & Toby Smith"
},
},
Line 117: Line 117:
"type": "string",
"type": "string",
"label": "Producer",
"label": "Producer",
"description": "Who produced the song/album",
"description": "Who produced the song",
"example": "Rick Pope"
"example": "Rick Pope"
},
},
Line 139: Line 139:
"isSingle": {
"isSingle": {
"label": "Is single",
"label": "Is single",
"description": "True if the song was released as a single, false if it wasn't",
"description": "Write True or Y if it's a single, leave empty if not",
"example": "True",
"example": "Y",
"type": "boolean"
"type": "boolean"
}
}

Revision as of 21:21, 27 February 2026

"Song Name"

Song by


No description.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Namename

The name of the song

Example
Feel So Good
Stringrequired
Cover Photocover

Cover Photo of the single (or album of the song if not a single) (defaults to a 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/single released

Example
September 3, 2001
Dateoptional
Genregenre

The genres of the song

Example
Funk, Acid Jazz
Stringoptional
Lengthlength

The length of the song (minutes:seconds)

Example
5:21
Stringoptional
Labellabel

The label the song/single was released under

Example
Epic Records
Stringoptional
Writerwriter

Who wrote the song

Example
Jay Kay & Toby Smith
Stringoptional
Producerproducer

Who produced the song

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
Is singleisSingle

Write True or Y if it's a single, leave empty if not

Example
Y
Booleanoptional