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)
 
(11 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{| class="infobox"
<noinclude>{{documentation}}
! colspan="2" class="infoboxHeader" | <big>''{{{name}}}''</big>
</noinclude><includeonly>{{infobox
|-
|title={{{name}}}
! colspan="2" class="infoboxCentre" | {{{image}}}{{#if:{{{image text|}}}|<br /><span style="font-weight:normal;">{{{image text}}}</span>|}}
|image={{{image}}}
|-
|image2={{{image2|}}}
{{#if:{{{location|}}}|{{ginfobox/tbsub|Location|{{{location}}}}}|}}
|caption={{{image text|}}}
{{#if:{{{planet|}}}|{{ginfobox/tbsub|Planet of location|{{{planet}}}}}|}}
|caption2={{{image text2|}}}
{{#if:{{{star|}}}|{{ginfobox/tbsub|Star|{{{star}}}}}|}}
|label1=Location
{{#if:{{{inhabited by|}}}|{{ginfobox/tbsub|Inhabited by|{{{inhabited by}}}}}|}}
|data1={{{location|}}}
{{#if:{{{member of|}}}|{{ginfobox/tbsub|Member of|{{{member of}}}}}|}}
|label2=Planet of location
{{#if:{{{status|}}}|{{ginfobox/tbsub|Status|{{{status}}}}}|}}
|data2={{{planet|}}}
{{ginfobox/tbsub|First appearance|{{{first appear}}}}}
|label3=Star
|}<noinclude>
|data3={{{star|}}}
Usage:
|label4=Inhabited by
This infobox is both for places like a building or a city, but also for planets among other things.
|data4={{{inhabited by|}}}
<pre>
|label5={{{ruler type|Ruled by}}}
{{place infobox
|data5={{{ruler|}}}
|name=Name of place/planet
|label6=Member of
|image=[[Image:<image>|225px]]
|data6={{{member of|}}}
|image text=(optional)
|label7=Status
|location=(optional)
|data7={{{status|}}}
|planet=(optional)
|label8=First appearance
|star=(optional) Name of the star it orbits (if planet)
|data8={{{first appear}}}
|first appear=Which episode it first appeared in
|data13={{#if:{{{wikipedia|}}}|{{infobox/wikipedia|{{{wikipedia}}}}}|}}
|inhabited by=(optional) Main specie(s) inhabiting the planet (if planet)
}}[[Category:Places]]</includeonly>
|member of=(optional) In case the planet is a member of an organisation (e.g. DOOP) (if planet)
}}
</pre>
</noinclude>

Latest revision as of 20:57, 3 August 2013

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.