Template:Song: Difference between revisions
Jump to navigation
Jump to search
Brumlesten (talk | contribs) m (Add played live parameter) |
Brumlesten (talk | contribs) No edit summary |
||
| Line 12: | Line 12: | ||
{{!}}- | {{!}}- | ||
! B-Side | ! B-Side | ||
{{!}} {{{bside|}}} }}<!-- | {{!}} style="vertical-align: text-top;" {{!}} {{{bside|}}} }}<!-- | ||
-->{{#if:{{{released|}}} | <br> | -->{{#if:{{{released|}}} | <br> | ||
{{!}}- | {{!}}- | ||
! Released | ! Released | ||
{{!}} {{{released|}}} }}<!-- | {{!}} style="vertical-align: text-top;" {{!}} {{{released|}}} }}<!-- | ||
-->{{#if:{{{recorded|}}} | <br> | -->{{#if:{{{recorded|}}} | <br> | ||
{{!}}- | {{!}}- | ||
! Recorded | ! Recorded | ||
{{!}} {{{recorded|}}} }}<!-- | {{!}} style="vertical-align: text-top;" {{!}} {{{recorded|}}} }}<!-- | ||
-->{{#if:{{{playedLive|}}} | <br> | -->{{#if:{{{playedLive|}}} | <br> | ||
{{!}}- | {{!}}- | ||
! Played Live | ! Played Live | ||
{{!}} {{{playedLive|}}} }}<!-- | {{!}} style="vertical-align: text-top;" {{!}} {{{playedLive|}}} }}<!-- | ||
-->{{#if:{{{studio|}}} | <br> | -->{{#if:{{{studio|}}} | <br> | ||
{{!}}- | {{!}}- | ||
! Studio | ! Studio | ||
{{!}} {{{studio|}}} }}<!-- | {{!}} style="vertical-align: text-top;" {{!}} {{{studio|}}} }}<!-- | ||
-->{{#if:{{{genre|}}} | <br> | -->{{#if:{{{genre|}}} | <br> | ||
{{!}}- | {{!}}- | ||
! Genre | ! Genre | ||
{{!}} {{{genre|}}} }}<!-- | {{!}} style="vertical-align: text-top;" {{!}} {{{genre|}}} }}<!-- | ||
-->{{#if:{{{length|}}} | <br> | -->{{#if:{{{length|}}} | <br> | ||
{{!}}- | {{!}}- | ||
! Length | ! Length | ||
{{!}} {{{length|}}} }}<!-- | {{!}} style="vertical-align: text-top;" {{!}} {{{length|}}} }}<!-- | ||
-->{{#if:{{{label|}}} | <br> | -->{{#if:{{{label|}}} | <br> | ||
{{!}}- | {{!}}- | ||
! Label | ! Label | ||
{{!}} {{{label|}}} }}<!-- | {{!}} style="vertical-align: text-top;" {{!}} {{{label|}}} }}<!-- | ||
-->{{#if:{{{writer|}}} | <br> | -->{{#if:{{{writer|}}} | <br> | ||
{{!}}- | {{!}}- | ||
! Writer | ! Writer | ||
{{!}} {{{writer|}}} }}<!-- | {{!}} style="vertical-align: text-top;" {{!}} {{{writer|}}} }}<!-- | ||
-->{{#if:{{{producer|}}} | <br> | -->{{#if:{{{producer|}}} | <br> | ||
{{!}}- | {{!}}- | ||
! Producer | ! Producer | ||
{{!}} {{{producer|}}} }}<!-- | {{!}} style="vertical-align: text-top;" {{!}} {{{producer|}}} }}<!-- | ||
-->{{#if:{{{bpm|}}} | <br> | -->{{#if:{{{bpm|}}} | <br> | ||
{{!}}- | {{!}}- | ||
! BPM | ! BPM | ||
{{!}} {{{bpm|}}} }}<!-- | {{!}} style="vertical-align: text-top;" {{!}} {{{bpm|}}} }}<!-- | ||
-->{{#if:{{{key|}}} | <br> | -->{{#if:{{{key|}}} | <br> | ||
{{!}}- | {{!}}- | ||
! Key | ! Key | ||
{{!}} {{{key|}}} }} | {{!}} style="vertical-align: text-top;" {{!}} {{{key|}}} }} | ||
|} | |} | ||
Revision as of 22:04, 27 February 2026
| "Song Name" | |
|---|---|
Song by |
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Cover Photo | cover | Cover Photo of the single (or album of the song if not a single) (defaults to a placeholder image)
| File | optional |
| Name | name | The name of the song
| String | required |
| Artist | artist | The artist of the song/album | String | required |
| Album | album | The name of the album, if part of an album
| String | optional |
| Is single | isSingle | Write True or Y if it's a single, leave empty if not
| Boolean | optional |
| B-Side | bside | If a single, what songs are on the b-side
| String | optional |
| Release Date | released | When was the song/single released
| Date | optional |
| Recorded | recorded | What period of time was it recorded
| String | optional |
| Played Live | playedLive | Has this been played live, and how many times
| String | optional |
| Studio | studio | What studio was it recorded in
| 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 |
| Genre | genre | The genres of the song
| String | optional |
| Writer | writer | Who wrote the song
| String | optional |
| Producer | producer | Who produced the song
| String | optional |
| BPM | bpm | The beats per minutes of the song
| Number | optional |
| Key | key | The key the song is in | String | optional |