Template talk:Infobox Soundtrack

From GhibliWiki
Jump to: navigation, search

Inspired by the Books Template:

{{Infobox Soundtrack
  | name           =  SOUNDTRACK NAME
  | composer       =  COMPOSER
  | performer      =  GROUP THAT PLAYED (probably an orchestra of some sort)
  | title_orig     =  ORIGINAL TITLE IF NOT IN ENGLISH
  | image          =  IMAGE (prefer 1st edition - where permitted)
  | image_caption  =  IMAGE CAPTION (should describe the edition used if covers differ)
  | country        =  COUNTRY OF PUBLICATION
  | series         =  SERIES IF THERE IS ONE
  | publisher      =  PUBLISHER OF MAIN PUBLICATION (prefer 1st edition)
  | release_date   =  RELEASE DATE (original date<br/>reissue<br/>re-reissue)
  | media_type     =  MEDIA TYPE (CD, Tape, etc)
  | discs          =  NUMBER OF ITEMS
  | tracks         =  NUMBER OF INDIVIDUAL ELEMENTS
  | runtime        =  MINUTES
  | price          =  MANUFACTURER'S SUGGESTED RETAIL PRICE 
  | catalog        =  PUBLISHER SPECIFIC IDENTIFER (original<br/>reissue<br/>re-reissue)
  | preceded_by    =  TITLE OF PRIOR SOUNDTRACK IN SERIES
  | followed_by    =  TITLE OF SUBSEQUENT SOUNDTRACK IN SERIES
}}

Tracklist

{| class="tracklist"
|- 
! Track
! Title/[English translation]
! Notes
! Time
|-
| <TRACK #>
| <ORIGINAL_TITLE><br/>[<ENGLISH_TITLE>]
| <NOTES>
| <TIME>
|-
Repeat as necessary
|}
  • Wiki tables end with |} at the end with nothing else on the same line.