Template:Release Infobox: Difference between revisions

From EvaWiki
Jump to navigation Jump to search
(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...")
 
No edit summary
 
(21 intermediate revisions by the same user not shown)
Line 1: Line 1:
{| class="infobox" style="width: 30%; max-width: 400px; text-align: left; font-size: 90%;" cellspacing="2"
{| class="infobox" style="width: 30%; max-width: 400px; text-align: left; font-size: 90%;" cellspacing="2"
|-
|-
|align="center" colspan="2" | '''''{{{type}}} Release'''''
|align="center" colspan="2" | '''''{{{type}}} {{{metatype}}}'''''
|-
|-
|style="background: lightgrey; font-size: 120%;" align="center" colspan="2" | '''''{{{english_title}}}'''''
|style="background: lightgrey; font-size: 120%;" align="center" colspan="2" | '''''{{{english_title}}}'''''
Line 8: Line 8:
{| width="100%"
{| width="100%"
|-
|-
!Japanese Title:
{{#if: {{{japanese_title|}}} |{{!}}-
|style="font-size: 120%;" align="center"|''{{{japanese_title}}}''
! Japanese Title:
{{!}} style="font-size: 120%;" align="center"{{!}}''{{{japanese_title}}}'' }}
|-
|-
!Other Titles:
{{#if: {{{other_titles|}}} |{{!}}-
|style="font-size: 120%;" align="center"|''{{{other_titles}}}''
! Other Title(s):
{{!}} 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}}} }}
|-
{{#if: {{{produced_by|}}} |{{!}}-
! Produced By
! Produced By
|{{{produced_by}}}
{{!}} {{{produced_by}}} }}
|-
|-
{{#if: {{{released_by|}}} |{{!}}-
! Released By
! Released By
|{{{released_by}}}
{{!}} {{{released_by}}} }}
|-
|-
! First Aired
{{#if: {{{release_date|}}} |{{!}}-
|{{{release_date}}}
! Release Date
{{!}} {{{release_date}}} }}
|-
|-
! Video Release Date
{{#if: {{{release_price|}}} |{{!}}-
|{{{release_price}}}
! Release Price
{{!}} {{{release_price}}} }}
|-
|-
{{#if: {{{contains|}}} |{{!}}-
{{#if: {{{contains|}}} |{{!}}-
! Eva Sorties
! Contains
{{!}} {{{contains}}} }}
{{!}} {{{contains}}} }}
|-
|-
{{#if: {{{related_releases|}}} |{{!}}-
{{#if: {{{related_releases|}}} |{{!}}-
! Eva Sorties
! Related Release(s)
{{!}} {{{related_releases}}} }}
{{!}} {{{related_releases}}} }}
|-
|-
! style="text-align: center; background: #DEDEE2; font-size: 110%" colspan="2" | '''Release chronology'''
{{#if: {{{genre|}}} |{{!}}-
! Genre(s)
{{!}} {{{genre}}} }}
|-
{{#if: {{{modes|}}} |{{!}}-
! Mode(s)
{{!}} {{{modes}}} }}
|-
{{#if: {{{pages|}}} |{{!}}-
! Pages
{{!}} {{{pages}}} }}
|-
{{#if: {{{format|}}} |{{!}}-
! Format
{{!}} {{{format}}} }}
|-
|-
! style="text-align: center;width:50%;" | ← Previous
{{#if: {{{dimensions|}}} |{{!}}-
! style="text-align: center;width:50%;" | Next →
! Dimensions
{{!}} {{{dimensions}}} }}
|-
{{#if: {{{hide_chronology|}}} | |
! style="text-align: center; background: #DEDEE2; font-size: 110%" colspan="2" {{!}} '''{{{type}}} chronology'''
{{!}}-
! style="text-align: center;width:50%;" {{!}} ← Previous
! style="text-align: center;width:50%;" {{!}} Next →
|-  
|-  
| style="text-align:center;width:50%;" | {{#if:{{{prev|}}}|"{{{prev}}}"|–}}
{{!}} style="text-align:center;width:50%;" {{!}} {{#if:{{{prev|}}}|"{{{prev}}}"|–}}
| style="text-align:center;width:50%;" | {{#if:{{{next|}}}|"{{{next}}}"|–}}
{{!}} style="text-align:center;width:50%;" {{!}} {{#if:{{{next|}}}|"{{{next}}}"|–}}
}}
|}
|}
<noinclude>
<noinclude>
{{-}}
{{-}}
== How To Use This ==
== How To Use This ==
Just use the following code and fill in your values.


For type, use "Audio", or "Video"
For metatypes of "Release", please use "Audio", "Video", "Publication", or "Video Game".
 
For metatypes of "Information", it can either be "Episode", or a type within the series ("Evangelion", "Character", "Organization", etc.)
 
Aside from the english_title, metatype, and type, all other values are optional.
 
Release chronology is filled in with blanks by default. To hide the release chronology, add <code>|hide_chronology = 1</code> to the code below.
 
The full code is as follows:


<pre>
<pre>
{{Release Infobox
{{Release Infobox
| english_title    =  
| metatype        = Release
| japanese_title  =  
| english_title    =  
| other_titles    =  
| japanese_title  =  
| type            =  
| other_titles    =  
| image            =  
| type            =  
| produced_by      =  
| image            =  
| released_by      =  
| media            =
| release_date    =  
| produced_by      =  
| release_price    =  
| released_by      =  
| contains        =  
| release_date    =  
| related_releases =  
| release_price    =  
| prev            =  
| contains        =  
| next            =  
| related_releases =  
| prev            =  
| next            =
| genre            =
| modes            =
| pages            =
| format          =
| dimensions      =  
}}
}}
</pre>
</pre>
Line 76: Line 123:


</noinclude>
</noinclude>
<includeonly>[[Category: Neon Genesis Evangelion Episodes]] {{#if: {{{type|}}} |- | [[Category: {{{type}}} Releases]] }}</includeonly>

Latest revision as of 22:16, 8 February 2019

{{{type}}} {{{metatype}}}
{{{english_title}}}
Placeholder Image
{{{type}}} chronology
← Previous Next →



How To Use This

For metatypes of "Release", please use "Audio", "Video", "Publication", or "Video Game".

For metatypes of "Information", it can either be "Episode", or a type within the series ("Evangelion", "Character", "Organization", etc.)

Aside from the english_title, metatype, and type, all other values are optional.

Release chronology is filled in with blanks by default. To hide the release chronology, add |hide_chronology = 1 to the code below.

The full code is as follows:

{{Release Infobox
 | metatype         = Release
 | english_title    = 
 | japanese_title   = 
 | other_titles     = 
 | type             = 
 | image            = 
 | media            = 
 | produced_by      = 
 | released_by      = 
 | release_date     = 
 | release_price    = 
 | contains         = 
 | related_releases = 
 | prev             = 
 | next             = 
 | genre            =
 | modes            =
 | pages            = 
 | format           =
 | dimensions       = 
}}

If no image is supplied, the "SOUND ONLY" Placeholder is used.