Difference between revisions of "Template:Place infobox"

From The Infosphere, the Futurama Wiki
Jump to navigation Jump to search
(A new infobox for places. Rawr.)
 
(There... added some more stuff. If you have any suggestions for other "arguments" please suggest them!)
Line 2: Line 2:
! colspan="2" style="background: #d3d3d3; padding: 1px 5px;" | <big>''{{{name}}}''</big>
! colspan="2" style="background: #d3d3d3; padding: 1px 5px;" | <big>''{{{name}}}''</big>
|-
|-
! colspan="2" | {{{image}}}{{#if:{{{image text|}}}|<br />{{{image text}}}|}}
! colspan="2" | {{{image}}}{{#if:{{{image text|}}}|<br /><span style="font-weight:normal;">{{{image text}}}</span>|}}
|-
|-
{{#if:{{{location|}}}|{{place infobox/tbsub|Location|{{{location}}}}}|}}
{{#if:{{{location|}}}|{{place infobox/tbsub|Location|{{{location}}}}}|}}
{{#if:{{{planet|}}}|{{place infobox/tbsub|Planet of location|{{{planet}}}}}|}}
{{#if:{{{star|}}}|{{place infobox/tbsub|Star|{{{star}}}}}|}}
{{place infobox/tbsub|First appearance|{{{first appear}}}}}
{{place infobox/tbsub|First appearance|{{{first appear}}}}}
|}
|}<noinclude>
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 name
|image text=(optional)
|location=(optional)
|planet=(optional)
|star=(optional) Name of the star it orbits
|first appear=Which episode it first appeared in
}}
</pre>
</noinclude>

Revision as of 23:12, 9 December 2007

{{{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 name
|image text=(optional)
|location=(optional)
|planet=(optional)
|star=(optional) Name of the star it orbits
|first appear=Which episode it first appeared in
}}