Difference between revisions of "Template:Place infobox"

From The Infosphere, the Futurama Wiki
Jump to navigation Jump to search
m (Added two more variables.)
m (Standardised it.)
Line 1: Line 1:
{| style="float: right; width: 250px; border: 1px solid #d3d3d3; background: #f0f0f0; font-size: 0.9em; margin-left: 15px;"
{| class="infobox"
! colspan="2" style="background: #d3d3d3; padding: 1px 5px;" | <big>''{{{name}}}''</big>
! colspan="2" class="infoboxHeader" | <big>''{{{name}}}''</big>
|-
|-
! colspan="2" | {{{image}}}{{#if:{{{image text|}}}|<br /><span style="font-weight:normal;">{{{image text}}}</span>|}}
! colspan="2" class="infoboxCentre" | {{{image}}}{{#if:{{{image text|}}}|<br /><span style="font-weight:normal;">{{{image text}}}</span>|}}
|-
|-
{{#if:{{{location|}}}|{{place infobox/tbsub|Location|{{{location}}}}}|}}
{{#if:{{{location|}}}|{{ginfobox/tbsub|Location|{{{location}}}}}|}}
{{#if:{{{planet|}}}|{{place infobox/tbsub|Planet of location|{{{planet}}}}}|}}
{{#if:{{{planet|}}}|{{ginfobox/tbsub|Planet of location|{{{planet}}}}}|}}
{{#if:{{{star|}}}|{{place infobox/tbsub|Star|{{{star}}}}}|}}
{{#if:{{{star|}}}|{{ginfobox/tbsub|Star|{{{star}}}}}|}}
{{#if:{{{inhabited by|}}}|{{place infobox/tbsub|Inhabited by|{{{inhabited by}}}}}|}}
{{#if:{{{inhabited by|}}}|{{ginfobox/tbsub|Inhabited by|{{{inhabited by}}}}}|}}
{{#if:{{{member of|}}}|{{place infobox/tbsub|Member of|{{{member of}}}}}|}}
{{#if:{{{member of|}}}|{{ginfobox/tbsub|Member of|{{{member of}}}}}|}}
{{place infobox/tbsub|First appearance|{{{first appear}}}}}
{{ginfobox/tbsub|First appearance|{{{first appear}}}}}
|}<noinclude>
|}<noinclude>
Usage:
Usage:

Revision as of 16:01, 11 March 2008

{{{name}}}
{{{image}}}
First appearance {{{first appear}}}

Usage: This infobox is both for places like a building or a city, but also for planets among other things.

{{place infobox
|name=Name of place/planet
|image=[[Image:<image>|225px]]
|image text=(optional)
|location=(optional)
|planet=(optional)
|star=(optional) Name of the star it orbits (if planet)
|first appear=Which episode it first appeared in
|inhabited by=(optional) Main specie(s) inhabiting the planet (if planet)
|member of=(optional) In case the planet is a member of an organisation (e.g. DOOP) (if planet)
}}