Difference between revisions of "Template:Place infobox"

From The Infosphere, the Futurama Wiki
Jump to navigation Jump to search
(Now with documentation!)
m (Converting to standard.)
Line 1: Line 1:
<noinclude>{{documentation}}
<noinclude>{{documentation}}
</noinclude><includeonly>{| class="infobox"
</noinclude><includeonly>{{infobox
! colspan="2" class="infoboxHeader" | <big>''{{{name}}}''</big>
|title={{{name}}}
|-
|image={{{image}}}
! colspan="2" class="infoboxCentre" | {{{image}}}{{#if:{{{image text|}}}|<br /><span style="font-weight:normal;">{{{image text}}}</span>|}}
|caption = {{{image text|}}}
|-
|label1=Location
{{#if:{{{location|}}}|{{ginfobox/tbsub|Location|{{{location}}}}}|}}
|data1={{{location|}}}
{{#if:{{{planet|}}}|{{ginfobox/tbsub|Planet of location|{{{planet}}}}}|}}
|label2=Planet of location
{{#if:{{{star|}}}|{{ginfobox/tbsub|Star|{{{star}}}}}|}}
|data2={{{planet|}}}
{{#if:{{{inhabited by|}}}|{{ginfobox/tbsub|Inhabited by|{{{inhabited by}}}}}|}}
|label3=Star
{{#if:{{{member of|}}}|{{ginfobox/tbsub|Member of|{{{member of}}}}}|}}
|data3={{{star|}}}
{{#if:{{{status|}}}|{{ginfobox/tbsub|Status|{{{status}}}}}|}}
|label4=Inhabited by
{{ginfobox/tbsub|First appearance|{{{first appear}}}}}
|data4={{{inhabited by|}}}
|}</includeonly>
|label5=Member of
|data5={{{member of|}}}
|label6=Status
|data6={{{status|}}}
|label7=First appearance
|data7={{{first appear}}}
}}</includeonly>

Revision as of 13:29, 20 April 2009

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.