Template:SongInfobox: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{Infobox | <noinclude> | ||
<div class="page-container">Template for displaying summary information about songs. | |||
'''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.''' | |||
<syntaxhighlight lang="html+handlebars">{{PersonInfobox | |||
|buttons= | |||
|song= | |||
|cover1= | |||
|cover2= | |||
|cover3= | |||
|length1= | |||
|length2= | |||
|length3= | |||
|type= | |||
|releasedate= | |||
|band= | |||
|label= | |||
|album= | |||
|prev= | |||
|next= | |||
|prev1= | |||
|next1= | |||
|prev2= | |||
|next2= | |||
}}</syntaxhighlight></div></noinclude>{{Infobox | |||
|bodyclass=infoboxsong {{{buttons|}}} | |bodyclass=infoboxsong {{{buttons|}}} | ||
|above={{{song}}} | |above={{{song}}} | ||
Line 17: | Line 42: | ||
|below=<div class="album-button">[[{{{album}}}]]</div> {{NavigationButtons|prev={{{prev}}}|next={{{next}}}|prev1={{{prev1}}}|next1={{{next1}}}|prev2={{{prev2}}}|next2={{{next2}}}}} | |below=<div class="album-button">[[{{{album}}}]]</div> {{NavigationButtons|prev={{{prev}}}|next={{{next}}}|prev1={{{prev1}}}|next1={{{next1}}}|prev2={{{prev2}}}|next2={{{next2}}}}} | ||
}} | }} | ||
Revision as of 22:00, 13 November 2020
Template for displaying summary information about songs.
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.
{{{song}}} | |
{{{cover1}}}{{{cover2}}}{{{cover3}}} | |
Information | |
---|---|
Length | {{{length1}}} {{{length2}}} {{{length3}}} |
Type | {{{type}}} |
Release Date | {{{releasedate}}} |
Band | {{{band}}} |
Label | {{{label}}} |