Template:Infobox information appliance: Difference between revisions
Appearance
kill off a large amount of purely presentational code / markup |
reorder more logically, and merge from {{infobox Computer}} |
||
| Line 1: | Line 1: | ||
{{ infobox | {{ infobox | ||
| title | | title = {{{title|{{{name|{{PAGENAME}}}}}}}} | ||
| image | | image = {{{image|}}} | ||
|caption | | caption = {{{caption|}}} | ||
|label1 = | | label1 = Developer | ||
|data1 = {{{ | | data1 = {{{developer|}}} | ||
|label2 = | | label2 = [[:Category:Electronics companies|Manufacturer]] | ||
|data2 = {{{ | | data2 = {{{manufacturer|}}} | ||
|label3 = | | label3 = Type | ||
|data3 = {{{ | | data3 = {{{type|}}} | ||
|label4 = | | label4 = Release date | ||
|data4 = {{{ | | data4 = {{{releasedate|{{{first_release_date|}}}}}} | ||
|label5 = Retail availability | | label5 = Retail availability | ||
|data5 = {{{lifespan|}}} | | data5 = {{{lifespan|}}} | ||
|label6 = | | label6 = Discontinued | ||
|data6 = {{{ | | data6 = {{{discontinuation_date|}}} | ||
|label7 = | | label7 = Units sold | ||
|data7 = {{{ | | data7 = {{{unitssold|}}} | ||
|label8 = | | label8 = Base price | ||
|data8 = {{{ | | data8 = {{{baseprice|}}} | ||
|label9 = | | label9 = Predecessor | ||
|data9 = {{{ | | data9 = {{{predecessor|}}} | ||
|label10 = | | label10 = Successor | ||
|data10 = {{{ | | data10 = {{{successor|}}} | ||
|label11 = | | label11 = Media | ||
|data11 = {{{ | | data11 = {{{media|}}} | ||
|label12 = [[ | | label12 = [[Operating system]] | ||
|data12 = {{{ | | data12 = {{{operatingsystem|{{{os|}}}}}} | ||
|label13 = | | label13 = Input | ||
|data13 = {{{ | | data13 = {{{input|}}} | ||
|label14 = | | label14 = Camera | ||
|data14 = {{{ | | data14 = {{{camera|}}} | ||
|label15 = | | label15 = Power | ||
|data15 = {{{ | | data15 = {{{power|}}} | ||
|label16 = | | label16 = [[Central processing unit|CPU]] | ||
|data16 = {{{ | | data16 = {{{cpu|{{{processor|}}}}}} | ||
|label17 = | | label17 = Storage capacity | ||
|data17 = {{{ | | data17 = {{{storage|}}} | ||
|label18 = | | label18 = Memory | ||
|data18 = {{{ | | data18 = {{{memory|}}} | ||
|label19 = | | label19 = Display | ||
|data19 = {{{ | | data19 = {{{display|}}} | ||
|label20 = | | label20 = Connectivity | ||
|data20 = {{{ | | data20 = {{{connectivity|}}} | ||
|label21 = | | label21 = Online services | ||
|data21 = {{{ | | data21 = {{{onlineservice|{{{service|}}}}}} | ||
|label22 = Related articles | | label22 = Dimensions | ||
| | | data22 = {{{dimensions|}}} | ||
| label23 = Weight | |||
| data23 = {{{weight|}}} | |||
| label24 = Touchpad | |||
| data24 = {{{touchpad|}}} | |||
| label25 = Related articles | |||
| data25 = {{{related|}}} | |||
| label26 = [[Web site]] | |||
| data26 = {{{website|}}} | |||
}}<noinclude>{{documentation}}<!---Please add metadata to the <includeonly> section on the /doc subpage - thanks!---></noinclude> | }}<noinclude>{{documentation}}<!---Please add metadata to the <includeonly> section on the /doc subpage - thanks!---></noinclude> | ||
Revision as of 12:12, 16 July 2008
[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 =
}}