Template:Track list/doc

From HIBIKIFORUM
< Template:Track list
Revision as of 06:43, 2 February 2024 by Penguinplushie (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Light bulb.png }}
It contains usage information, categories and other content that is not part of the original template page.


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
}}
  1. Track 01
  2. Track 02
  3. Track 03
  4. Track 04
  5. Track 05
  6. Track 06
  7. Track 07
  8. Track 08
  9. Track 09
  10. Track 10
Example 2 - Using |start=
{{Tlist
 | start = 20
 | 「オフの日」
 | 「家でしか見られない顔」
 | 「練習」
 | 「番組アンケート」
 | 「キスの息継ぎ」
 | 「山瀬のヒヤヒヤ」
 | 「三原の悪ふざけ」
 | 「眠れない夜」
 | 「やきもち」
}}
  1. 「オフの日」
  2. 「家でしか見られない顔」
  3. 「練習」
  4. 「番組アンケート」
  5. 「キスの息継ぎ」
  6. 「山瀬のヒヤヒヤ」
  7. 「三原の悪ふざけ」
  8. 「眠れない夜」
  9. 「やきもち」

Example of breaking a list to include non-numbered text

Use {{Indent}} with a value of 5
{{Track list
 | 「オフの日」
 | 「家でしか見られない顔」
 | 「練習」
 | 「番組アンケート」
 | 「キスの息継ぎ」
 {{in|5}} '''Story 2'''
 | 「山瀬のヒヤヒヤ」
 | 「三原の悪ふざけ」
 | 「眠れない夜」
 | 「やきもち」
}}
  1. 「オフの日」
  2. 「家でしか見られない顔」
  3. 「練習」
  4. 「番組アンケート」
  5. 「キスの息継ぎ」
          Story 2
  6. 「山瀬のヒヤヒヤ」
  7. 「三原の悪ふざけ」
  8. 「眠れない夜」
  9. 「やきもち」

     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
}}
  1. It's On Me
  2. ドラマ:天使が堕ちた日
          ~
  3. ドラマ:天使が堕ちた日
  4. LOST ANGEL

TemplateData

Creates an ordered track list for CD pages.

Template parameters

ParameterDescriptionTypeStatus
Startstart

Label for the first item in the list; a positive integer

Default
1
Stringoptional