Template:Track list
Revision as of 23:08, 21 June 2023 by Penguinplushie (talk | contribs) (Created page with "{{<includeonly>safesubst:</includeonly>#invoke:list|ordered}}<noinclude> {{Documentation}} <!-- Add categories to the /doc subpage, not here! --> </noinclude>")
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
{{Track list | Track 01 | Track 02 | Track 03 | Track 04 | Track 05 | Track 06 | Track 07 | Track 08 | Track 09 | Track 10 }} |
→ |
|
{{Tlist | start = 20 | 「オフの日」 | 「家でしか見られない顔」 | 「練習」 | 「番組アンケート」 | 「キスの息継ぎ」 | 「山瀬のヒヤヒヤ」 | 「三原の悪ふざけ」 | 「眠れない夜」 | 「やきもち」 }} |
→ |
|
Example of breaking a list to include non-numbered text
{{Track list | 「オフの日」 | 「家でしか見られない顔」 | 「練習」 | 「番組アンケート」 | 「キスの息継ぎ」 {{in|5}} '''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
{{Track list | It's On Me | ドラマ:天使が堕ちた日 {{in|5}} '''~''' | item3_value = 19 | ドラマ:天使が堕ちた日 | LOST ANGEL }} |
→ |
|
TemplateData
Creates an ordered track list for CD pages.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Start | start | Label for the first item in the list; a positive integer
| String | optional |