Template:Item infobox: Difference between revisions

cleanup
(add)
(cleanup)
Line 1: Line 1:
<div>
<div>
{| class="toccolours" style="float:right; margin:0 0 0.5em 1em; width:300px"
{| class="toccolours" style="float:right; margin:0 0 0.5em 1em; width:300px; font-size:95%"
|-
|-
! colspan="2" style="background-color:{{{bgcolor}}}; color:{{{txtcolor}}}; text-align: center; font-size: larger;" | '''{{{name|{{PAGENAME}}}}}'''  
! colspan="2" style="background-color:{{{bgcolor}}}; color:{{{txtcolor}}}; text-align: center; font-size: larger;" | '''{{{name|{{PAGENAME}}}}}'''  
|-
|-
| colspan="2" style="padding: 1em 0; text-align: center;" |
| colspan="2" style="padding: 1em 0; text-align: center;" |
{{{image}}}<br>{{{caption}}}
{{{image}}}<br>{{{caption|}}}
|-
|-
! colspan="2" style="background-color:{{{bgcolor}}}; color:{{{txtcolor}}}; text-align: center; font-size: larger;" | '''General Info'''
{{#if:{{{effect|}}}{{{found|}}}|
|-
! colspan="2" style="background-color:{{{bgcolor}}}; color:{{{txtcolor}}}; text-align: center; font-size: larger;" {{!}} '''General Information'''
|- style="vertical-align: top;"
{{!}}-
|<font size=2.5>'''Effect:'''</font>
{{#if:{{{effect|}}}|
|style="padding-right: 1em;" |<font size=2.5>{{{effect}}}</font>   
{{!}}- style="vertical-align: top;"
|-
{{!}}'''Effect:'''
|- style="vertical-align: top;"
{{!}}style="padding-right: 1em;" {{!}} {{{effect}}}
|<font size=2.5>'''Found at:'''</font>
}}
|style="padding-right: 1em;" |<font size=2.5>{{{found}}}</font> 
{{!}}-
|-
{{#if:{{{found|}}}|
! colspan="2" style="background-color:{{{bgcolor}}}; color:{{{txtcolor}}}; text-align: center; font-size: larger;" | '''Game Appearances'''
{{!}}- style="vertical-align: top;"
|-
{{!}}'''Found at:'''
|- style="vertical-align: top;"
{{!}}style="padding-right: 1em;" {{!}} {{{found}}}
|<font size=2.5>'''First Appearance:'''</font>
}}
|style="padding-right: 1em;" |<font size=2.5>{{{first_appearance}}}</font> 
}}
|-
{{!}}-
|- style="vertical-align: top;"
{{#if:{{{first_appearance|}}}{{{latest_appearance|}}}{{{other_games|}}}|
|<font size=2.5>'''Latest Appearance:'''</font>
{{!}}- style="vertical-align: top;"
|style="padding-right: 1em;" |<font size=2.5>{{{latest_appearance}}}</font>   
! colspan="2" style="background-color:{{{bgcolor}}}; color:{{{txtcolor}}}; text-align: center; font-size: larger;" {{!}} '''Game Appearances'''
|-
{{!}}-
|- style="vertical-align: top;"
{{#if:{{{first_appearance|}}}|
|<font size=2.5>'''Other games:'''</font>
{{!}}- style="vertical-align: top;"
|style="padding-right: 1em;" |<font size=2.5>{{{other_games}}}</font>
{{!}}'''First Appearance:'''
{{!}}style="padding-right: 1em;" {{!}} {{{first_appearance}}}
}}
{{!}}-
{{#if:{{{latest_appearance|}}}|
{{!}}- style="vertical-align: top;"
{{!}}'''Latest Appearance:'''
{{!}}style="padding-right: 1em;" {{!}} {{{latest_appearance}}}
}}
{{!}}-
{{#if:{{{other_games|}}}|
{{!}}- style="vertical-align: top;"
{{!}}'''Other Games:'''
{{!}}style="padding-right: 1em;" {{!}} {{{other_games}}}
}}
}}
|}
|}
</div>
</div>