Difference between revisions of "Template:Item infobox"

From The Infosphere, the Futurama Wiki
Jump to navigation Jump to search
m (I have been wanting to add this for a long time.)
(Making this the first infobox to use the infobox template.)
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 />{{{image text}}}|}}
|caption={{{image text|}}}
|-
|label1=Inventor
{{#if:{{{inventor|}}}|{{ginfobox/tbsub|Inventor|{{{inventor}}}}}|}}
|data1={{{inventor|}}}
{{#if:{{{creator|}}}|{{ginfobox/tbsub|Creator|{{{creator}}}}}|}}
|label2=Creator
{{#if:{{{owner|}}}|{{ginfobox/tbsub|Owner(s)|{{{owner}}}}}|}}
|data2={{{creator|}}}
{{#if:{{{origin|}}}|{{ginfobox/tbsub|Origin|{{{origin}}}}}|}}
|label3=Owner(s)
{{#if:{{{type|}}}|{{ginfobox/tbsub|Type|{{{type}}}}}|}}
|data3={{{owner|}}}
{{#if:{{{use|}}}|{{ginfobox/tbsub|Usage|{{{use}}}}}|}}
|label4=Origin
{{ginfobox/tbsub|First appearance|{{{first appear}}}}}
|data4={{{origin|}}}
{{#if:{{{voiced by|}}}|{{ginfobox/tbsub|Voiced by|{{{voiced by}}}}}|}}
|label5=Type
{{#if:{{{status|}}}|{{ginfobox/tbsub|Current status|{{{status}}}}}|}}
|data5={{{type|}}}
|}</includeonly>
|label6=Usage
|data6={{{usage|}}}
|label7=First appearance
|data7={{{first appear}}}
|label8=Voiced by
|data8={{{voiced by|}}}
|label9=Current status
|data9={{{status|}}}
}}</includeonly>

Revision as of 01:51, 14 April 2009

Documentation for {{item infobox}}

Use

This is for items, inventions, objects and the like. However, there are times where other infoboxes might prevail over this, such as {{character infobox}}, then let them prevail and use those instead.

Consider this as a fall back infobox, until {{misc infobox}} is created.

Usage

{{item infobox
|name          =
|image         = [[Image:AwaitingScreenie.jpg|225px]]
|image text    = (optional)
|image2        = An alternate image (optional)
|image text2   = (optional)
|type          = (optional)
|inventor      = (optional)
|owner         = (optional)
|origin        = (optional)
|usage         = (optional)
|status        = (optional)
|creator       = (optional) Use when "inventor" doesn't cut it.
|voiced by     = (optional)
|first appear  =
|wikipedia     = (optional) In case a Wikipedia article may have more interesting stuff
}}

See also

  • I:I - for more infoboxes.