Template:Infobox information appliance: Difference between revisions
Appearance
unlink website |
sync with sandbox, per talk. adds {{aka}} field |
||
| Line 1: | Line 1: | ||
{{ | {{ infobox | ||
| title = {{{name|<includeonly>{{{Name|{{{title|{{PAGENAME}} }}} }}}</includeonly> }}} | | title = {{{name|<includeonly>{{{Name|{{{title|{{PAGENAME}} }}} }}}</includeonly> }}} | ||
| bodyclass = hproduct vevent | | bodyclass = hproduct vevent | ||
| titleclass = fn summary | | titleclass = fn summary | ||
| | | class2 = organiser | ||
| above = {{{logo|{{{Logo|}}} }}} | | above = {{{logo|{{{Logo|}}} }}} | ||
| image = {{#if:{{{Image|}}}|[[file:{{{Image}}}{{!}}{{{ImageWidth|250}}}px]]|{{{image|{{{photo|{{{Photo|}}} }}} }}} }} | | image = {{#if:{{{Image|}}}|[[file:{{{Image}}}{{!}}{{{ImageWidth|250}}}px]]|{{{image|{{{photo|{{{Photo|}}} }}} }}} }} | ||
| caption = {{{caption|{{{Caption|}}} }}} | | caption = {{{caption|{{{Caption|}}} }}} | ||
| label1 = Developer | | label1 = Also known as | ||
| | | data1 = {{{aka|}}} | ||
| | | label2 = Developer | ||
| | | data2 = {{{developer|{{{Developer|}}}}}} | ||
| | | label3 = [[:Category:Electronics companies|Manufacturer]] | ||
| | | data3 = {{{manufacturer|}}} | ||
| | | label4 = Product family | ||
| | | data4 = {{{family|}}} | ||
| label5 = Type | |||
| data5 = {{{type|{{{Type|}}} }}} | |||
| label5 = [[History of video games|Generation]] | | label5 = [[History of video games|Generation]] | ||
| data5 = {{{generation|}}} | | data5 = {{{generation|}}} | ||
| | | label7 = Release date | ||
| | | data7 = {{{release date|{{{releasedate|{{{first_release_date|{{{Released|{{{Introduced|}}} }}} }}} }}} }}} | ||
| | | label8 = Retail availability | ||
| | | data8 = {{{lifespan|}}} | ||
| | | label9 = Introductory price | ||
| | | data9 = {{{price|{{{baseprice|{{{Baseprice|{{{MSRP|}}} }}} }}} }}} | ||
| | | label10 = Discontinued | ||
| | | data10 = {{{discontinuation_date|{{{discontinued|{{{Discontinued|}}} }}} }}} | ||
| | | label11 = Units sold | ||
| | | data11 = {{{units sold|{{{unitssold|}}}}}} | ||
| | | label12 = Units shipped | ||
| | | data12 = {{{units shipped|{{{unitsshipped|}}}}}} | ||
| | | label13 = Media | ||
| | | data13 = {{{media|{{{Media|}}} }}} | ||
| | | label14 = [[Operating system]] | ||
| | | data14 = {{{operatingsystem|{{{os|{{{OS|}}} }}} }}} | ||
| | | label15 = Power | ||
| | | data15 = {{{power|{{{Power|}}}}}} | ||
| label15 = [[Central processing unit|CPU]] | | label15 = [[Central processing unit|CPU]] | ||
| data15 = {{{cpu|{{{CPU|{{{processor|{{{Processor|}}} }}} }}} }}} {{#if:{{{CPUspeed|}}}|@ {{{CPUspeed}}} }} | | data15 = {{{cpu|{{{CPU|{{{processor|{{{Processor|}}} }}} }}} }}} {{#if:{{{CPUspeed|}}}|@ {{{CPUspeed}}} }} | ||
| | | label17 = Storage capacity | ||
| | | data17 = {{{storage|}}} | ||
| | | label18 = Memory | ||
| | | data18 = {{{memory|{{{Memory|{{{RAM|}}} }}} }}} {{#if:{{{RAMtype|}}}|({{{RAMtype}}})}} | ||
| | | label19 = Display | ||
| | | data19 = {{{display|{{{Display|}}} }}} | ||
| | | label20 = Graphics | ||
| | | data20 = {{{graphics|{{{Graphics|{{{GPU|}}} }}} }}} | ||
| | | label21 = Sound | ||
| | | data21 = {{{sound|{{{Sound|}}} }}} | ||
| | | label22 = Input | ||
| | | data22 = {{{input|{{{Input|}}} }}} | ||
| | | label23 = Controller input | ||
| | | data23 = {{{controllers|}}} | ||
| | | label24 = Camera | ||
| | | data24 = {{{camera|}}} | ||
| | | label25 = Touchpad | ||
| | | data25 = {{{touchpad|}}} | ||
| label25 = Connectivity | | label25 = Connectivity | ||
| data25 = {{{connectivity|{{{Connectivity|}}} }}} | | data25 = {{{connectivity|{{{Connectivity|}}} }}} | ||
| | | label27 = Online services | ||
| | | data27 = {{{online service|{{{onlineservice|{{{service|}}} }}} }}} | ||
| | | label28 = Dimensions | ||
| | | data28 = {{{dimensions|{{{Casing|}}} }}} | ||
| | | label29 = Weight | ||
| | | data29 = {{{weight|}}} | ||
| | | label30 = [[List of best-selling video games|Best-selling game]] | ||
| | | data30 = {{{top game|{{{topgame|}}}}}} | ||
| | | label31 = [[Backward compatibility|Backward<br/>compatibility]] | ||
| | | data31 = {{{compatibility|}}} | ||
| | | label32 = Predecessor | ||
| | | data32 = {{{predecessor|}}} | ||
| | | label33 = Successor | ||
| | | data33 = {{{successor|}}} | ||
| | | label34 = Related articles | ||
| | | data34 = {{{related|}}} | ||
| | | label35 = Website | ||
| | | data35 = {{{website|{{{Website|}}} }}} | ||
}}<noinclude>{{documentation}}</noinclude> | }}<noinclude>{{documentation}}</noinclude> | ||
Revision as of 19:38, 9 November 2011
[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 =
}}