Template:Location infobox: Difference between revisions

making parameters optional for use
(made change here)
(making parameters optional for use)
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}}}}}'''
Line 7: Line 7:
{{{image}}}<br>{{{caption}}}
{{{image}}}<br>{{{caption}}}
|-
|-
! colspan="2" style="background-color:{{{bgcolor}}}; color:{{{txtcolor}}}; text-align: center; font-size: larger;" | '''General Info'''
{{#if:{{{located|}}}{{{levels|}}}{{{inhabitants|}}}{{{boss|}}}|
! colspan="2" style="background-color:{{{bgcolor}}}; color:{{{txtcolor}}}; text-align: center; font-size: larger;" {{!}} '''General Information'''
{{!}}-
{{#if:{{{located|}}}|
{{!}}- style="vertical-align: top;"
{{!}}'''Located:'''
{{!}}style="padding-right: 1em;" {{!}} {{{located}}}
}}
{{!}}-
{{#if:{{{levels|}}}|
{{!}}- style="vertical-align: top;"
{{!}}'''Levels:'''
{{!}}style="padding-right: 1em;" {{!}} {{{levels}}}
}}
{{!}}-
{{#if:{{{inhabitants|}}}|
{{!}}- style="vertical-align: top;"
{{!}}'''Inhabitant(s):'''
{{!}}style="padding-right: 1em;" {{!}} {{{inhabitants}}}
}}
{{!}}-
{{#if:{{{boss|}}}|
{{!}}- style="vertical-align: top;"
{{!}}'''Boss:'''
{{!}}style="padding-right: 1em;" {{!}} {{{boss}}}
}}
}}
|-
|-
|- style="vertical-align: top;"
{{#if:{{{first_appearance|}}}{{{latest_appearance|}}}{{{other_games|}}}|
|<font size=2.5>'''Located:'''</font>
{{!}}- style="vertical-align: top;"
|style="padding-right: 1em;" |<font size=2.5>{{{located}}}</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>'''Levels:'''</font>
{{!}}- style="vertical-align: top;"
|style="padding-right: 1em;" |<font size=2.5>{{{levels}}}</font>
{{!}}'''First Appearance:'''
|-
{{!}}style="padding-right: 1em;" {{!}} {{{first_appearance}}}
|- style="vertical-align: top;"
}}
|<font size=2.5>'''Inhabitant(s):'''</font>
{{!}}-
|style="padding-right: 1em;" |<font size=2.5>{{{inhabitants}}}</font>
{{#if:{{{latest_appearance|}}}|
|-
{{!}}- style="vertical-align: top;"
|- style="vertical-align: top;"
{{!}}'''Latest Appearance:'''
|<font size=2.5>'''Boss:'''</font>
{{!}}style="padding-right: 1em;" {{!}} {{{latest_appearance}}}
|style="padding-right: 1em;" |<font size=2.5>{{{boss}}}</font>   
}}
|-
{{!}}-
|- style="vertical-align: top;"
{{#if:{{{other_games|}}}|
! colspan="2" style="background-color:{{{bgcolor}}}; color:{{{txtcolor}}}; text-align: center; font-size: larger;" | '''Game Appearances'''
{{!}}- style="vertical-align: top;"
|-
{{!}}'''Latest Appearance:'''
|- style="vertical-align: top;"
{{!}}style="padding-right: 1em;" {{!}} {{{other_games}}}
|<font size=2.5>'''First Appearance:'''</font>
}}
|style="padding-right: 1em;" |<font size=2.5>{{{first_appearance}}}</font> 
}}
|-
|- style="vertical-align: top;"
|<font size=2.5>'''Latest Appearance:'''</font>
|style="padding-right: 1em;" |<font size=2.5>{{{latest_appearance}}}</font>
|- style="vertical-align: top;"
|<font size=2.5>'''Other games:'''</font>
|style="padding-right: 1em;" |<font size=2.5>{{{other_games}}}</font>   
|}
|}
</div>
</div>