Template:Infobox Song: Difference between revisions

From Umamusume Wiki
Jump to navigation Jump to search
(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"
}
}
},
},

Revision as of 11:40, 23 February 2024


Infobox for songs

Template parameters[Edit template data]

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Song Titletitle

title of the song in romaji

Page namesuggested
Album Covercover

cover of the album this song originated from

Filesuggested
ReleaseRelease Date

the date the song was released

Stringoptional
JP Titlejptitle

song title in japanese

Stringsuggested
EN Titleentitle

translation of the song's title in english

Stringsuggested
Compositioncomposition

the composer of the song

Stringoptional
ArrangementArrangement

the person who arranged the song

Stringoptional
LyricsLyrics

the person who wrote the lyrics

Stringoptional