Template:Infobox information appliance: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
No edit summary
m (Protected "Template:Infobox information appliance" (‎[edit=sysop] (indefinite) ‎[move=sysop] (indefinite)))
 
(7 intermediate revisions by the same user 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
 
| 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}}}|{{px|{{{ImageWidth|}}}|frameless}}]]|{{{image|{{{photo|{{{Photo|}}} }}} }}} }}
| caption    = {{{caption|{{{Caption|}}} }}}
| caption    = {{{caption|{{{Caption|}}} }}}
| label1    = {{nowrap|Also known as}}
| label1    = {{nowrap|Also known as}}
| data1      = {{{aka|}}}
| data1      = {{{aka|}}}
Line 20: Line 17:
| label6    = Generation
| label6    = Generation
| data6      = {{{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 40: Line 37:
| label16    = CPU
| label16    = CPU
| data16    = {{{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

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