|
|
| Line 28: |
Line 28: |
| | {{{producer|}}} | | | {{{producer|}}} |
| |} | | |} |
|
| |
| <noInclude>
| |
| {{Documentation}}
| |
| <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>
| |
| </noInclude>
| |