Template:Infobox information appliance: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
(nowrap the new label per talk request)
m (Protected "Template:Infobox information appliance" (‎[edit=sysop] (indefinite) ‎[move=sysop] (indefinite)))
 
(17 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{ infobox
{{ infobox
| title      = {{{name|<includeonly>{{{Name|{{{title|{{PAGENAME}} }}} }}}</includeonly> }}}
| bodyclass  = hproduct vevent
| bodyclass  = hproduct vevent
| titleclass = fn summary
| titleclass = fn summary
| class2    = organiser
| above      = '''{{{name|<includeonly>{{{Name|{{{title|{{PAGENAME}} }}} }}}</includeonly> }}}'''{{#if: {{{logo|{{{Logo|}}} }}} | <br/>|}}{{{logo|{{{Logo|}}} }}}
| above      = {{{logo|{{{Logo|}}} }}}
| image      = {{#if:{{{Image|}}}|[[file:{{{Image}}}|{{px|{{{ImageWidth|}}}|frameless}}]]|{{{image|{{{photo|{{{Photo|}}} }}} }}} }}
| image      = {{#if:{{{Image|}}}|[[file:{{{Image}}}{{!}}{{{ImageWidth|250}}}px]]|{{{image|{{{photo|{{{Photo|}}} }}} }}} }}
| caption    = {{{caption|{{{Caption|}}} }}}
| caption    = {{{caption|{{{Caption|}}} }}}
| label1    = {{nowrap|Also known as}}
| label1    = {{nowrap|Also known as}}
| data1      = {{{aka|}}}
| data1      = {{{aka|}}}
| label2    = Developer
| label2    = Developer
| data2      = {{{developer|{{{Developer|}}}}}}
| data2      = {{{developer|{{{Developer|}}}}}}
| label3    = [[:Category:Electronics companies|Manufacturer]]
| label3    = Manufacturer
| data3      = {{{manufacturer|}}}
| data3      = {{{manufacturer|}}}
| label4    = Product family
| label4    = Model
| data4      = {{{family|}}}
| data4      = {{{model|}}}
| label5    = Type
| label5    = XBMC
| data5      = {{{type|{{{Type|}}} }}}
| data5      = {{{XBMC|{{{xbmc|}}} }}}
| label5     = [[History of video games|Generation]]
| label6     = Generation
| data5     = {{{generation|}}}
| data6     = {{{generation|}}}
| label7    = Release date
| label7    = Released
| data7      = {{{release date|{{{releasedate|{{{first_release_date|{{{Released|{{{Introduced|}}} }}} }}} }}} }}}
| data7      = {{{release date|{{{releasedate|{{{first_release_date|{{{Released|{{{Introduced|}}} }}} }}} }}} }}}
| label8    = Retail availability
| label8    = Retail availability
Line 34: Line 31:
| label13    = Media
| label13    = Media
| data13    = {{{media|{{{Media|}}} }}}
| data13    = {{{media|{{{Media|}}} }}}
| label14    = [[Operating system]]
| label14    = OS
| data14    = {{{operatingsystem|{{{os|{{{OS|}}} }}} }}}
| data14    = {{{operatingsystem|{{{os|{{{OS|}}} }}} }}}
| label15    = Power
| label15    = Power
| data15    = {{{power|{{{Power|}}}}}}
| data15    = {{{power|{{{Power|}}}}}}
| label15   = [[Central processing unit|CPU]]
| label16   = CPU
| data15     = {{{cpu|{{{CPU|{{{processor|{{{Processor|}}} }}} }}} }}} {{#if:{{{CPUspeed|}}}|@ {{{CPUspeed}}} }}
| data16     = {{{cpu|{{{CPU|{{{processor|{{{Processor|}}} }}} }}} }}} {{#if:{{{CPUspeed|}}}|@ {{{CPUspeed}}} }}
| label17    = Storage capacity
| label17    = Storage
| data17    = {{{storage|}}}
| data17    = {{{storage|}}}
| label18    = Memory
| label18    = RAM
| data18    = {{{memory|{{{Memory|{{{RAM|}}} }}} }}} {{#if:{{{RAMtype|}}}|({{{RAMtype}}})}}
| data18    = {{{memory|{{{Memory|{{{RAM|}}} }}} }}} {{#if:{{{RAMtype|}}}|({{{RAMtype}}})}}
| label19    = Display
| label19    = Display
Line 58: Line 55:
| label25    = Touchpad
| label25    = Touchpad
| data25    = {{{touchpad|}}}
| data25    = {{{touchpad|}}}
| label25   = Connectivity
| label26   = Connectivity
| data25     = {{{connectivity|{{{Connectivity|}}} }}}
| data26     = {{{connectivity|{{{Connectivity|}}} }}}
| label27    = Online services
| label27    = Online services
| data27    = {{{online service|{{{onlineservice|{{{service|}}} }}} }}}
| data27    = {{{online service|{{{onlineservice|{{{service|}}} }}} }}}
Line 66: Line 63:
| label29    = Weight
| label29    = Weight
| data29    = {{{weight|}}}
| data29    = {{{weight|}}}
| label30    = [[List of best-selling video games|Best-selling game]]
| label31    = Backward<br/>compatibility
| data30    = {{{top game|{{{topgame|}}}}}}
| label31    = [[Backward compatibility|Backward<br/>compatibility]]
| data31    = {{{compatibility|}}}
| data31    = {{{compatibility|}}}
| label32    = Predecessor
| label32    = Predecessor

Latest revision as of 20:25, 27 July 2013

[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      = 
}}