Template:SongInfobox: Difference between revisions
No edit summary |
No edit summary |
||
(20 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox | {{Infobox | ||
|above= | |bodyclass=infoboxsong {{{buttons|}}} | ||
|subheader= | |above={{{song}}} | ||
|image= | |subheader={{ContentToggle}} | ||
| | |image={{{cover|}}}{{{cover1|}}}{{{cover2|}}}{{{cover3|}}} | ||
|header1= | |header1=Information | ||
|label1= | |label1=Length | ||
|data1= | |data1={{{length|}}}{{{length1|}}} {{{length2|}}} {{{length3|}}} | ||
}} | |label2=Type | ||
|data2={{{type|}}} | |||
|label3=Release Date | |||
|data3={{{releasedate}}} | |||
|label4=Band | |||
|data4={{{band}}} | |||
|label5=Label | |||
|data5={{{label}}} | |||
|below={{#if: {{{album|}}}|<div class="album-button">[[{{{album}}}]]</div>|}} {{NavigationButtons|prev={{{prev}}}|next={{{next}}}|prev1={{{prev1}}}|next1={{{next1}}}|prev2={{{prev2}}}|next2={{{next2}}}}} | |||
}}<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"buttons": { | |||
"label": "Language and Edition Buttons", | |||
"description": "Specify what content-change buttons should display at the top of the infobox. Available options are no-re (no regular edition), no-le (no limited edition), no-dx (no deluxe/limited reservation edition), fc (fan club edition), and no-ro (no romaji option). Order does not matter.", | |||
"example": "fc no-le no-dx", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"song": { | |||
"label": "Title", | |||
"description": "Title of the work.", | |||
"type": "wiki-template-name", | |||
"required": true | |||
}, | |||
"cover": { | |||
"label": "Cover", | |||
"description": "Specify the files to be displayed as each edition's cover with the [[Template:EditionInline|EditionInline template]].", | |||
"example": "{{EditionInline|re=[[File:NeinCover.jpg]]|le=[[File:NeinCover2.jpg]]|dx=[[File:NeinCover3.jpg]]}}", | |||
"type": "wiki-template-name", | |||
"suggested": true | |||
}, | |||
"cover1": { | |||
"label": "Regular Edition Cover", | |||
"description": "Specify the file to be displayed as the Regular Edition cover.", | |||
"example": "[[File:VaniSutaCover.jpg]]", | |||
"type": "wiki-file-name", | |||
"deprecated": "Use the EditionInline template in the Cover parameter." | |||
}, | |||
"cover2": { | |||
"label": "Limited Edition Cover", | |||
"description": "Specify the file to be displayed as the Limited Edition cover.", | |||
"example": "[[File:VaniSutaCover2.jpg]]", | |||
"type": "wiki-file-name", | |||
"deprecated": "Use the EditionInline template in the Cover parameter." | |||
}, | |||
"cover3": { | |||
"label": "Deluxe Edition Cover", | |||
"description": "Specify the file to be displayed as the Deluxe Edition cover.", | |||
"example": "[[File:VaniSutaCover3.jpg]]", | |||
"type": "wiki-file-name", | |||
"deprecated": "Use the EditionInline template in the Cover parameter." | |||
}, | |||
"length": { | |||
"label": "Length", | |||
"description": "Specify the length of each edition with the [[Template:EditionInline|EditionInline template]].", | |||
"type": "wiki-template-name", | |||
"suggested": true | |||
}, | |||
"length1": { | |||
"label": "Regular Edition Length", | |||
"description": "Total length of the content's Regular Edition in minutes and seconds. Does not include length of content on bonus discs.", | |||
"example": "4:07", | |||
"type": "string", | |||
"deprecated": "Use the EditionInline template in the Length parameter." | |||
}, | |||
"length2": { | |||
"label": "Limited Edition Length", | |||
"description": "Total length of the content's Limited Edition in minutes and seconds. Does not include length of content on bonus discs.", | |||
"example": "4:07", | |||
"type": "string", | |||
"deprecated": "Use the EditionInline template in the Length parameter." | |||
}, | |||
"length3": { | |||
"label": "Deluxe Edition Length", | |||
"description": "Total length of the content's Deluxe Edition in minutes and seconds. Does not include length of content on bonus discs.", | |||
"example": "4:07", | |||
"type": "string", | |||
"deprecated": "Use the EditionInline template in the Length parameter." | |||
}, | |||
"type": { | |||
"label": "Type of Song", | |||
"description": "Specify the type of song. Available options are Vocal, Instrumental, Narration.", | |||
"example": "Vocal", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"releasedate": { | |||
"label": "Release Date", | |||
"description": "The work's release date. Same as the album's release date.", | |||
"example": "1 October 2014", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"band": { | |||
"label": "Recording Band", | |||
"description": "Specify the band that recorded the work. Not necessary for works only credited to Revo.", | |||
"example": "Sound Horizon", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"label": { | |||
"label": "Record Label", | |||
"description": "Specify the label that published the work. Use Doujin for independently published works.", | |||
"example": "Pony Canyon", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"album": { | |||
"label": "Album", | |||
"description": "Specify the album this song is a part of.", | |||
"example": "Chronicle", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"prev": { | |||
"label": "Previous Song", | |||
"description": "Page title for the previous song in the album's sequence. Use album title if the current song is the first or last in the sequence.", | |||
"example": "Yodaka no Hoshi", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"next": { | |||
"label": "Next Song", | |||
"description": "Page title for the next song in the album's sequence. Use album title if the current song is the first or last in the sequence.", | |||
"example": "Mother", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"prev1": { | |||
"label": "Previous Song (LE)", | |||
"description": "Page title for the previous song in the album's Limited Edition sequence. Use album title if the current song is the first or last in the sequence.", | |||
"example": "Yodaka no Hoshi", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"next1": { | |||
"label": "Next Song (LE)", | |||
"description": "Page title for the next song in the album's Limited Edition sequence. Use album title if the current song is the first or last in the sequence.", | |||
"example": "Mother", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"prev2": { | |||
"label": "Previous Album (DX)", | |||
"description": "Page title for the previous song in the album's Deluxe Edition sequence. Use album title if the current song is the first or last in the sequence.", | |||
"example": "Yodaka no Hoshi", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"next2": { | |||
"label": "Next Song (DX)", | |||
"description": "Page title for the next song in the album's Deluxe Edition sequence. Use album title if the current song is the first or last in the sequence.", | |||
"example": "Mother", | |||
"type": "string", | |||
"suggested": true | |||
} | |||
}, | |||
"description": "Template for the compact display of summary information for songs and other audio tracks.", | |||
"format": "block" | |||
} | |||
</templatedata> | |||
</noinclude> |
Latest revision as of 13:30, 7 June 2021
{{{song}}} | |
Information | |
---|---|
Release Date | {{{releasedate}}} |
Band | {{{band}}} |
Label | {{{label}}} |
Template for the compact display of summary information for songs and other audio tracks.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Language and Edition Buttons | buttons | Specify what content-change buttons should display at the top of the infobox. Available options are no-re (no regular edition), no-le (no limited edition), no-dx (no deluxe/limited reservation edition), fc (fan club edition), and no-ro (no romaji option). Order does not matter.
| String | suggested |
Title | song | Title of the work. | Template | required |
Cover | cover | Specify the files to be displayed as each edition's cover with the [[Template:EditionInline|EditionInline template]].
| Template | suggested |
Regular Edition Cover | cover1 | Specify the file to be displayed as the Regular Edition cover.
| File | deprecated |
Limited Edition Cover | cover2 | Specify the file to be displayed as the Limited Edition cover.
| File | deprecated |
Deluxe Edition Cover | cover3 | Specify the file to be displayed as the Deluxe Edition cover.
| File | deprecated |
Length | length | Specify the length of each edition with the [[Template:EditionInline|EditionInline template]]. | Template | suggested |
Regular Edition Length | length1 | Total length of the content's Regular Edition in minutes and seconds. Does not include length of content on bonus discs.
| String | deprecated |
Limited Edition Length | length2 | Total length of the content's Limited Edition in minutes and seconds. Does not include length of content on bonus discs.
| String | deprecated |
Deluxe Edition Length | length3 | Total length of the content's Deluxe Edition in minutes and seconds. Does not include length of content on bonus discs.
| String | deprecated |
Type of Song | type | Specify the type of song. Available options are Vocal, Instrumental, Narration.
| String | suggested |
Release Date | releasedate | The work's release date. Same as the album's release date.
| String | suggested |
Recording Band | band | Specify the band that recorded the work. Not necessary for works only credited to Revo.
| String | suggested |
Record Label | label | Specify the label that published the work. Use Doujin for independently published works.
| String | suggested |
Album | album | Specify the album this song is a part of.
| String | suggested |
Previous Song | prev | Page title for the previous song in the album's sequence. Use album title if the current song is the first or last in the sequence.
| String | suggested |
Next Song | next | Page title for the next song in the album's sequence. Use album title if the current song is the first or last in the sequence.
| String | suggested |
Previous Song (LE) | prev1 | Page title for the previous song in the album's Limited Edition sequence. Use album title if the current song is the first or last in the sequence.
| String | suggested |
Next Song (LE) | next1 | Page title for the next song in the album's Limited Edition sequence. Use album title if the current song is the first or last in the sequence.
| String | suggested |
Previous Album (DX) | prev2 | Page title for the previous song in the album's Deluxe Edition sequence. Use album title if the current song is the first or last in the sequence.
| String | suggested |
Next Song (DX) | next2 | Page title for the next song in the album's Deluxe Edition sequence. Use album title if the current song is the first or last in the sequence.
| String | suggested |