Difference between revisions of "Template:Item infobox"

From The Infosphere, the Futurama Wiki
Jump to navigation Jump to search
(Now with documentation!)
m (Updated it to modern standards for infoboxes)
Line 1: Line 1:
<noinclude>{{documentation}}
<noinclude>{{documentation}}
</noinclude><includeonly>{| style="float: right; width: 250px; border: 1px solid #d3d3d3; background: #f0f0f0; font-size: 0.9em; margin-left: 15px;"
</noinclude><includeonly>{| class="infobox"
! colspan="2" style="background: #d3d3d3; padding: 1px 5px;" | <big>''{{{name}}}''</big>
! colspan="2" class="infoboxHeader" | <big>''{{{name}}}''</big>
|-
|-
! colspan="2" | {{{image}}}{{#if:{{{image text|}}}|<br /><span style="font-weight:normal;">{{{image text}}}</span>|}}
| colspan="2" class="infoboxCentre" | {{{image}}}{{#if:{{{image text|}}}|<br />{{{image text}}}|}}
|-
|-
{{#if:{{{inventor|}}}|{{item infobox/tbsub|Inventor|{{{inventor}}}}}|}}
{{#if:{{{inventor|}}}|{{ginfobox/tbsub|Inventor|{{{inventor}}}}}|}}
{{#if:{{{creator|}}}|{{item infobox/tbsub|Creator|{{{creator}}}}}|}}
{{#if:{{{creator|}}}|{{ginfobox/tbsub|Creator|{{{creator}}}}}|}}
{{#if:{{{owner|}}}|{{item infobox/tbsub|Owner(s)|{{{owner}}}}}|}}
{{#if:{{{owner|}}}|{{ginfobox/tbsub|Owner(s)|{{{owner}}}}}|}}
{{#if:{{{origin|}}}|{{item infobox/tbsub|Origin|{{{origin}}}}}|}}
{{#if:{{{origin|}}}|{{ginfobox/tbsub|Origin|{{{origin}}}}}|}}
{{#if:{{{type|}}}|{{item infobox/tbsub|Type|{{{type}}}}}|}}
{{#if:{{{type|}}}|{{ginfobox/tbsub|Type|{{{type}}}}}|}}
{{#if:{{{use|}}}|{{item infobox/tbsub|Usage|{{{use}}}}}|}}
{{#if:{{{use|}}}|{{ginfobox/tbsub|Usage|{{{use}}}}}|}}
{{item infobox/tbsub|First appearance|{{{first appear}}}}}
{{ginfobox/tbsub|First appearance|{{{first appear}}}}}
{{#if:{{{status|}}}|{{item infobox/tbsub|Current status|{{{status}}}}}|}}
{{#if:{{{status|}}}|{{ginfobox/tbsub|Current status|{{{status}}}}}|}}
|}</includeonly>
|}</includeonly>

Revision as of 03:12, 15 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.