Difference between revisions of "Template:Place infobox"

From The Infosphere, the Futurama Wiki
Jump to navigation Jump to search
(Now with documentation!)
 
(10 intermediate revisions by 5 users not shown)
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>|}}
|image2={{{image2|}}}
|-
|caption={{{image text|}}}
{{#if:{{{location|}}}|{{ginfobox/tbsub|Location|{{{location}}}}}|}}
|caption2={{{image text2|}}}
{{#if:{{{planet|}}}|{{ginfobox/tbsub|Planet of location|{{{planet}}}}}|}}
|label1=Location
{{#if:{{{star|}}}|{{ginfobox/tbsub|Star|{{{star}}}}}|}}
|data1={{{location|}}}
{{#if:{{{inhabited by|}}}|{{ginfobox/tbsub|Inhabited by|{{{inhabited by}}}}}|}}
|label2=Planet of location
{{#if:{{{member of|}}}|{{ginfobox/tbsub|Member of|{{{member of}}}}}|}}
|data2={{{planet|}}}
{{#if:{{{status|}}}|{{ginfobox/tbsub|Status|{{{status}}}}}|}}
|label3=Star
{{ginfobox/tbsub|First appearance|{{{first appear}}}}}
|data3={{{star|}}}
|}</includeonly>
|label4=Inhabited by
|data4={{{inhabited by|}}}
|label5={{{ruler type|Ruled by}}}
|data5={{{ruler|}}}
|label6=Member of
|data6={{{member of|}}}
|label7=Status
|data7={{{status|}}}
|label8=First appearance
|data8={{{first appear}}}
|data13={{#if:{{{wikipedia|}}}|{{infobox/wikipedia|{{{wikipedia}}}}}|}}
}}[[Category:Places]]</includeonly>

Latest revision as of 19: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.