Template:TourInfobox: Difference between revisions
(Created page with "<noinclude> Template for displaying summary information about albums. '''Usage: Copy paste the code below, filling in relevant fields after the = sign. Fields that are left e...") |
No edit summary |
||
Line 7: | Line 7: | ||
<syntaxhighlight lang="html+handlebars">{{AlbumInfobox | <syntaxhighlight lang="html+handlebars">{{AlbumInfobox | ||
|buttons= | |buttons= | ||
| | |tour= | ||
|cover1= | |cover1= | ||
|cover2= | |cover2= | ||
Line 18: | Line 18: | ||
|length3= | |length3= | ||
|type= | |type= | ||
| | |country= | ||
| | |firstperf= | ||
| | |lastperf= | ||
|band= | |band= | ||
|label= | |label= | ||
| | |recording= | ||
|prev= | |prev= | ||
|next= | |next= | ||
Line 32: | Line 31: | ||
|next2= | |next2= | ||
}}</syntaxhighlight></noinclude>{{Infobox | }}</syntaxhighlight></noinclude>{{Infobox | ||
|bodyclass= | |bodyclass=infoboxtour {{{buttons|}}} | ||
|above={{{ | |above={{{tour}}} | ||
|subheader={{ContentToggle}} | |subheader={{ContentToggle}} | ||
|image={{{cover1}}}{{{cover2}}}{{{cover3}}} | |image={{{cover1}}}{{{cover2}}}{{{cover3}}} | ||
|header1=Information | |header1=Information | ||
|label1=Price | |label1=General Price | ||
|data1={{{price1}}} {{{price2}}} {{{price3}}} | |data1={{{price1|}}} | ||
| | |label2=Premium Price | ||
| | |data2={{{price2|}}} | ||
| | |label3=Fan Club Price | ||
| | |data3={{{price3|}}} | ||
| | |label4=Show Duration | ||
| | |data4={{{length1|}}} {{{length2|}}} {{{length3|}}} | ||
| | |label5=Type | ||
| | |data5={{{type|}}} | ||
| | |label6=Countries | ||
| | |data6={{{country|}}} | ||
| | |label7=First Performance | ||
| | |data7={{{firstperf}}} | ||
|label8=Last Performance | |||
|data8={{{lastperf}}} | |||
|label9=Band | |||
|data9={{{band}}} | |||
|label10=Recording | |||
|data10={{{recording}}} | |||
|below={{NavigationButtons|prev={{{prev}}}|next={{{next}}}|prev1={{{prev1}}}|next1={{{next1}}}|prev2={{{prev2}}}|next2={{{next2}}}}} | |below={{NavigationButtons|prev={{{prev}}}|next={{{next}}}|prev1={{{prev1}}}|next1={{{next1}}}|prev2={{{prev2}}}|next2={{{next2}}}}} | ||
}} | }} |
Revision as of 22:29, 31 December 2020
Template for displaying summary information about albums.
Usage: Copy paste the code below, filling in relevant fields after the = sign. Fields that are left empty or are removed will not show up in the generated infobox. If a song is on an album with a limited or deluxe edition, the fields
must be filled out, the highest numbers corresponding to deluxe edition information, and the lower to limited editions. To remove limited or deluxe edition buttons, add .no-le .no-dx
in the field buttons
{{{tour}}} | |
{{{cover1}}}{{{cover2}}}{{{cover3}}} | |
Information | |
---|---|
First Performance | {{{firstperf}}} |
Last Performance | {{{lastperf}}} |
Band | {{{band}}} |
Recording | {{{recording}}} |