Difference between revisions of "Template:Place infobox"

From The Infosphere, the Futurama Wiki
Jump to navigation Jump to search
(added "status" for planets like vergon 6 and other destroyed things)
(Now with documentation!)
Line 1: Line 1:
{| class="infobox"
<noinclude>{{documentation}}
</noinclude><includeonly>{| class="infobox"
! colspan="2" class="infoboxHeader" | <big>''{{{name}}}''</big>
! colspan="2" class="infoboxHeader" | <big>''{{{name}}}''</big>
|-
|-
Line 11: Line 12:
{{#if:{{{status|}}}|{{ginfobox/tbsub|Status|{{{status}}}}}|}}
{{#if:{{{status|}}}|{{ginfobox/tbsub|Status|{{{status}}}}}|}}
{{ginfobox/tbsub|First appearance|{{{first appear}}}}}
{{ginfobox/tbsub|First appearance|{{{first appear}}}}}
|}<noinclude>
|}</includeonly>
Usage:
This infobox is both for places like a building or a city, but also for planets among other things.
<pre>
{{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)
}}
</pre>
</noinclude>

Revision as of 02:09, 12 April 2008

Documentation for {{place infobox}}

Use

This is for places and planets.

Usage

{{place infobox
|name         = Name of place/planet
|image        = [[Image:<image>|225px]]
|image text   = (optional)
|image2       = An alternate image (optional)
|image text2  = (optional)
|location     = (optional)
|planet       = (optional)
|star         = (optional) Name of the star it orbits (if planet)
|status       = (optional) Current status of place/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)
|ruler        = (optional) The ruler of the planet (if planet)
|wikipedia    = (optional) For a Wikipedia article
}}

See also

  • I:I - other infoboxes.