Template:Song: Difference between revisions
Jump to navigation
Jump to search
Brumlesten (talk | contribs) No edit summary |
Brumlesten (talk | contribs) (Add more fields) |
||
| Line 18: | Line 18: | ||
! Released | ! Released | ||
{{!}} {{{released|}}} }}<!-- | {{!}} {{{released|}}} }}<!-- | ||
-->{{#if:{{{recorded|}}} | <br> | |||
{{!}}- | |||
! Recorded | |||
{{!}} {{{recorded|}}} }}<!-- | |||
-->{{#if:{{{studio|}}} | <br> | |||
{{!}}- | |||
! Studio | |||
{{!}} {{{studio|}}} }}<!-- | |||
-->{{#if:{{{genre|}}} | <br> | -->{{#if:{{{genre|}}} | <br> | ||
| Line 142: | Line 152: | ||
"example": "Y", | "example": "Y", | ||
"type": "boolean" | "type": "boolean" | ||
}, | |||
"recorded": { | |||
"label": "Recorded", | |||
"description": "What period of time was it recorded", | |||
"example": "31 May 1972 - 9 February 1973", | |||
"type": "string" | |||
}, | |||
"studio": { | |||
"label": "Studio", | |||
"description": "What studio was it recorded in", | |||
"example": "Chillington Studios", | |||
"type": "string" | |||
} | } | ||
} | } | ||
Revision as of 21:25, 27 February 2026
| "Song Name" | |
|---|---|
Song by |
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Name | name | The name of the song
| String | required |
| Cover Photo | cover | Cover Photo of the single (or album of the song if not a single) (defaults to a 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/single released
| Date | optional |
| Genre | genre | The genres of the song
| String | optional |
| Length | length | The length of the song (minutes:seconds)
| String | optional |
| Label | label | The label the song/single was released under
| String | optional |
| Writer | writer | Who wrote the song
| String | optional |
| Producer | producer | Who produced the song
| 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 | Write True or Y if it's a single, leave empty if not
| Boolean | optional |
| Recorded | recorded | What period of time was it recorded
| String | optional |
| Studio | studio | What studio was it recorded in
| String | optional |