Content deleted Content added
No edit summary Tag: Reverted |
CPU and Processor are aliases of the same parameter. |
||
(20 intermediate revisions by 10 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 =
| codename =
| aka =
Line 16:
| caption =
| developer =
| manufacturer =
| family =
Line 59 ⟶ 57:
| language =
}}
</syntaxhighlight>
{{Clear}}
==Example==
===IdeaPad 500 series===
{{Infobox
| name = Lenovo IdeaPad 500
| title =
Line 70:
| image =
| caption =
| developer = [[Lenovo]]▼
| manufacturer = [[Lenovo]]
| family =
Line 77 ⟶ 76:
| releasedate = 2015
| lifespan =
| discontinued = 2017
| unitssold =
Line 84 ⟶ 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 93 ⟶ 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 109 ⟶ 106:
| website =
}}
<syntaxhighlight lang="wikitext">
{{Infobox
| name = Lenovo IdeaPad 500
| title =
Line 117 ⟶ 114:
| image =
| caption =
| developer = [[Lenovo]]▼
| manufacturer = [[Lenovo]]
| family =
Line 124 ⟶ 120:
| releasedate = 2015
| lifespan =
| discontinued = 2017
| unitssold =
Line 131 ⟶ 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 140 ⟶ 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 155 ⟶ 149:
| related =
| website =
}}
</syntaxhighlight>
{{Clear}}
===IdeaPad 300 series===
{{Infobox
| name = Lenovo IdeaPad 300
| title =
Line 165 ⟶ 161:
| image = Lenovo ideapad 300 300-14IBR.jpg
| caption =
| manufacturer = [[Lenovo]]
| family =
Line 172 ⟶ 167:
| releasedate = 2015
| lifespan =
| discontinued = 2017
| unitssold =
Line 179 ⟶ 173:
| os = [[Microsoft Windows]]
| power =
| soc =
| cpu = Intel or AMD
| memory = 6.0GB DDR3L 1600 MHz
| storage = 500 GB 5400 RPM/1 TB
Line 204 ⟶ 197:
| website =
}}
<syntaxhighlight lang="wikitext">
{{Infobox
| name = Lenovo IdeaPad 300
| title =
Line 212 ⟶ 205:
| image = Lenovo ideapad 300 300-14IBR.jpg
| caption =
| manufacturer = [[Lenovo]]
| family =
Line 219 ⟶ 211:
| releasedate = 2015
| lifespan =
| discontinued = 2017
| unitssold =
Line 226 ⟶ 217:
| os = [[Microsoft Windows]]
| power =
| soc =
| cpu = Intel or AMD
| memory = 6.0GB DDR3L 1600 MHz
| storage = 500 GB 5400 RPM/1 TB
Line 250 ⟶ 240:
| related =
| website =
}}
</syntaxhighlight>
▲{{-}}
{{Clear}}
===[[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 262 ⟶ 284:
"type": "string",
"required": false,
"description": "Name of the
"default": "PAGENAME",
"aliases": [
"Name", "title"
]
},
"codename": {
Line 302 ⟶ 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 308 ⟶ 336:
"type": "wiki-file-name",
"required": false,
"description": "File name of the image of the
"aliases": [
"Image", "photo", "Photo" ]
},
"image_size": {
Line 317 ⟶ 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 336 ⟶ 370:
"type": "string",
"required": false,
"description": "Caption for the image of the
},
"aka": {
Line 349 ⟶ 383:
"required": false,
"description": "Name of the developer, if applicable",
"aliases": [
"Developer" ]
},
"manufacturer": {
Line 368 ⟶ 404:
"required": false,
"description": "Type of the device",
"aliases": [
"Type" ]
},
"generation": {
Line 381 ⟶ 419:
"required": false,
"description": "Date introduced",
"aliases": [
"releasedate", "first_release_date", "Released", "Introduced" ]
},
"retail availability": {
Line 388 ⟶ 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 400 ⟶ 445:
"type": "string",
"required": false,
"description": "Base price or MSRP (manufacturer suggested retail price) of the
"aliases": [
"baseprice", "price", "MSRP" ]
},
"discontinued": {
Line 407 ⟶ 456:
"type": "string",
"required": false,
"description": "Date of when the
"aliases": [
"discontinued", "discontinuation_date" ]
},
"units sold": {
Line 415 ⟶ 467:
"required": false,
"description": "Number of units sold, including pre-orders",
"aliases": [
"unitssold" ]
},
"units shipped": {
Line 422 ⟶ 476:
"required": false,
"description": "Number of units shipped",
"aliases": [
"unitsshipped" ]
},
"media": {
Line 429 ⟶ 485:
"required": false,
"description": "Supported media. Where applicable, consider using \"removable storage\" parameter instead.",
"aliases": [
"Media" ]
},
"os": {
Line 436 ⟶ 494:
"required": false,
"description": "Operating system bundled with the product",
"aliases": [
"OS", "operatingsystem" ]
},
"power": {
Line 443 ⟶ 504:
"required": false,
"description": "Power consumption specifications",
"aliases": [
"Power" ]
},
"soc": {
Line 449 ⟶ 512:
"type": "string",
"required": false,
"description": "System-on-chip used by the
"SOC", "system-on-chip", "System-on-chip" ]
},
"cpu": {
Line 457 ⟶ 524:
"required": false,
"description": "Central processing unit's brand name and model",
"aliases": [
"CPU", "Processor", "processor" ]
},
"CPUspeed": {
Line 469 ⟶ 540:
"type": "string",
"required": false,
"description": "Amount of volatile random-access memory installed on the
"aliases": [
"Memory", "RAM" ]
},
"RAMtype": {
Line 495 ⟶ 569:
"required": false,
"description": "Specifications of included or supported display devices; e.g. the resolutions that can be outputted.",
"aliases": [
"Display" ]
},
"graphics": {
Line 502 ⟶ 578:
"required": false,
"description": "Specifications of the included graphics component, which is responsible for outputting content to display devices",
"aliases": [
"Graphics", "GPU" ]
},
"sound": {
Line 509 ⟶ 588:
"required": false,
"description": "Specifications of the audio subsystem.",
"aliases": [
"Sound" ]
},
"input": {
Line 515 ⟶ 596:
"type": "string",
"required": false,
"description": "Input devices included with / supported by the
"aliases": [
"Input" ]
},
"controllers": {
Line 522 ⟶ 605:
"type": "string",
"required": false,
"description": "Controller(s) included with / supported by the
},
"camera": {
Line 528 ⟶ 611:
"type": "string",
"required": false,
"description": "Specifications of the camera included with / supported by the
},
"touchpad": {
Line 534 ⟶ 617:
"type": "string",
"required": false,
"description": "Specifications of the touchpad included with the
},
"connectivity": {
Line 541 ⟶ 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 560 ⟶ 645:
"required": false,
"description": "Name of any associated online service(s).",
"aliases": [
"onlineservice", "service" ]
},
"dimensions": {
Line 566 ⟶ 654:
"type": "string",
"required": false,
"description": "The dimensions (width, height, depth) of the
"aliases": [
"Casing" ]
},
"weight": {
Line 579 ⟶ 669:
"type": "string",
"required": false,
"description": "Name of the best selling video game that works on the
"aliases": [
"topgame" ]
},
"compatibility": {
Line 586 ⟶ 678:
"type": "string",
"required": false,
"description": "Details of backward compatibility with the
},
"predecessor": {
Line 592 ⟶ 684:
"type": "string",
"required": false,
"description": "Name of the
},
"successor": {
Line 598 ⟶ 690:
"type": "string",
"required": false,
"description": "Name of the
},
"label": "Marketing target",
"description": "Target audience of
"type": "string",
"required": false,
Line 613 ⟶ 705:
"type": "string",
"required": false,
"description": "Names of any sibling devices to the
},
"website": {
Line 620 ⟶ 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 627 ⟶ 721:
"required": false,
"description": "The common programming languages, used with computer platform (if these exists)"
},
"model_no": {
"label": "Model number",
"type": "string"
}
},
Line 643 ⟶ 741:
== Tracking category ==
* {{clc|Pages using Infobox
== See also ==
Line 650 ⟶ 748:
<includeonly>{{Sandbox other||
<!-- Categories go here and interwikis go in Wikidata. -->
[[Category:Computer hardware infobox templates| ]]
[[Category:Templates that add a tracking category]]
[[Category:Information appliances|τ]]
}}</includeonly>
|