Template:Infobox information appliance: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
m (rm potential for spurious space using AWB)
(kill off a large amount of purely presentational code / markup)
Line 1: Line 1:
<noinclude>{{start infobox page}}</noinclude><!--
{{ infobox
-->{{Infobox
| title      = {{{title|{{{name|{{PAGENAME}}}}}}}}
|bodyclass    = infobox bordered
| image       = {{{image|}}}
|bodystyle    = width:21em; font-size:90%;
|caption      = {{{caption|}}}
|above        = {{{title|{{{name}}}}}}
|abovestyle  = padding:0.33em; background:#eee; font-size:120%; font-weight:bold;
|image       = {{{image<includeonly>|</includeonly>}}}
|imagestyle  = padding:0.4em 0;
|caption      = <div style="padding:0.4em;">{{{caption<includeonly>|</includeonly>}}}</div>
|captionstyle = line-height:1.2em; font-size:80%;
|labelstyle  = background:#eee; padding:0.33em; line-height:1.2em;
|datastyle    = padding:0.33em; line-height:1.2em; vertical-align:middle;


|label1  = [[:Category:Electronics companies|Manufacturer]]
|label1  = [[:Category:Electronics companies|Manufacturer]]
|data1  = {{{manufacturer<includeonly>|</includeonly>}}}
|data1  = {{{manufacturer|}}}
|label2  = Type
|label2  = Type
|data2  = {{{type<includeonly>|</includeonly>}}}
|data2  = {{{type|}}}
|label3  = Release date
|label3  = Release date
|data3  = {{{releasedate<includeonly>|</includeonly>}}}
|data3  = {{{releasedate|}}}
|label4  = Connectivity
|label4  = Connectivity
|data4  = {{{connectivity<includeonly>|</includeonly>}}}
|data4  = {{{connectivity|}}}
|label5  = Retail availability
|label5  = Retail availability
|data5  = {{{lifespan<includeonly>|</includeonly>}}}
|data5  = {{{lifespan|}}}
|label6  = Units&nbsp;sold
|label6  = Units sold
|data6  = {{{unitssold<includeonly>|</includeonly>}}}
|data6  = {{{unitssold|}}}
|label7  = Media
|label7  = Media
|data7  = {{{media<includeonly>|</includeonly>}}}
|data7  = {{{media|}}}
|label8  = [[Operating system]]
|label8  = [[Operating system]]
|data8  = {{{operatingsystem|{{{os<includeonly>|</includeonly>}}}}}}
|data8  = {{{operatingsystem|{{{os|}}}}}}
|label9  = Input
|label9  = Input
|data9  = {{{input<includeonly>|</includeonly>}}}
|data9  = {{{input|}}}
|label10 = Camera
|label10 = Camera
|data10  = {{{camera<includeonly>|</includeonly>}}}
|data10  = {{{camera|}}}
|label11 = Power
|label11 = Power
|data11  = {{{power<includeonly>|</includeonly>}}}
|data11  = {{{power|}}}
|label12 = [[Central processing unit|CPU]]
|label12 = [[Central processing unit|CPU]]
|data12  = {{{cpu<includeonly>|</includeonly>}}}
|data12  = {{{cpu|}}}
|label13 = Storage capacity
|label13 = Storage capacity
|data13  = {{{storage<includeonly>|</includeonly>}}}
|data13  = {{{storage|}}}
|label14 = Memory
|label14 = Memory
|data14  = {{{memory<includeonly>|</includeonly>}}}
|data14  = {{{memory|}}}
|label15 = Display
|label15 = Display
|data15  = {{{display<includeonly>|</includeonly>}}}
|data15  = {{{display|}}}
|label16 = Online services
|label16 = Online services
|data16  = {{{onlineservice|{{{service<includeonly>|</includeonly>}}}}}}
|data16  = {{{onlineservice|{{{service|}}}}}}
|label17 = Dimensions
|label17 = Dimensions
|data17  = {{{dimensions<includeonly>|</includeonly>}}}
|data17  = {{{dimensions|}}}
|label18 = Weight
|label18 = Weight
|data18  = {{{weight<includeonly>|</includeonly>}}}
|data18  = {{{weight|}}}
|label19 = Touchpad
|label19 = Touchpad
|data19  = {{{touchpad<includeonly>|</includeonly>}}}
|data19  = {{{touchpad|}}}
|label20 = Predecessor
|label20 = Predecessor
|data20  = {{{predecessor<includeonly>|</includeonly>}}}
|data20  = {{{predecessor|}}}
|label21 = Successor
|label21 = Successor
|data21  = {{{successor<includeonly>|</includeonly>}}}
|data21  = {{{successor|}}}
|label22 = Related articles
|label22 = Related articles
|data22  = {{{related<includeonly>|</includeonly>}}}
|data22  = {{{related|}}}
}}<noinclude>
}}<noinclude>{{documentation}}<!---Please add metadata to the <includeonly> section on the /doc subpage - thanks!---></noinclude>
{{end infobox page}}
<!---Please add metadata to the <includeonly> section on the /doc subpage - thanks!--->
</noinclude>

Revision as of 11:54, 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      = 
}}