Difference between revisions of "Template:Item infobox"

From The Infosphere, the Futurama Wiki
Jump to navigation Jump to search
(This for items and inventions. There can be added more "variables" to it later...)
 
(Moved "type" to the top.)
 
(14 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{| style="float: right; width: 250px; border: 1px solid #d3d3d3; background: #f0f0f0; font-size: 0.9em; margin-left: 15px;"
<noinclude>{{documentation}}
! colspan="2" style="background: #d3d3d3; padding: 1px 5px;" | <big>''{{{name}}}''</big>
</noinclude><includeonly>{{infobox
|-
|title={{{name}}}
! colspan="2" | {{{image}}}{{#if:{{{image text|}}}|<br />{{{image text}}}|}}
|image={{{image}}}
|-
|image2={{{image2|}}}
{{#if:{{{inventor|}}}|{{item infobox/tbsub|Inventor|{{{inventor}}}}}|}}
|caption={{{image text|}}}
{{#if:{{{owner|}}}|{{item infobox/tbsub|Owner(s)|{{{owner}}}}}|}}
|caption2={{{image text2|}}}
{{#if:{{{type|}}}|{{item infobox/tbsub|Type|{{{type}}}}}|}}
|label1=Type
{{#if:{{{use|}}}|{{item infobox/tbsub|Usage|{{{use}}}}}|}}
|data1={{{type|}}}
{{item infobox/tbsub|First appearance|{{{first appear}}}}}
|label2=Inventor
{{#if:{{{status|}}}|{{item infobox/tbsub|Current status|{{{status}}}}}|}}
|data2={{{inventor|}}}
|}
|label3=Creator(s)
|data3={{{creator|}}}
|label4=Owner(s)
|data4={{{owner|}}}
|label5=Origin
|data5={{{origin|}}}
|label6=Usage
|data6={{{usage|}}}
|label7=First appearance
|data7={{{first appear}}}
|label8=Voiced by
|data8={{#if:{{{voiced by|}}}|[[{{{voiced by}}}]][[Category:Characters voiced by {{{voiced by}}}|{{#if:{{{catname|}}}|{{{catname}}}|{{{name}}}}}]]|}}
|data9={{#if:{{{voice A|}}}|{{character infobox/voice table|{{{voice A}}}|{{{voice A by}}}|{{{voice B|}}}|{{{voice B by|}}}|{{{voice C|}}}|{{{voice C by|}}}|{{{voice D|}}}|{{{voice D by|}}}|{{{voice E|}}}|{{{voice E by|}}}|catname={{{catname|}}}|name={{{name}}}}}|}}
|label10=Current status
|data10={{{status|}}}
|data13={{#if:{{{wikipedia|}}}|{{infobox/wikipedia|{{{wikipedia}}}}}|}}
}}</includeonly>

Latest revision as of 19:42, 11 November 2014

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.