Template:Infobox information appliance: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
(whoops)
(merge from {{infobox computer}})
Line 1: Line 1:
{{ infobox
{{ infobox
| title  = {{{title|{{{name|{{PAGENAME}}}}}}}}
| title  = {{{title|{{{name|{{{Name|{{PAGENAME}}}}}}}}}}}
| image  = {{{image|{{{photo|}}}}}}
| above  = {{{logo|{{{Logo|}}}}}}
| caption = {{{caption|}}}
| image  = {{{image|{{{photo|{{{Photo|}}}}}}}}}
| caption = {{{caption|{{{Caption|}}}}}}


| label1  = Developer
| label1  = Developer
| data1  = {{{developer|}}}
| data1  = {{{developer|{{{Developer|}}}}}}
| label2  = [[:Category:Electronics companies|Manufacturer]]
| label2  = [[:Category:Electronics companies|Manufacturer]]
| data2  = {{{manufacturer|}}}
| data2  = {{{manufacturer|}}}
| label3  = Type
| label3  = Type
| data3  = {{{type|}}}
| data3  = {{{type|{{{Type|}}}}}}
| label4  = Release date
| label4  = Release date
| data4  = {{{releasedate|{{{first_release_date|}}}}}}
| data4  = {{{releasedate|{{{first_release_date|{{{Released|}}}}}}}}}
| label5  = Retail availability
| label5  = Retail availability
| data5  = {{{lifespan|}}}
| data5  = {{{lifespan|}}}
| label6  = Discontinued
| label6  = Discontinued
| data6  = {{{discontinuation_date|}}}
| data6  = {{{discontinuation_date|{{{Discontinued|}}}}}}
| label7  = Units sold
| label7  = Units sold
| data7  = {{{unitssold|}}}
| data7  = {{{unitssold|}}}
| label8  = Base price
| label8  = Base price
| data8  = {{{baseprice|}}}
| data8  = {{{baseprice|{{{Baseprice|}}}}}}
| label9  = Predecessor
| label9  = Predecessor
| data9  = {{{predecessor|}}}
| data9  = {{{predecessor|}}}
Line 25: Line 26:
| data10  = {{{successor|}}}
| data10  = {{{successor|}}}
| label11 = Media
| label11 = Media
| data11  = {{{media|}}}
| data11  = {{{media|{{{Media|}}}}}}
| label12 = [[Operating system]]
| label12 = [[Operating system]]
| data12  = {{{operatingsystem|{{{os|}}}}}}
| data12  = {{{operatingsystem|{{{os|{{{OS|}}}}}}}}}
| label13 = Input
| label13 = Input
| data13  = {{{input|}}}
| data13  = {{{input|{{{Input|}}}}}}
| label14 = Camera
| label14 = Camera
| data14  = {{{camera|}}}
| data14  = {{{camera|}}}
| label15 = Power
| label15 = Power
| data15  = {{{power|}}}
| data15  = {{{power|{{{Power|}}}}}}
| label16 = [[Central processing unit|CPU]]
| label16 = [[Central processing unit|CPU]]
| data16  = {{{cpu|{{{processor|}}}}}}
| data16  = {{{cpu|{{{processor|{{{Processor|}}}}}}}}}
| label17 = Storage capacity
| label17 = Storage capacity
| data17  = {{{storage|}}}
| data17  = {{{storage|}}}
| label18 = Memory
| label18 = Memory
| data18  = {{{memory|}}}
| data18  = {{{memory|{{{Memory|}}}}}}
| label19 = Display
| label19 = Display
| data19  = {{{display|}}}
| data19  = {{{display|{{{Display|}}}}}}
| label20 = Connectivity
| label20 = Graphics
| data20 = {{{connectivity|}}}
| data20  = {{{graphics|{{{Graphics|}}}}}}
| label21 = Online services
| label21 = Connectivity
| data21 = {{{onlineservice|{{{service|}}}}}}
| data21 = {{{connectivity|{{{Connectivity|}}}}}}
| label22 = Dimensions
| label22 = Online services
| data22 = {{{dimensions|}}}
| data22 = {{{onlineservice|{{{service|}}}}}}
| label23 = Weight
| label23 = Dimensions
| data23 = {{{weight|}}}
| data23 = {{{dimensions|}}}
| label24 = Touchpad
| label24 = Weight
| data24 = {{{touchpad|}}}
| data24 = {{{weight|}}}
| label25 = Related articles
| label25 = Touchpad
| data25 = {{{related|}}}
| data25 = {{{touchpad|}}}
| label26 = [[Web site]]
| label26 = Related articles
| data26 = {{{website|}}}
| data26 = {{{related|}}}
| label27 = [[Web site]]
| data27 = {{{website|{{{Website|}}}}}}
 
}}<noinclude>{{documentation}}<!---Please add metadata to the <includeonly> section on the /doc subpage - thanks!---></noinclude>
}}<noinclude>{{documentation}}<!---Please add metadata to the <includeonly> section on the /doc subpage - thanks!---></noinclude>

Revision as of 11:08, 18 July 2008

Infobox information appliance
[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      = 
}}