Template:Infobox Song: Difference between revisions

Jump to navigation Jump to search
no edit summary
(Created page with " <noinclude> <templatedata> { "params": { "title": { "label": "Song Title", "description": "title of the song in romaji", "suggested": true }, "cover": { "label": "Album Cover", "description": "cover of the album this song originated from", "suggested": true }, "jptitle": { "label": "JP Title", "description": "song title in japanese", "suggested": true }, "entitle": { "label": "EN Title", "description": "translation of the...")
 
No edit summary
Line 7: Line 7:
"label": "Song Title",
"label": "Song Title",
"description": "title of the song in romaji",
"description": "title of the song in romaji",
"suggested": true
"suggested": true,
"type": "wiki-page-name"
},
},
"cover": {
"cover": {
"label": "Album Cover",
"label": "Album Cover",
"description": "cover of the album this song originated from",
"description": "cover of the album this song originated from",
"suggested": true
"suggested": true,
"type": "wiki-file-name"
},
},
"jptitle": {
"jptitle": {
"label": "JP Title",
"label": "JP Title",
"description": "song title in japanese",
"description": "song title in japanese",
"suggested": true
"suggested": true,
"type": "string"
},
},
"entitle": {
"entitle": {
"label": "EN Title",
"label": "EN Title",
"description": "translation of the song's title in english",
"description": "translation of the song's title in english",
"suggested": true
"suggested": true,
"type": "string"
},
},
"Arrangement": {
"Arrangement": {
"label": "Arrangement",
"label": "Arrangement",
"description": "the person who arranged the song"
"description": "the person who arranged the song",
"type": "string"
},
},
"composition": {
"composition": {
"label": "Composition",
"label": "Composition",
"description": "the composer of the song"
"description": "the composer of the song",
"type": "string"
},
},
"Lyrics": {
"Lyrics": {
"label": "Lyrics",
"label": "Lyrics",
"description": "the person who wrote the lyrics"
"description": "the person who wrote the lyrics",
"type": "string"
},
},
"Release Date": {
"Release Date": {
"label": "Release",
"label": "Release",
"description": "the date the song was released"
"description": "the date the song was released",
"type": "string"
}
}
},
},

Navigation menu