Template:VocalTracklistRow: Difference between revisions

From Blank Chronicle
(Created page with "{{#ifeq {{{disc|}}}|disc| <div class="vocal-tracklist-row"> <h4 class="v-heading-group"> <div>{{{num}}}</div> <div>{{{title}}}</div> </h4> <div class="v-performers-group"> <h5...")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{#ifeq {{{disc|}}}|disc|
{{#ifeq: {{{disc|}}}|disc|
<div class="vocal-tracklist-row">
<div class="vocal-tracklist-row">
<h4 class="v-heading-group">
<h4 class="v-heading-group">
Line 20: Line 20:
</div>
</div>
</div>
</div>
}}
}}<noinclude>
<templatedata>
{
"params": {
"disc": {
"description": "Enter \"disc\" if the row is below a disc heading.",
"suggested": true
},
"num": {
"label": "Number of the track.",
"suggested": true
},
"title": {
"label": "Title",
"description": "Track title and link",
"suggested": true
},
"performers": {
"label": "Performers List",
"description": "Lead performers for the track, separated by commas.",
"suggested": true
}
}
}
</templatedata>
</noinclude>

Latest revision as of 16:44, 22 June 2022

{{{num}}}
{{{title}}}

Lead

{{{performers}}}

No description.

Template parameters

ParameterDescriptionTypeStatus
discdisc

Enter "disc" if the row is below a disc heading.

Unknownsuggested
Number of the track.num

no description

Unknownsuggested
Titletitle

Track title and link

Unknownsuggested
Performers Listperformers

Lead performers for the track, separated by commas.

Unknownsuggested