Template:Infobox information appliance: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
(kill off a large amount of purely presentational code / markup)
(reorder more logically, and merge from {{infobox Computer}})
Line 1: Line 1:
{{ infobox
{{ infobox
| title       = {{{title|{{{name|{{PAGENAME}}}}}}}}
| title   = {{{title|{{{name|{{PAGENAME}}}}}}}}
| image       = {{{image|}}}
| image   = {{{image|}}}
|caption     = {{{caption|}}}
| caption = {{{caption|}}}


|label1  = [[:Category:Electronics companies|Manufacturer]]
| label1  = Developer
|data1  = {{{manufacturer|}}}
| data1  = {{{developer|}}}
|label2  = Type
| label2  = [[:Category:Electronics companies|Manufacturer]]
|data2  = {{{type|}}}
| data2  = {{{manufacturer|}}}
|label3  = Release date
| label3  = Type
|data3  = {{{releasedate|}}}
| data3  = {{{type|}}}
|label4  = Connectivity
| label4  = Release date
|data4  = {{{connectivity|}}}
| data4  = {{{releasedate|{{{first_release_date|}}}}}}
|label5  = Retail availability
| label5  = Retail availability
|data5  = {{{lifespan|}}}
| data5  = {{{lifespan|}}}
|label6  = Units sold
| label6  = Discontinued
|data6  = {{{unitssold|}}}
| data6  = {{{discontinuation_date|}}}
|label7  = Media
| label7  = Units sold
|data7  = {{{media|}}}
| data7  = {{{unitssold|}}}
|label8  = [[Operating system]]
| label8  = Base price
|data8  = {{{operatingsystem|{{{os|}}}}}}
| data8  = {{{baseprice|}}}
|label9  = Input
| label9  = Predecessor
|data9  = {{{input|}}}
| data9  = {{{predecessor|}}}
|label10 = Camera
| label10 = Successor
|data10  = {{{camera|}}}
| data10  = {{{successor|}}}
|label11 = Power
| label11 = Media
|data11  = {{{power|}}}
| data11  = {{{media|}}}
|label12 = [[Central processing unit|CPU]]
| label12 = [[Operating system]]
|data12  = {{{cpu|}}}
| data12  = {{{operatingsystem|{{{os|}}}}}}
|label13 = Storage capacity
| label13 = Input
|data13  = {{{storage|}}}
| data13  = {{{input|}}}
|label14 = Memory
| label14 = Camera
|data14  = {{{memory|}}}
| data14  = {{{camera|}}}
|label15 = Display
| label15 = Power
|data15  = {{{display|}}}
| data15  = {{{power|}}}
|label16 = Online services
| label16 = [[Central processing unit|CPU]]
|data16  = {{{onlineservice|{{{service|}}}}}}
| data16  = {{{cpu|{{{processor|}}}}}}
|label17 = Dimensions
| label17 = Storage capacity
|data17  = {{{dimensions|}}}
| data17  = {{{storage|}}}
|label18 = Weight
| label18 = Memory
|data18  = {{{weight|}}}
| data18  = {{{memory|}}}
|label19 = Touchpad
| label19 = Display
|data19  = {{{touchpad|}}}
| data19  = {{{display|}}}
|label20 = Predecessor
| label20 = Connectivity
|data20  = {{{predecessor|}}}
| data20  = {{{connectivity|}}}
|label21 = Successor
| label21 = Online services
|data21  = {{{successor|}}}
| data21  = {{{onlineservice|{{{service|}}}}}}
|label22 = Related articles
| label22 = Dimensions
|data22 = {{{related|}}}
| data22  = {{{dimensions|}}}
| label23 = Weight
| data23  = {{{weight|}}}
| label24 = Touchpad
| data24  = {{{touchpad|}}}
| label25 = Related articles
| data25 = {{{related|}}}
| label26 = [[Web site]]
| data26  = {{{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 12:12, 16 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      = 
}}