|
|
(26 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| {| class="infoboxouter" | | {{#invoke:Infobox|main |
| | | | |sep=, |
| {| class="infoboxinner"
| | |image={{#if:{{{img|}}}|[[File:{{{img}}}.png{{!}}300x400px]]}} |
| ! class="infoboxtext" style="color:#fff;" | ''{{{name|}}}''<br><small><span lang="ja">'''{{{jpname|}}}'''</span></small> <small>''{{{roname|}}}''</small>
| | |title={{{name|{{BASEPAGENAME}}}}} |
| |}
| | |subtitle=Suikoden Character |
| |- | | |
| ! style="font-size:110%; text-align: center; font-style: italic" |{{{image}}}<br><small>''{{{caption|}}}''</small>
| | |sections=Intro, Product Information, Staff Information |
| |- | | |Intro=Description |
| | | | |Intro_nolabel=yes |
| {| width="100%" style="align:center;"
| | |Description_nolabel=yes |
| {{#if:{{{catalog|}}}| | | |Description_wide=yes |
| {{!-}}
| | |Description={{{caption|}}} |
| {{!}} class="infoboxfield" style="align:center" align="left" {{!}} '''Catalog No.'''
| | |
| {{!}}width="70%" class="infoboxfieldr" {{!}} {{{catalog|}}}
| | |Product Information=Japanese Name,Catalog No.,Publisher,Released,Price,Format |
| {{!}} | | |Japanese Name={{{jpname|}}} ''{{{roname|}}}'' |
| }}
| | |Catalog No.={{{catalog|}}} |
| |-
| | |Publisher={{{publisher|}}} |
| {{#if:{{{publisher|}}} | | | |Released={{{released|}}} |
| {{!}} class="infoboxfield" style="align:center" align="left" {{!}} '''Publisher'''
| | |Price={{{price|}}} |
| {{!}}width="70%" class="infoboxfieldr" {{!}}{{{publisher|}}}
| | |Format={{{format|}}} |
| {{!}}
| | |
| }} | | |Staff Information=Producer,Director,Composer,Arranger,Performer |
| |- | | |Producer={{{producer|}}} |
| {{#if:{{{released|}}} | | | |Director={{{director|}}} |
| {{!}} class="infoboxfield" style="align:center" align="left" {{!}} '''Released'''
| | |Composer={{{composer|}}} |
| {{!}}width="70%" class="infoboxfieldr" {{!}} {{{released|}}}
| | |Arranger={{{arranger|}}} |
| {{!}}
| | |Performer={{{performer|}}} |
| }}
| | |
| |-
| | }}<includeonly>[[Category:Albums and music releases]]{{#switch:{{{type}}}|Arrange=[[Category:Arrangement albums]]|Drama=[[Category:Drama CDs]]|DVD=[[Category:DVDs]]|OST=[[Category:Game soundtracks]]|OST Drama=[[Category:Game soundtracks]][[Category:Drama CDs]]|Promo=[[Category:Promotional CDs]]|#default=}}</includeonly><noinclude> |
| {{#if:{{{price|}}} |
| |
| {{!}} class="infoboxfield" style="align:center" align="left" {{!}} '''Price'''
| |
| {{!}}width="70%" class="infoboxfieldr" {{!}}{{{price|}}}
| |
| {{!}}
| |
| }}
| |
| |-
| |
| {{#if:{{{format|}}} |
| |
| {{!}} class="infoboxfield" style="align:center" align="left" {{!}} '''Format'''
| |
| {{!}}width="70%" class="infoboxfieldr" {{!}}{{{format|}}}
| |
| {{!}}
| |
| }}
| |
| |- | |
| {{#if:{{{producer|}}} |
| |
| {{!}} class="infoboxfield" style="align:center" align="left" {{!}} '''Produced by'''
| |
| {{!}}width="70%" class="infoboxfieldr" {{!}}{{{producer|}}}
| |
| {{!}}
| |
| }} | |
| |- | |
| {{#if:{{{director|}}} |
| |
| {{!}} class="infoboxfield" style="align:center" align="left" {{!}} '''Directed by'''
| |
| {{!}}width="70%" class="infoboxfieldr" {{!}}{{{director|}}}
| |
| {{!}}
| |
| }} | |
| |- | |
| {{#if:{{{composer|}}} |
| |
| {{!}} class="infoboxfield" style="align:center" align="left" {{!}} '''Composed by'''
| |
| {{!}}width="70%" class="infoboxfieldr" {{!}}{{{composer|}}}
| |
| {{!}}
| |
| }} | |
| |- | |
| {{#if:{{{arranger|}}} |
| |
| {{!}} class="infoboxfield" style="align:center" align="left" {{!}} '''Arranged by'''
| |
| {{!}}width="70%" class="infoboxfieldr" {{!}}{{{arranger|}}} | |
| {{!}}
| |
| }} | |
| |-
| |
| {{#if:{{{performer|}}} | | |
| {{!}} class="infoboxfield" style="align:center" align="left" {{!}} '''Performed by'''
| |
| {{!}}width="70%" class="infoboxfieldr" {{!}}{{{performer|}}}
| |
| {{!}}
| |
| }}
| |
| |-
| |
| {{#if:{{{lyrics|}}} |
| |
| {{!}} class="infoboxfield" style="align:center" align="left" {{!}} '''Lyrics by'''
| |
| {{!}}width="70%" class="infoboxfieldr" {{!}}{{{lyrics|}}}
| |
| {{!}}
| |
| }}
| |
| |}
| |
| |-
| |
| |}<includeonly>[[Category:Albums and music releases]]</includeonly><noinclude>
| |
| [[Category: Infobox templates]] | | [[Category: Infobox templates]] |
| == Usage == | | == Usage == |
| Use for games. | | Use for music and other albums. |
| <pre>{{Album | | <pre>{{Album |
| | name= The name of the game. | | |name= Album name |
| | logo= the game's logo | | |jpname= Album name in Japanese |
| | image= image of the game's box art | | |roname= Album's Japanese name in Romaji |
| | caption= optional caption for the box art if deemed necessary | | |image= [[File:Image Name.png|340x340px]] |
| | catalog= game's developer | | |caption= Of above image |
| | publisher= game's publisher | | |catalog= Album catalog no. |
| | released= for release dates | | |publisher= Konami Music Entertainment |
| | price= the RRP at time of initial release | | |released= {{JP}} Month Day, Year |
| | format= the number of cards included in the set | | |price= ¥RRP |
| | composer= number of units sold | | |format= 2 CD |
| | arranger= game released immediately prior | | |director= Credited director |
| | performer= game released immediately after
| | |composer= Credited composer |
| | lyrics= game released immediately after
| |
| }}</pre></noinclude> | | }}</pre></noinclude> |
Usage
Use for music and other albums.
{{Album
|name= Album name
|jpname= Album name in Japanese
|roname= Album's Japanese name in Romaji
|image= [[File:Image Name.png|340x340px]]
|caption= Of above image
|catalog= Album catalog no.
|publisher= Konami Music Entertainment
|released= {{JP}} Month Day, Year
|price= ¥RRP
|format= 2 CD
|director= Credited director
|composer= Credited composer
}}