Difference between revisions of "Template:Item infobox"

From The Infosphere, the Futurama Wiki
Jump to navigation Jump to search
m
(Now with documentation!)
Line 1: Line 1:
{| style="float: right; width: 250px; border: 1px solid #d3d3d3; background: #f0f0f0; font-size: 0.9em; margin-left: 15px;"
<noinclude>{{documentation}}
</noinclude><includeonly>{| style="float: right; width: 250px; border: 1px solid #d3d3d3; background: #f0f0f0; font-size: 0.9em; margin-left: 15px;"
! colspan="2" style="background: #d3d3d3; padding: 1px 5px;" | <big>''{{{name}}}''</big>
! colspan="2" style="background: #d3d3d3; padding: 1px 5px;" | <big>''{{{name}}}''</big>
|-
|-
Line 12: Line 13:
{{item infobox/tbsub|First appearance|{{{first appear}}}}}
{{item infobox/tbsub|First appearance|{{{first appear}}}}}
{{#if:{{{status|}}}|{{item infobox/tbsub|Current status|{{{status}}}}}|}}
{{#if:{{{status|}}}|{{item infobox/tbsub|Current status|{{{status}}}}}|}}
|}
|}</includeonly>

Revision as of 01:14, 12 April 2008

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.