Template:Song: Difference between revisions
Jump to navigation
Jump to search
Brumlesten (talk | contribs) No edit summary |
Brumlesten (talk | contribs) mNo edit summary |
||
| Line 9: | Line 9: | ||
Song by {{{artist|}}} {{#if:{{{album|}}} | from the album {{{album}}} }} }}<!-- | Song by {{{artist|}}} {{#if:{{{album|}}} | from the album {{{album}}} }} }}<!-- | ||
-->{{#if:{{{bside|}}} | <br> | --><hr>{{#if:{{{bside|}}} | <br> | ||
{{!}}- | {{!}}- | ||
! B-Side | ! B-Side | ||
Revision as of 21:15, 27 February 2026
| "Song Name" | |
|---|---|
| Song by |
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 |