Template:Release Infobox: Difference between revisions
Jump to navigation
Jump to search
DanYeomans (talk | contribs) (Created page with "{| class="infobox" style="width: 30%; max-width: 400px; text-align: left; font-size: 90%;" cellspacing="2" |- |align="center" colspan="2" | '''''{{{type}}} Release''''' |- |st...") |
DanYeomans (talk | contribs) No edit summary |
||
Line 11: | Line 11: | ||
|style="font-size: 120%;" align="center"|''{{{japanese_title}}}'' | |style="font-size: 120%;" align="center"|''{{{japanese_title}}}'' | ||
|- | |- | ||
!Other | !Other Title(s): | ||
|style="font-size: 120%;" align="center"|''{{{other_titles}}}'' | |style="font-size: 120%;" align="center"|''{{{other_titles}}}'' | ||
|} | |} | ||
|- | |- | ||
| align="center" colspan="2" | {{#if: {{{image|}}} | {{{image|}}} | [[Image:Soundonly.jpg|Placeholder Image]]}} | | align="center" colspan="2" | {{#if: {{{image|}}} | {{{image|}}} | [[Image:Soundonly.jpg|Placeholder Image]]}} | ||
|- | |||
{{#if: {{{media|}}} |{{!}}- | |||
! Media | |||
{{!}} {{{media}}} }} | |||
|- | |- | ||
! Produced By | ! Produced By | ||
Line 23: | Line 27: | ||
|{{{released_by}}} | |{{{released_by}}} | ||
|- | |- | ||
! | ! Release Date | ||
|{{{release_date}}} | |{{{release_date}}} | ||
|- | |- | ||
! | ! Release Price | ||
|{{{release_price}}} | |{{{release_price}}} | ||
|- | |- | ||
{{#if: {{{contains|}}} |{{!}}- | {{#if: {{{contains|}}} |{{!}}- | ||
! | ! Contains | ||
{{!}} {{{contains}}} }} | {{!}} {{{contains}}} }} | ||
|- | |- | ||
{{#if: {{{related_releases|}}} |{{!}}- | {{#if: {{{related_releases|}}} |{{!}}- | ||
! | ! Related Release(s) | ||
{{!}} {{{related_releases}}} }} | {{!}} {{{related_releases}}} }} | ||
|- | |||
{{#if: {{{genre|}}} |{{!}}- | |||
! Genre(s) | |||
{{!}} {{{genre}}} }} | |||
|- | |||
{{#if: {{{modes|}}} |{{!}}- | |||
! Mode(s) | |||
{{!}} {{{modes}}} }} | |||
|- | |- | ||
! style="text-align: center; background: #DEDEE2; font-size: 110%" colspan="2" | '''Release chronology''' | ! style="text-align: center; background: #DEDEE2; font-size: 110%" colspan="2" | '''Release chronology''' | ||
Line 50: | Line 62: | ||
Just use the following code and fill in your values. | Just use the following code and fill in your values. | ||
For type, use "Audio", or "Video" | For type, use "Audio", "Video", or "Video Game". | ||
<pre> | <pre> | ||
Line 59: | Line 71: | ||
| type = | | type = | ||
| image = | | image = | ||
| media = | |||
| produced_by = | | produced_by = | ||
| released_by = | | released_by = | ||
Line 67: | Line 80: | ||
| prev = | | prev = | ||
| next = | | next = | ||
| genre = | |||
| modes = | |||
}} | }} | ||
</pre> | </pre> |
Revision as of 01:32, 11 January 2017
How To Use This
Just use the following code and fill in your values.
For type, use "Audio", "Video", or "Video Game".
{{Release Infobox | english_title = | japanese_title = | other_titles = | type = | image = | media = | produced_by = | released_by = | release_date = | release_price = | contains = | related_releases = | prev = | next = | genre = | modes = }}
If no image is supplied, the "SOUND ONLY" Placeholder is used.