Template:Song: Difference between revisions
Jump to navigation
Jump to search
Brumlesten (talk | contribs) No edit summary |
Brumlesten (talk | contribs) No edit summary |
||
| Line 32: | Line 32: | ||
{ | { | ||
"params": { | "params": { | ||
"name": {}, | "name": { | ||
"cover": {}, | "type": "string" | ||
"artist": {}, | }, | ||
"album": {}, | "cover": { | ||
"released": {}, | "type": "wiki-file-name" | ||
"genre": {}, | }, | ||
"length": {}, | "artist": { | ||
"label": {}, | "type": "string" | ||
"writer": {}, | }, | ||
"producer": {} | "album": { | ||
"type": "string" | |||
}, | |||
"released": { | |||
"type": "date" | |||
}, | |||
"genre": { | |||
"type": "string" | |||
}, | |||
"length": { | |||
"type": "string" | |||
}, | |||
"label": { | |||
"type": "string" | |||
}, | |||
"writer": { | |||
"type": "string" | |||
}, | |||
"producer": { | |||
"type": "string" | |||
} | |||
} | } | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||
Revision as of 16:36, 27 February 2026
| [[File:|250px]] | |
| Artist | |
| Album | |
| Released | |
| Genre | |
| Length | |
| Label | |
| Songwriter | |
| Producer | |
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| name | name | no description | String | optional |
| cover | cover | no description | File | optional |
| artist | artist | no description | String | optional |
| album | album | no description | String | optional |
| released | released | no description | Date | optional |
| genre | genre | no description | String | optional |
| length | length | no description | String | optional |
| label | label | no description | String | optional |
| writer | writer | no description | String | optional |
| producer | producer | no description | String | optional |