Content deleted Content added
Tag: Reverted |
CPU and Processor are aliases of the same parameter. |
||
(16 intermediate revisions by 8 users not shown) | |||
Line 1:
{{Documentation subpage}}
{{High-use}}
<!-- Place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[Wikipedia:Wikidata]]) -->
{{Lua|Module:Infobox|Module:InfoboxImage|Module:Check for unknown parameters}}
== Usage ==
{{Parameter names example | name | codename | aka | logo | image | caption | developer | manufacturer | family | type | generation | release date | retail availability | lifespan | price | discontinued | units sold | units shipped | media | os | power | soc | cpu | memory | storage | memory card | display | graphics | sound | input | controllers | camera | touchpad | connectivity | currentfw | platform | service | dimensions | weight | topgame | compatibility | predecessor | successor | related | website | model_no }}
<
{{Infobox
| name =
|
|
| logo =
| image =
|
|
| manufacturer =
| family =
Line 56 ⟶ 57:
| language =
}}
{{Clear}}
==Example==
===IdeaPad 500 series===
{{Infobox
| name = Lenovo IdeaPad 500
| title =
Line 67 ⟶ 70:
| image =
| caption =
| developer = [[Lenovo]]▼
| manufacturer = [[Lenovo]]
| family =
Line 74 ⟶ 76:
| releasedate = 2015
| lifespan =
| discontinued = 2017
| unitssold =
Line 81 ⟶ 82:
| os = [[Microsoft Windows]]
| power =
| processor = [[Intel Core i3]]<br />[[Intel Core i5]]<br />[[Intel Core i7]]<br />[[AMD Radeon]]▼
| soc =
▲|
| memory = 6.0GB DDR3L 1600 MHz
| storage = 500 GB 5400 RPM/1 TB
Line 90:
| graphics = Intel HD 520 or AMD Radeon
| sound = Stereo Speakers with Dolby Advanced Audio certification or JBL
| input = {{Ubl|[[keyboard (computing)|Keyboard]]
| controllers =
| camera = Camera with integrated microphone <sup>(Front-facing)</sup>
Line 106:
| website =
}}
<syntaxhighlight lang="
{{Infobox
| name = Lenovo IdeaPad 500
| title =
Line 114:
| image =
| caption =
| developer = [[Lenovo]]▼
| manufacturer = [[Lenovo]]
| family =
Line 121 ⟶ 120:
| releasedate = 2015
| lifespan =
| discontinued = 2017
| unitssold =
Line 128 ⟶ 126:
| os = [[Microsoft Windows]]
| power =
| processor = [[Intel Core i3]]<br />[[Intel Core i5]]<br />[[Intel Core i7]]<br />[[AMD Radeon]]▼
| soc =
▲|
| memory = 6.0GB DDR3L 1600 MHz
| storage = 500 GB 5400 RPM/1 TB
Line 137 ⟶ 134:
| graphics = Intel HD 520 or AMD Radeon
| sound = Stereo Speakers with Dolby Advanced Audio certification or JBL
| input = {{Ubl|[[keyboard (computing)|Keyboard]]
| controllers =
| camera = Camera with integrated microphone <sup>(Front-facing)</sup>
Line 152 ⟶ 149:
| related =
| website =
}}
▲}}</syntaxhighlight>
</syntaxhighlight>
{{Clear}}
===IdeaPad 300 series===
{{Infobox
| name = Lenovo IdeaPad 300
| title =
Line 162 ⟶ 161:
| image = Lenovo ideapad 300 300-14IBR.jpg
| caption =
| manufacturer = [[Lenovo]]
| family =
Line 169 ⟶ 167:
| releasedate = 2015
| lifespan =
| discontinued = 2017
| unitssold =
Line 176 ⟶ 173:
| os = [[Microsoft Windows]]
| power =
| soc =
| cpu = Intel or AMD
| memory = 6.0GB DDR3L 1600 MHz
| storage = 500 GB 5400 RPM/1 TB
Line 201 ⟶ 197:
| website =
}}
<syntaxhighlight lang="
{{Infobox
| name = Lenovo IdeaPad 300
| title =
Line 209 ⟶ 205:
| image = Lenovo ideapad 300 300-14IBR.jpg
| caption =
| manufacturer = [[Lenovo]]
| family =
Line 216 ⟶ 211:
| releasedate = 2015
| lifespan =
| discontinued = 2017
| unitssold =
Line 223 ⟶ 217:
| os = [[Microsoft Windows]]
| power =
| soc =
| cpu = Intel or AMD
| memory = 6.0GB DDR3L 1600 MHz
| storage = 500 GB 5400 RPM/1 TB
Line 249 ⟶ 242:
}}
</syntaxhighlight>
{{
===[[IBM System/360 Model 91]]===
{{Infobox computing device
| name = IBM System/360 Model 91
| logo = IBM Logo 1967-1972.svg
| logo_size = 120px
| image = 360-91-panel.jpg
| image_size = 270px
| caption = System/360 Model 91 Panel at the Goddard Space Flight Center
| release date = January 1966
| discontinued =
| predecessor = IBM 7090
| successor = Model 195
}}
<syntaxhighlight lang="wikitext">
{{Infobox computing device
| name = IBM System/360 Model 91
| logo = IBM Logo 1967-1972.svg
| logo_size = 120px
| image = 360-91-panel.jpg
| image_size = 270px
| caption = System/360 Model 91 Panel at the Goddard Space Flight Center
| release date = January 1966
| discontinued =
| predecessor = IBM 7090
| successor = Model 195
}}
</syntaxhighlight>
{{Clear}}
==Parameters==
Line 260 ⟶ 284:
"type": "string",
"required": false,
"description": "Name of the
"default": "PAGENAME",
"aliases": [
"Name", "title"
]
},
"codename": {
Line 300 ⟶ 327:
"type": "string",
"required": false,
"description": "Caption for the logo. Must only be used to provide anything far more important than 'This is the logo of X'. e.g. used for inserting {{ffdc}} or {{deletable image-caption}}.",
"aliases": [
"logo_caption"
]
},
"image": {
Line 306 ⟶ 336:
"type": "wiki-file-name",
"required": false,
"description": "File name of the image of the
"aliases": [
"Image", "photo", "Photo" ]
},
"image_size": {
Line 315 ⟶ 349:
"description": "Image size. Defaults to 300px. The best practice is to ensure the image is displayed at the default resolution. Hence, use of this parameter is discouraged.",
"default": "300px",
"aliases": [
"ImageWidth" ]
},
"image_upright": {
Line 334 ⟶ 370:
"type": "string",
"required": false,
"description": "Caption for the image of the
},
"aka": {
Line 347 ⟶ 383:
"required": false,
"description": "Name of the developer, if applicable",
"aliases": [
"Developer" ]
},
"manufacturer": {
Line 366 ⟶ 404:
"required": false,
"description": "Type of the device",
"aliases": [
"Type" ]
},
"generation": {
Line 379 ⟶ 419:
"required": false,
"description": "Date introduced",
"aliases": [
"releasedate", "first_release_date", "Released", "Introduced" ]
},
"retail availability": {
Line 386 ⟶ 431:
"required": false,
"description": "Average expected retail availability (date first available in retail to date last available in retail (i.e. the date no more units are being sold, which may be years after production stops))",
"aliases": [
"availability" ]
},
"lifespan": {
Line 398 ⟶ 445:
"type": "string",
"required": false,
"description": "Base price or MSRP (manufacturer suggested retail price) of the
"aliases": [
"baseprice", "price", "MSRP" ]
},
"discontinued": {
Line 405 ⟶ 456:
"type": "string",
"required": false,
"description": "Date of when the
"aliases": [
"discontinued", "discontinuation_date" ]
},
"units sold": {
Line 413 ⟶ 467:
"required": false,
"description": "Number of units sold, including pre-orders",
"aliases": [
"unitssold" ]
},
"units shipped": {
Line 420 ⟶ 476:
"required": false,
"description": "Number of units shipped",
"aliases": [
"unitsshipped" ]
},
"media": {
Line 427 ⟶ 485:
"required": false,
"description": "Supported media. Where applicable, consider using \"removable storage\" parameter instead.",
"aliases": [
"Media" ]
},
"os": {
Line 434 ⟶ 494:
"required": false,
"description": "Operating system bundled with the product",
"aliases": [
"OS", "operatingsystem" ]
},
"power": {
Line 441 ⟶ 504:
"required": false,
"description": "Power consumption specifications",
"aliases": [
"Power" ]
},
"soc": {
Line 447 ⟶ 512:
"type": "string",
"required": false,
"description": "System-on-chip used by the
"SOC", "system-on-chip", "System-on-chip" ]
},
"cpu": {
Line 455 ⟶ 524:
"required": false,
"description": "Central processing unit's brand name and model",
"aliases": [
"CPU", "Processor", "processor" ]
},
"CPUspeed": {
Line 467 ⟶ 540:
"type": "string",
"required": false,
"description": "Amount of volatile random-access memory installed on the
"aliases": [
"Memory", "RAM" ]
},
"RAMtype": {
Line 493 ⟶ 569:
"required": false,
"description": "Specifications of included or supported display devices; e.g. the resolutions that can be outputted.",
"aliases": [
"Display" ]
},
"graphics": {
Line 500 ⟶ 578:
"required": false,
"description": "Specifications of the included graphics component, which is responsible for outputting content to display devices",
"aliases": [
"Graphics", "GPU" ]
},
"sound": {
Line 507 ⟶ 588:
"required": false,
"description": "Specifications of the audio subsystem.",
"aliases": [
"Sound" ]
},
"input": {
Line 513 ⟶ 596:
"type": "string",
"required": false,
"description": "Input devices included with / supported by the
"aliases": [
"Input" ]
},
"controllers": {
Line 520 ⟶ 605:
"type": "string",
"required": false,
"description": "Controller(s) included with / supported by the
},
"camera": {
Line 526 ⟶ 611:
"type": "string",
"required": false,
"description": "Specifications of the camera included with / supported by the
},
"touchpad": {
Line 532 ⟶ 617:
"type": "string",
"required": false,
"description": "Specifications of the touchpad included with the
},
"connectivity": {
Line 539 ⟶ 624:
"required": false,
"description": "Specifications of any components that support data transfer in and out of the device, including networking subsystems.",
"aliases": [
"Connectivity" ]
},
"label": "Current firmware",
"type": "string",
"required": false,
"description": "The current firmware version of the given
},
"platform": {
Line 558 ⟶ 645:
"required": false,
"description": "Name of any associated online service(s).",
"aliases": [
"onlineservice", "service" ]
},
"dimensions": {
Line 564 ⟶ 654:
"type": "string",
"required": false,
"description": "The dimensions (width, height, depth) of the
"aliases": [
"Casing" ]
},
"weight": {
Line 577 ⟶ 669:
"type": "string",
"required": false,
"description": "Name of the best selling video game that works on the
"aliases": [
"topgame" ]
},
"compatibility": {
Line 584 ⟶ 678:
"type": "string",
"required": false,
"description": "Details of backward compatibility with the
},
"predecessor": {
Line 590 ⟶ 684:
"type": "string",
"required": false,
"description": "Name of the
},
"successor": {
Line 596 ⟶ 690:
"type": "string",
"required": false,
"description": "Name of the
},
"label": "Marketing target",
"description": "Target audience of
"type": "string",
"required": false,
Line 611 ⟶ 705:
"type": "string",
"required": false,
"description": "Names of any sibling devices to the
},
"website": {
Line 618 ⟶ 712:
"required": false,
"description": "URL of the official website, in a printer-friendly form. (consider using the {{URL}} template for cleaner URL output)",
"aliases": [
"Website" ]
},
"language": {
Line 625 ⟶ 721:
"required": false,
"description": "The common programming languages, used with computer platform (if these exists)"
},
"model_no": {
"label": "Model number",
"type": "string"
}
},
Line 641 ⟶ 741:
== Tracking category ==
* {{clc|Pages using Infobox
== See also ==
Line 648 ⟶ 748:
<includeonly>{{Sandbox other||
<!-- Categories go here and interwikis go in Wikidata. -->
[[Category:Computer hardware infobox templates| ]]
[[Category:Templates that add a tracking category]]
|