Template:Infobox information appliance: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
(prepare for merge with {{macspecs}}, per talk page request.)
Line 2: Line 2:
| title      = {{{name|<includeonly>{{{Name|{{{title|{{PAGENAME}} }}} }}}</includeonly> }}}
| title      = {{{name|<includeonly>{{{Name|{{{title|{{PAGENAME}} }}} }}}</includeonly> }}}
| bodyclass  = hproduct vevent
| bodyclass  = hproduct vevent
| titleclass = fn summary  
| titleclass = fn summary
| class1    = organiser  
| class1    = organiser
| above      = {{{logo|{{{Logo|}}} }}}
| above      = {{{logo|{{{Logo|}}} }}}
| image      = {{{image|{{{photo|{{{Photo|}}} }}} }}}
| image      = {{#if:{{{Image|}}}|[[file:{{{Image}}}{{!}}{{{ImageWidth|250}}}px]]|{{{image|{{{photo|{{{Photo|}}} }}} }}} }}
| caption    = {{{caption|{{{Caption|}}} }}}
| caption    = {{{caption|{{{Caption|}}} }}}


Line 11: Line 11:
| data1      = {{{developer|{{{Developer|}}}}}}
| data1      = {{{developer|{{{Developer|}}}}}}
| label2    = [[:Category:Electronics companies|Manufacturer]]
| label2    = [[:Category:Electronics companies|Manufacturer]]
| class2    = brand
| data2      = {{{manufacturer|}}}
| data2      = {{{manufacturer|}}}
| label3    = Product family
| label3    = Product family
Line 20: Line 19:
| data5      = {{{generation|}}}
| data5      = {{{generation|}}}
| label6    = Release date
| label6    = Release date
| data6      = {{{release date|{{{releasedate|{{{first_release_date|{{{Released|}}} }}} }}} }}}
| data6      = {{{release date|{{{releasedate|{{{first_release_date|{{{Released|{{{Introduced|}}} }}} }}} }}} }}}
| label7    = Retail availability
| label7    = Retail availability
| data7      = {{{lifespan|}}}
| data7      = {{{lifespan|}}}
| label8    = Introductory price
| label8    = Introductory price
| class8    = price
| data8      = {{{price|{{{baseprice|{{{Baseprice|{{{MSRP|}}} }}} }}} }}}
| data8      = {{{price|{{{baseprice|{{{Baseprice|}}} }}} }}}
| label9    = Discontinued
| label9    = Discontinued
| data9      = {{{discontinuation_date|{{{discontinued|{{{Discontinued|}}} }}} }}}
| data9      = {{{discontinuation_date|{{{discontinued|{{{Discontinued|}}} }}} }}}
Line 39: Line 37:
| data14    = {{{power|{{{Power|}}}}}}
| data14    = {{{power|{{{Power|}}}}}}
| label15    = [[Central processing unit|CPU]]
| label15    = [[Central processing unit|CPU]]
| data15    = {{{cpu|{{{CPU|{{{processor|{{{Processor|}}} }}} }}} }}}
| data15    = {{{cpu|{{{CPU|{{{processor|{{{Processor|}}} }}} }}} }}} {{#if:{{{CPUspeed|}}}|@ {{{CPUspeed}}} }}
| label16    = Storage capacity
| label16    = Storage capacity
| data16    = {{{storage|}}}
| data16    = {{{storage|}}}
| label17    = Memory
| label17    = Memory
| data17    = {{{memory|{{{Memory|}}} }}}
| data17    = {{{memory|{{{Memory|{{{RAM|}}} }}} }}} {{#if:{{{RAMtype|}}}|({{{RAMtype}}})}}
| label18    = Display
| label18    = Display
| data18    = {{{display|{{{Display|}}} }}}
| data18    = {{{display|{{{Display|}}} }}}
Line 49: Line 47:
| data19    = {{{graphics|{{{Graphics|{{{GPU|}}} }}} }}}
| data19    = {{{graphics|{{{Graphics|{{{GPU|}}} }}} }}}
| label20    = Sound
| label20    = Sound
| data20    = {{{audio|{{{Sound|}}} }}}
| data20    = {{{Sound|}}}
| label21    = Input
| label21    = Input
| data21    = {{{input|{{{Input|}}} }}}
| data21    = {{{input|{{{Input|}}} }}}
Line 63: Line 61:
| data26    = {{{online service|{{{onlineservice|{{{service|}}} }}} }}}
| data26    = {{{online service|{{{onlineservice|{{{service|}}} }}} }}}
| label27    = Dimensions
| label27    = Dimensions
| data27    = {{{dimensions|}}}
| data27    = {{{dimensions|{{{Casing|}}} }}}
| label28    = Weight
| label28    = Weight
| data28    = {{{weight|}}}
| data28    = {{{weight|}}}
Line 74: Line 72:
| label32    = Successor
| label32    = Successor
| data32    = {{{successor|}}}
| data32    = {{{successor|}}}
| label33    = Related
| label33    = Related articles
| data33    = {{{related|}}}
| data33    = {{{related|}}}
| label34    = [[Website]]
| label34    = [[Website]]
| data34    = {{{website|{{{Website|}}} }}}
| data34    = {{{website|{{{Website|}}} }}}
}}<noinclude>
}}<noinclude>{{documentation}}</noinclude>
{{pp-template|small=yes}}
{{documentation}}
</noinclude>

Revision as of 13:50, 7 August 2009

[edit] Template documentation

Usage

{{Infobox information appliance
| name         = 
| aka          = 
| logo         = <!-- include the [[file:]] tag-->
| image        = <!-- include the [[file:]] tag, and do specify the image's width-->
| caption      = <!-- include if image is not a logo -->
| developer    = 
| manufacturer = 
| model       = 
| XBMC         = <!-- Supported versions of XBMC -->
| generation   = 
| releasedate  = 
| lifespan     = 
| price        = 
| discontinued = 
| unitssold    = 
| unitsshipped = 
| media        = 
| os           = <!-- operating system -->
| power        = 
| cpu          = 
| storage      = 
| memory       = 
| display      = 
| graphics     = 
| sound        = 
| input        = 
| controllers  = 
| camera       = 
| touchpad     = 
| connectivity = 
| service      = 
| dimensions   = 
| weight       = 
| topgame      = 
| compatibility = 
| predecessor  = 
| successor    = 
| related      = 
| website      = 
}}