Template:Infobox information appliance: Difference between revisions
Appearance
rearrange, rem newlines to try to fix formatting problem in articles where this is used |
m Protected "Template:Infobox information appliance" ([edit=sysop] (indefinite) [move=sysop] (indefinite)) |
||
| (90 intermediate revisions by 31 users not shown) | |||
| Line 1: | Line 1: | ||
{| | {{ infobox | ||
| | | bodyclass = hproduct vevent | ||
| | | titleclass = fn summary | ||
| | | above = '''{{{name|<includeonly>{{{Name|{{{title|{{PAGENAME}} }}} }}}</includeonly> }}}'''{{#if: {{{logo|{{{Logo|}}} }}} | <br/>|}}{{{logo|{{{Logo|}}} }}} | ||
| | | image = {{#if:{{{Image|}}}|[[file:{{{Image}}}|{{px|{{{ImageWidth|}}}|frameless}}]]|{{{image|{{{photo|{{{Photo|}}} }}} }}} }} | ||
| | | caption = {{{caption|{{{Caption|}}} }}} | ||
{{#if:{{{ | | label1 = {{nowrap|Also known as}} | ||
| | | data1 = {{{aka|}}} | ||
{{ | | label2 = Developer | ||
| | | data2 = {{{developer|{{{Developer|}}}}}} | ||
{{ | | label3 = Manufacturer | ||
| | | data3 = {{{manufacturer|}}} | ||
{{ | | label4 = Model | ||
| | | data4 = {{{model|}}} | ||
{{ | | label5 = XBMC | ||
| | | data5 = {{{XBMC|{{{xbmc|}}} }}} | ||
{{ | | label6 = Generation | ||
| | | data6 = {{{generation|}}} | ||
{{ | | label7 = Released | ||
| | | data7 = {{{release date|{{{releasedate|{{{first_release_date|{{{Released|{{{Introduced|}}} }}} }}} }}} }}} | ||
{{#if:{{{ | | label8 = Retail availability | ||
| | | data8 = {{{lifespan|}}} | ||
{{#if:{{{ | | 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 = OS | ||
| | | data14 = {{{operatingsystem|{{{os|{{{OS|}}} }}} }}} | ||
| | | label15 = Power | ||
| | | data15 = {{{power|{{{Power|}}}}}} | ||
| | | label16 = CPU | ||
| | | data16 = {{{cpu|{{{CPU|{{{processor|{{{Processor|}}} }}} }}} }}} {{#if:{{{CPUspeed|}}}|@ {{{CPUspeed}}} }} | ||
| | | label17 = Storage | ||
| | | data17 = {{{storage|}}} | ||
| | | label18 = RAM | ||
| | | 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|}}} | |||
| label26 = Connectivity | |||
| data26 = {{{connectivity|{{{Connectivity|}}} }}} | |||
| label27 = Online services | |||
| data27 = {{{online service|{{{onlineservice|{{{service|}}} }}} }}} | |||
| label28 = Dimensions | |||
| data28 = {{{dimensions|{{{Casing|}}} }}} | |||
| label29 = Weight | |||
| data29 = {{{weight|}}} | |||
| label31 = 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> | |||
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 =
}}