It contains usage information,
categories and other content that is not part of the original template page.
This template uses Lua :
Usage
This template creates an ordered Track List. See below on how to include text in the middle of the list that isn't a numbered item.
Syntax
Simple
{{ Track list | entry1 | entry2 | ... }}
Offset starting value
{{ Track list | start = start number | entry1 | entry2 | ... }}
Examples
Example 1 - Normal Usage
{{Track list
| Track 01
| Track 02
| Track 03
| Track 04
| Track 05
| Track 06
| Track 07
| Track 08
| Track 09
| Track 10
}}
→
Track 01 Track 02 Track 03 Track 04 Track 05 Track 06 Track 07 Track 08 Track 09 Track 10
Example 2 - Using |start=
{{Tlist
| start = 20
| 「オフの日」
| 「家でしか見られない顔」
| 「練習」
| 「番組アンケート」
| 「キスの息継ぎ」
| 「山瀬のヒヤヒヤ」
| 「三原の悪ふざけ」
| 「眠れない夜」
| 「やきもち」
}}
→
「オフの日」 「家でしか見られない顔」 「練習」 「番組アンケート」 「キスの息継ぎ」 「山瀬のヒヤヒヤ」 「三原の悪ふざけ」 「眠れない夜」 「やきもち」
Example of breaking a list to include non-numbered text
Use {{ Indent }} with a value of 5
{{Track list
| 「オフの日」
| 「家でしか見られない顔」
| 「練習」
| 「番組アンケート」
| 「キスの息継ぎ」
{{in |5 }} '''Story 2'''
| 「山瀬のヒヤヒヤ」
| 「三原の悪ふざけ」
| 「眠れない夜」
| 「やきもち」
}}
→
「オフの日」 「家でしか見られない顔」 「練習」 「番組アンケート」 「キスの息継ぎ」
Story 2 「山瀬のヒヤヒヤ」 「三原の悪ふざけ」 「眠れない夜」 「やきもち」
Note: Indent the text (above example Story 2 ) using the shown method or using {{Block indent }} with |left=4
, like {{bi|left = 4|Text}}
.
Do not use {{br }} because it does not indent the text enough.
Example of creating a break in a long list with the same name for each entry
Use {{ Indent }} with a value of 5
{{Track list
| It's On Me
| ドラマ:天使が堕ちた日
{{in |5 }} '''~'''
| item3_value = 19
| ドラマ:天使が堕ちた日
| LOST ANGEL
}}
→
It's On Me ドラマ:天使が堕ちた日
~ ドラマ:天使が堕ちた日 LOST ANGEL
TemplateData
Template parameters
Parameter Description Type Status Start start
Label for the first item in the list; a positive integer
Default 1 String optional