Template:Song: Difference between revisions
Jump to navigation
Jump to search
Brumlesten (talk | contribs) (Created page with "{| class="infobox" style="width:300px; font-size:90%;" ! colspan="2" style="text-align:center; font-size:125%; font-weight:bold;" | {{{name|}}} |- | colspan="2" style="text-align:center;" | [[File:{{{cover|}}}|250px]] |- ! Artist | {{{artist|}}} |- ! Album | {{{album|}}} |- ! Released | {{{released|}}} |- ! Genre | {{{genre|}}} |- ! Length | {{{length|}}} |- ! Label | {{{label|}}} |- ! Songwriter | {{{writer|}}} |- ! Producer | {{{producer|}}} |}") |
Brumlesten (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
{| class=" | {| class="songInfobox" | ||
! colspan="2 | ! colspan="2" | {{{name|}}} | ||
{{{name|}}} | |||
|- | |- | ||
| colspan="2 | | colspan="2" | [[File:{{{cover|}}}|250px]] | ||
[[File:{{{cover|}}}|250px]] | |||
|- | |- | ||
! Artist | ! Artist | ||
| {{{artist|}}} | | {{{artist|}}} | ||
|- | |- | ||
! Album | ! Album | ||
| {{{album|}}} | | {{{album|}}} | ||
|- | |- | ||
! Released | ! Released | ||
| {{{released|}}} | | {{{released|}}} | ||
|- | |- | ||
! Genre | ! Genre | ||
| {{{genre|}}} | | {{{genre|}}} | ||
|- | |- | ||
! Length | ! Length | ||
| {{{length|}}} | | {{{length|}}} | ||
|- | |- | ||
! Label | ! Label | ||
| {{{label|}}} | | {{{label|}}} | ||
|- | |- | ||
! Songwriter | ! Songwriter | ||
| {{{writer|}}} | | {{{writer|}}} | ||
|- | |- | ||
! Producer | ! Producer | ||
| {{{producer|}}} | | {{{producer|}}} | ||
|} | |} | ||
<templatedata> | |||
{ | |||
"description": "Infobox for a single", | |||
"params": { | |||
"name": { | |||
"label": "Song name", | |||
"description": "The title of the song", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"cover": { | |||
"label": "Cover image", | |||
"description": "File name of the cover image", | |||
"type": "wiki-file-name" | |||
}, | |||
"artist": { | |||
"label": "Artist", | |||
"description": "Artist who performed the song", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"album": { | |||
"label": "Album", | |||
"description": "Album the song appears on", | |||
"type": "string" | |||
}, | |||
"released": { | |||
"label": "Release date", | |||
"type": "date" | |||
}, | |||
"genre": { | |||
"label": "Genre", | |||
"type": "string" | |||
}, | |||
"length": { | |||
"label": "Length", | |||
"description": "Song duration", | |||
"type": "string" | |||
}, | |||
"label": { | |||
"label": "Record label", | |||
"type": "string" | |||
}, | |||
"writer": { | |||
"label": "Songwriter", | |||
"type": "string" | |||
}, | |||
"producer": { | |||
"label": "Producer", | |||
"type": "string" | |||
} | |||
} | |||
} | |||
</templatedata> | |||
Revision as of 21:39, 25 February 2026
| [[File:|250px]] | |
| Artist | |
| Album | |
| Released | |
| Genre | |
| Length | |
| Label | |
| Songwriter | |
| Producer | |
Infobox for a single
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Song name | name | The title of the song | String | required |
| Cover image | cover | File name of the cover image | File | optional |
| Artist | artist | Artist who performed the song | String | required |
| Album | album | Album the song appears on | String | optional |
| Release date | released | no description | Date | optional |
| Genre | genre | no description | String | optional |
| Length | length | Song duration | String | optional |
| Record label | label | no description | String | optional |
| Songwriter | writer | no description | String | optional |
| Producer | producer | no description | String | optional |