Template:Tracklist: Difference between revisions

From aepages
Jump to navigation Jump to search
(last of the min widths attempts)
(add documentation)
Line 10: Line 10:
{{tl finaltime|time=0:00}}
{{tl finaltime|time=0:00}}
}}}
}}}
{{!}}}
{{!}}}<noinclude>
Use the <code>list</code> parameter to control how the tracklist is laid out. You can use [[Template:tl section|sections]], [[Template:tl track|track names]], [[Template:tl total|total runtime]], and [[Template:tl finaltime|final runtime]] (i.e. including bonus tracks).
 
Example:
<pre>
{{Tracklist|list=
{{tl track|number=1|title=Track 1|length=5:00}}
{{tl track|number=2|title=Track 2|length=5:00}}
{{tl total|time=10:00}}
{{tl track|number=3|title=Bonus track|length=2:50}}
{{tl finaltime|time=12:50}}
}}
</pre>
</noinclude>

Revision as of 10:27, 23 February 2024

# Title Length
SECTION
1 track 0:00
0:00
Total 0:00

Use the list parameter to control how the tracklist is laid out. You can use sections, track names, total runtime, and final runtime (i.e. including bonus tracks).

Example:

{{Tracklist|list=
{{tl track|number=1|title=Track 1|length=5:00}}
{{tl track|number=2|title=Track 2|length=5:00}}
{{tl total|time=10:00}}
{{tl track|number=3|title=Bonus track|length=2:50}}
{{tl finaltime|time=12:50}}
}}