Template:LiveInfobox: Difference between revisions
No edit summary |
No edit summary |
||
(7 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
|above={{{live}}} | |above={{{live}}} | ||
|subheader={{ContentToggle}} | |subheader={{ContentToggle}} | ||
|image={{{cover1}}}{{{cover2}}}{{{cover3}}} | |image={{{cover|}}} {{{cover1|}}}{{{cover2|}}}{{{cover3|}}} | ||
|header1=Information | |header1=Information | ||
|label1= | |label1=Length | ||
|data1={{{ | |data1={{{length|}}} {{{length1|}}} {{{length2|}}} {{{length3|}}} | ||
|label2= | |label2=Type | ||
|data2={{{ | |data2={{{type|}}} | ||
|label3= | |label3=Format | ||
|data3={{{ | |data3={{{format|}}} | ||
|label4=Release Date | |label4=Release Date | ||
|data4={{{releasedate}}} | |data4={{{releasedate|}}} | ||
|label5=Product Code | |label5=Band | ||
| | |data5={{{band|}}} | ||
| | |label6=Label | ||
| | |data6={{{label|}}} | ||
| | |label7=Product Code | ||
| | |data7={{{code|}}} {{{code1|}}} {{{code2|}}} {{{code3|}}} | ||
| | |label8=Price | ||
}} | |data8={{{price|}}} {{{price1|}}} {{{price2|}}} {{{price3|}}} | ||
|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 | |||
}, | |||
"live": { | |||
"label": "Title", | |||
"description": "Title of the work.", | |||
"type": "string", | |||
"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." | |||
}, | |||
"price": { | |||
"label": "Price", | |||
"description": "Specify the price of each edition with the [[Template:EditionInline|EditionInline template]].", | |||
"type": "wiki-template-name", | |||
"suggested": true | |||
}, | |||
"price1": { | |||
"label": "Regular Edition Price", | |||
"description": "Price of the work's Regular Edition in Yen, tax included. Use comma to separate thousands.", | |||
"example": "¥1,800", | |||
"type": "string", | |||
"deprecated": "Use the EditionInline template in the Price parameter." | |||
}, | |||
"price2": { | |||
"label": "Limited Edition Price", | |||
"description": "Price of the work's Limited Edition in Yen, tax included. Use comma to separate thousands.", | |||
"example": "¥1,800", | |||
"type": "string", | |||
"deprecated": "Use the EditionInline template in the Price parameter." | |||
}, | |||
"price3": { | |||
"label": "Deluxe Edition Price", | |||
"description": "Price of the work's Deluxe Edition in Yen, tax included. Use comma to separate thousands.", | |||
"example": "¥10,000", | |||
"type": "string", | |||
"deprecated": "Use the EditionInline template in the Price 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": "24: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": "24: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": "24:07", | |||
"type": "string", | |||
"deprecated": "Use the EditionInline template in the Length parameter." | |||
}, | |||
"type": { | |||
"label": "Type of Release", | |||
"description": "Specify the type of release.", | |||
"example": "Story Concert", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"releasedate": { | |||
"label": "Release Date", | |||
"description": "The work's release date.", | |||
"example": "22 April 2015", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"code": { | |||
"label": "Product Code", | |||
"description": "Specify the product code for each edition with the [[Template:EditionInline|EditionInline template]].", | |||
"type": "wiki-template-name", | |||
"suggested": true | |||
}, | |||
"code1": { | |||
"label": "Regular Edition Product Code", | |||
"description": "Product code of the work's Regular Edition.", | |||
"example": "PCCA-04091", | |||
"type": "string", | |||
"deprecated": "Use the EditionInline template in the Code parameter." | |||
}, | |||
"code2": { | |||
"label": "Limited Edition Product Code", | |||
"description": "Product code of the work's Limited Edition.", | |||
"example": "PCCA-04090", | |||
"type": "string", | |||
"deprecated": "Use the EditionInline template in the Code parameter." | |||
}, | |||
"code3": { | |||
"label": "Deluxe Edition Product Code", | |||
"description": "Product code of the work's Deluxe Edition.", | |||
"example": "PCCA-04089", | |||
"type": "string", | |||
"deprecated": "Use the EditionInline template in the Code parameter." | |||
}, | |||
"band": { | |||
"label": "Performing Band", | |||
"description": "Specify the band that performed the work. For multiple bands, separate with <br> tags", | |||
"example": "Sound Horizon<br>Linked Horizon", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"label": { | |||
"label": "Record Label", | |||
"description": "Specify the label that published the work.", | |||
"example": "Pony Canyon", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"album": { | |||
"label": "Album", | |||
"description": "Specify the album performed in this recording.", | |||
"example": "Halloween to Yoru no Monogatari", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"prev": { | |||
"label": "Previous Recording", | |||
"description": "Page title for the previous recording in the release sequence. If the recording is first or last in the Live Performances sequence, use the Live Performances page title.", | |||
"example": "The Assorted Horizons", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"next": { | |||
"label": "Next Recording", | |||
"description": "Page title for the next recording in the release sequence. If the recording is first or last in the Live Performances sequence, use the Live Performances page title.", | |||
"example": "The Assorted Horizons", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"prev1": { | |||
"label": "Previous Recording (LE)", | |||
"description": "Page title for the previous recording in the release sequence. Required if recording has a Limited Edition. If the recording is first or last in the Live Performances sequence, use the Live Performances page title.", | |||
"example": "The Assorted Horizons", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"next1": { | |||
"label": "Next Recording (LE)", | |||
"description": "Page title for the next recording in the release sequence. Required if recording has a Limited Edition. If the recording is first or last in the Live Performances sequence, use the Live Performances page title.", | |||
"example": "The Assorted Horizons", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"prev2": { | |||
"label": "Previous Album (DX)", | |||
"description": "Page title for the previous recording in the release sequence. Required if recording has a Deluxe Edition. If the recording is first or last in the Live Performances sequence, use the Live Performances page title.", | |||
"example": "The Assorted Horizons", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"next2": { | |||
"label": "Next Recording (DX)", | |||
"description": "Page title for the next recording in the release sequence. Required if recording has a Deluxe Edition. If the recording is first or last in the Live Performances sequence, use the Live Performances page title.", | |||
"example": "The Assorted Horizons", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"format": { | |||
"label": "Format of Release", | |||
"description": "Specify the format of the release's distribution. DVD, Blu-Ray, etc.", | |||
"example": "Blu-Ray", | |||
"type": "string", | |||
"suggested": true | |||
} | |||
}, | |||
"description": "Template for the compact display of summary information for recorded lives (DVD/Blu-Ray).", | |||
"paramOrder": [ | |||
"buttons", | |||
"live", | |||
"cover", | |||
"cover1", | |||
"cover2", | |||
"cover3", | |||
"length", | |||
"length1", | |||
"length2", | |||
"length3", | |||
"type", | |||
"format", | |||
"releasedate", | |||
"band", | |||
"label", | |||
"code", | |||
"code1", | |||
"code2", | |||
"code3", | |||
"price", | |||
"price1", | |||
"price2", | |||
"price3", | |||
"album", | |||
"prev", | |||
"next", | |||
"prev1", | |||
"next1", | |||
"prev2", | |||
"next2" | |||
], | |||
"format": "block" | |||
} | |||
</templatedata> | |||
</noinclude> |
Latest revision as of 13:30, 7 June 2021
{{{live}}} | |
Information | |
---|---|
Template for the compact display of summary information for recorded lives (DVD/Blu-Ray).
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 | live | Title of the work. | String | 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 Release | type | Specify the type of release.
| String | suggested |
Format of Release | format | Specify the format of the release's distribution. DVD, Blu-Ray, etc.
| String | suggested |
Release Date | releasedate | The work's release date.
| String | suggested |
Performing Band | band | Specify the band that performed the work. For multiple bands, separate with <br> tags
| String | suggested |
Record Label | label | Specify the label that published the work.
| String | suggested |
Product Code | code | Specify the product code for each edition with the [[Template:EditionInline|EditionInline template]]. | Template | suggested |
Regular Edition Product Code | code1 | Product code of the work's Regular Edition.
| String | deprecated |
Limited Edition Product Code | code2 | Product code of the work's Limited Edition.
| String | deprecated |
Deluxe Edition Product Code | code3 | Product code of the work's Deluxe Edition.
| String | deprecated |
Price | price | Specify the price of each edition with the [[Template:EditionInline|EditionInline template]]. | Template | suggested |
Regular Edition Price | price1 | Price of the work's Regular Edition in Yen, tax included. Use comma to separate thousands.
| String | deprecated |
Limited Edition Price | price2 | Price of the work's Limited Edition in Yen, tax included. Use comma to separate thousands.
| String | deprecated |
Deluxe Edition Price | price3 | Price of the work's Deluxe Edition in Yen, tax included. Use comma to separate thousands.
| String | deprecated |
Album | album | Specify the album performed in this recording.
| String | suggested |
Previous Recording | prev | Page title for the previous recording in the release sequence. If the recording is first or last in the Live Performances sequence, use the Live Performances page title.
| String | suggested |
Next Recording | next | Page title for the next recording in the release sequence. If the recording is first or last in the Live Performances sequence, use the Live Performances page title.
| String | suggested |
Previous Recording (LE) | prev1 | Page title for the previous recording in the release sequence. Required if recording has a Limited Edition. If the recording is first or last in the Live Performances sequence, use the Live Performances page title.
| String | suggested |
Next Recording (LE) | next1 | Page title for the next recording in the release sequence. Required if recording has a Limited Edition. If the recording is first or last in the Live Performances sequence, use the Live Performances page title.
| String | suggested |
Previous Album (DX) | prev2 | Page title for the previous recording in the release sequence. Required if recording has a Deluxe Edition. If the recording is first or last in the Live Performances sequence, use the Live Performances page title.
| String | suggested |
Next Recording (DX) | next2 | Page title for the next recording in the release sequence. Required if recording has a Deluxe Edition. If the recording is first or last in the Live Performances sequence, use the Live Performances page title.
| String | suggested |