Template:Track list/doc
< Template:Track list
Jump to navigation
Jump to search
Revision as of 12:28, 17 August 2023 by Penguinplushie (talk | contribs)
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
- Track 01
- Track 02
- Track 03
- Track 04
- Track 05
- Track 06
- Track 07
- Track 08
- Track 09
- Track 10
{{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
- Use {{Indent}} with a value of 5.
- 「オフの日」
- 「家でしか見られない顔」
- 「練習」
- 「番組アンケート」
- 「キスの息継ぎ」
Story 2 - 「山瀬のヒヤヒヤ」
- 「三原の悪ふざけ」
- 「眠れない夜」
- 「やきもち」
{{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.
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 |