Difference between revisions of "Template:Character Infobox"

From EvaWiki
Jump to: navigation, search
(formatting)
 
(20 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{| class="infobox" style="width: 30%; text-align: left; font-size: 90%;" cellspacing="2"
+
{| class="infobox" style="width: 260; text-align: left; font-size: 90%;" cellspacing="2"
 
|-
 
|-
| style="background: lightgrey; font-size: 120%;" align="center" colspan="2" | '''{{{name}}}'''
+
| style="background: lightgrey; font-size: 120%;" align="center" colspan="2" | '''{{{name_r}}}'''
 
|-
 
|-
 
| align="center" colspan="2" | {{#if: {{{image|}}} | {{{image|}}}  |  [[Image:Soundonly.jpg|Placeholder Image]]}}
 
| align="center" colspan="2" | {{#if: {{{image|}}} | {{{image|}}}  |  [[Image:Soundonly.jpg|Placeholder Image]]}}
 
|-
 
|-
! Age
+
| style="background: lightgrey; font-size: 120%;" align="center" colspan="2" | '''{{{name_k}}}'''
| {{{age}}}
 
 
|-
 
|-
 +
{{#if: {{{rank|}}} |{{!}}-
 +
! Rank / Title
 +
{{!}} {{{rank}}} }}
 +
|-
 +
{{#if: {{{affiliation|}}} |{{!}}-
 +
! Affiliation(s)
 +
{{!}} {{{affiliation}}} }}
 +
|-
 +
{{#if: {{{heritage|}}} |{{!}}-
 +
! National Heritage
 +
{{!}} {{{heritage}}} }}
 +
|-
 +
{{#if: {{{relations|}}} |{{!}}-
 +
! Relations
 +
{{!}} {{{relations}}} }}
 +
|-
 +
{{#if: {{{age|}}} |{{!}}-
 +
! Age
 +
{{!}} {{{age}}} }}
 +
|-
 +
{{#if: {{{birthday|}}} |{{!}}-
 
! Birthday
 
! Birthday
| {{{birthday}}}
+
{{!}} {{{birthday}}} }}
|-  
+
|-
 +
{{#if: {{{bloodtype|}}} |{{!}}-
 +
! Blood Type
 +
{{!}} {{{bloodtype}}} }}
 +
|-
 +
{{#if: {{{height|}}} |{{!}}-
 +
! Height
 +
{{!}} {{{height}}} }}
 +
|-
 
! [[Seiyū]]
 
! [[Seiyū]]
| {{{seiyu}}}{{#if: {{{en_dub_actor|}}}|
+
| {{{seiyu}}}
{{!}}-
+
|-
!Dub VA (English){{!}} {{{en_dub_actor|}}} }}{{#if: {{{de_dub_actor|}}}|
+
{{#if: {{{va|}}} |{{!}}-
{{!}}-!Dub VA (German){{!}} {{{de_dub_actor|}}} }}{{#if: {{{fr_dub_actor|}}}|
+
! Voice Actor
{{!}}-!Dub VA (French){{!}} {{{fr_dub_actor|}}} }}{{#if: {{{es_dub_actor|}}}|
+
{{!}} {{{va}}} }}
{{!}}-!Dub VA (Spanish){{!}} {{{es_dub_actor|}}} }}
 
 
|}
 
|}
  
Line 23: Line 50:
 
{{-}}
 
{{-}}
 
== How To Use This ==
 
== How To Use This ==
Just us the following code and fill in your values. Dubbing voice actor information is optional.
+
Just use the following code and fill in your values.
  
 
<pre>
 
<pre>
 
{{Character Infobox
 
{{Character Infobox
| name        =  
+
| name_r      =
| image        =  
+
| name_k      =
| age          =  
+
| image       =
| birthday    =  
+
| rank       =
| seiyu        =  
+
| affiliation =
| en_dub_actor =
+
| heritage    =    
| de_dub_actor =
+
| age        =  
| fr_dub_actor =
+
| birthday    =  
| es_dub_actor =
+
| bloodtype  =
 +
| height      =
 +
| seiyu      =  
 +
| va          =
 
}}
 
}}
 
</pre>
 
</pre>
Line 44: Line 74:
 
[[Category:Templates]]
 
[[Category:Templates]]
 
</noinclude>
 
</noinclude>
 +
<includeonly>{{#if: {{{category_off|}}}||[[Category:Evangelion Characters]]}}</includeonly>

Latest revision as of 20:38, 31 May 2013

{{{name_r}}}
Placeholder Image
{{{name_k}}}
Seiyū {{{seiyu}}}



How To Use This

Just use the following code and fill in your values.

{{Character Infobox
| name_r      = 
| name_k      =
| image       = 
| rank        =
| affiliation = 
| heritage    =      
| age         = 
| birthday    = 
| bloodtype   =
| height      =
| seiyu       = 
| va          =
}}

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