Template:Song: Difference between revisions
Jump to navigation
Jump to search
Brumlesten (talk | contribs) No edit summary |
Brumlesten (talk | contribs) No edit summary |
||
| Line 3: | Line 3: | ||
|- | |- | ||
| colspan="2" style="text-align:center;" | [[File:{{{cover|Placeholder buffy.png}}}|250px]] | | colspan="2" style="text-align:center;" | [[File:{{{cover|Placeholder buffy.png}}}|250px]] | ||
| | {{#if:{{{isSingle|}}} | | ||
Single by {{{artist|Jamiroquai}}} {{#if:{{{album|}}} | from the album {{{album}}} }} | |||
| | |||
{{#if:{{{album|}}} | from the album {{{album}}} }} | |||
{{!}}- | {{!}}- | ||
! | ! Artist | ||
{{!}} {{{ | {{!}} {{{artist|Jamiroquai}}} }}<!-- | ||
-->{{#if:{{{bside|}}} | <br> | -->{{#if:{{{bside|}}} | <br> | ||
| Line 139: | Line 138: | ||
"description": "The key the song is in", | "description": "The key the song is in", | ||
"type": "string" | "type": "string" | ||
}, | |||
"isSingle": { | |||
"label": "Is single", | |||
"description": "True if the song was released as a single, false if it wasn't", | |||
"example": "True", | |||
"type": "boolean" | |||
} | } | ||
} | } | ||
Revision as of 21:10, 27 February 2026
| "Song Name" | |
|---|---|
| Artist | Jamiroquai |
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Name | name | The name of the song/album
| String | required |
| Cover Photo | cover | Cover Photo of the single/album (defaults to placeholder image)
| File | optional |
| Artist | artist | The artist of the song/album | String | required |
| Album | album | The name of the album, if part of an album
| String | optional |
| Release Date | released | When was the song/album released
| Date | optional |
| Genre | genre | The genres of the song/album
| String | optional |
| Length | length | The length of the song(minutes:seconds) / album (amount of tracks)
| String | optional |
| Label | label | The label the song/album was released under
| String | optional |
| Writer | writer | Who wrote the song/album
| String | optional |
| Producer | producer | Who produced the song/album
| String | optional |
| B-Side | bside | If a single, what songs are on the b-side
| String | optional |
| BPM | bpm | The beats per minutes of the song
| Number | optional |
| Key | key | The key the song is in | String | optional |
| Is single | isSingle | True if the song was released as a single, false if it wasn't
| Boolean | optional |