Template:Infobox Song: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 1: Line 1:
<table class="infobox">
<tr>
<th class="infobox-title" colspan=2>{{{title|{{PAGENAME}}}}}</th>
</tr>
{{#if:{{{image|}}}|
<tr>
<td class="infobox-image" colspan=2>[[Image:{{{cover}}}|270px]]</td>
</tr>
}}
<tr><td colspan=2><hr/></td></tr>
<tr>
<th class="infobox-subheader" colspan=2>Song Data</th>
</tr>
{{#if:{{{jptitle|}}}|
<tr>
<td>''Japanese''</td>
<td>{{{jptitle}}}</td>
</tr>
}}
{{#if:{{{entitle|}}}|
<tr>
<td>''English''</td>
<td>{{{name_jp}}}</td>
</tr>
}}
{{#if:{{{composer|}}}|
<tr>
<td>''Composer''</td>
<td>{{{composer}}}</td>
</tr>
}}
{{#if:{{{arrangement|}}}|
<tr>
<td>''Arrangement''</td>
<td>''{{{arrangement}}}''</td>
</tr>
}}
</table>


<noinclude>
<noinclude>
Line 28: Line 69:
"type": "string"
"type": "string"
},
},
"Arrangement": {
"arrangement": {
"label": "Arrangement",
"label": "Arrangement",
"description": "the person who arranged the song",
"description": "the person who arranged the song",
"type": "string"
"type": "string"
},
},
"composition": {
"composer": {
"label": "Composition",
"label": "Composer",
"description": "the composer of the song",
"description": "the composer of the song",
"type": "string"
"type": "string"
},
},
"Lyrics": {
"lyrics": {
"label": "Lyrics",
"label": "Lyrics",
"description": "the person who wrote the lyrics",
"description": "the person who wrote the lyrics",
"type": "string"
"type": "string"
},
},
"Release Date": {
"release": {
"label": "Release",
"label": "Release",
"description": "the date the song was released",
"description": "the date the song was released",
Line 53: Line 94:
"title",
"title",
"cover",
"cover",
"Release Date",
"release",
"jptitle",
"jptitle",
"entitle",
"entitle",
"composition",
"composer",
"Arrangement",
"arrangement",
"Lyrics"
"lyrics"
],
],
"format": "block"
"format": "block"

Navigation menu