Content deleted Content added
No edit summary |
CPU and Processor are aliases of the same parameter. |
||
(21 intermediate revisions by 11 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 =
Line 56 ⟶ 57:
| language =
}}
</syntaxhighlight>
{{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="wikitext">
{{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>
{{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="wikitext">
{{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 247 ⟶ 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 259 ⟶ 284:
"type": "string",
"required": false,
"description": "Name of the
"default": "PAGENAME",
"aliases": [
"Name", "title"
]
},
"codename": {
Line 299 ⟶ 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 305 ⟶ 336:
"type": "wiki-file-name",
"required": false,
"description": "File name of the image of the
"aliases": [
"Image", "photo", "Photo" ]
},
"image_size": {
Line 314 ⟶ 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 333 ⟶ 370:
"type": "string",
"required": false,
"description": "Caption for the image of the
},
"aka": {
Line 346 ⟶ 383:
"required": false,
"description": "Name of the developer, if applicable",
"aliases": [
"Developer" ]
},
"manufacturer": {
Line 365 ⟶ 404:
"required": false,
"description": "Type of the device",
"aliases": [
"Type" ]
},
"generation": {
Line 378 ⟶ 419:
"required": false,
"description": "Date introduced",
"aliases": [
"releasedate", "first_release_date", "Released", "Introduced" ]
},
"retail availability": {
Line 385 ⟶ 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 397 ⟶ 445:
"type": "string",
"required": false,
"description": "Base price or MSRP (manufacturer suggested retail price) of the
"aliases": [
"baseprice", "price", "MSRP" ]
},
"discontinued": {
Line 404 ⟶ 456:
"type": "string",
"required": false,
"description": "Date of when the
"aliases": [
"discontinued", "discontinuation_date" ]
},
"units sold": {
Line 412 ⟶ 467:
"required": false,
"description": "Number of units sold, including pre-orders",
"aliases": [
"unitssold" ]
},
"units shipped": {
Line 419 ⟶ 476:
"required": false,
"description": "Number of units shipped",
"aliases": [
"unitsshipped" ]
},
"media": {
Line 426 ⟶ 485:
"required": false,
"description": "Supported media. Where applicable, consider using \"removable storage\" parameter instead.",
"aliases": [
"Media" ]
},
"os": {
Line 433 ⟶ 494:
"required": false,
"description": "Operating system bundled with the product",
"aliases": [
"OS", "operatingsystem" ]
},
"power": {
Line 440 ⟶ 504:
"required": false,
"description": "Power consumption specifications",
"aliases": [
"Power" ]
},
"soc": {
Line 446 ⟶ 512:
"type": "string",
"required": false,
"description": "System-on-chip used by the
"SOC", "system-on-chip", "System-on-chip" ]
},
"cpu": {
Line 454 ⟶ 524:
"required": false,
"description": "Central processing unit's brand name and model",
"aliases": [
"CPU", "Processor", "processor" ]
},
"CPUspeed": {
Line 466 ⟶ 540:
"type": "string",
"required": false,
"description": "Amount of volatile random-access memory installed on the
"aliases": [
"Memory", "RAM" ]
},
"RAMtype": {
Line 492 ⟶ 569:
"required": false,
"description": "Specifications of included or supported display devices; e.g. the resolutions that can be outputted.",
"aliases": [
"Display" ]
},
"graphics": {
Line 499 ⟶ 578:
"required": false,
"description": "Specifications of the included graphics component, which is responsible for outputting content to display devices",
"aliases": [
"Graphics", "GPU" ]
},
"sound": {
Line 506 ⟶ 588:
"required": false,
"description": "Specifications of the audio subsystem.",
"aliases": [
"Sound" ]
},
"input": {
Line 512 ⟶ 596:
"type": "string",
"required": false,
"description": "Input devices included with / supported by the
"aliases": [
"Input" ]
},
"controllers": {
Line 519 ⟶ 605:
"type": "string",
"required": false,
"description": "Controller(s) included with / supported by the
},
"camera": {
Line 525 ⟶ 611:
"type": "string",
"required": false,
"description": "Specifications of the camera included with / supported by the
},
"touchpad": {
Line 531 ⟶ 617:
"type": "string",
"required": false,
"description": "Specifications of the touchpad included with the
},
"connectivity": {
Line 538 ⟶ 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 557 ⟶ 645:
"required": false,
"description": "Name of any associated online service(s).",
"aliases": [
"onlineservice", "service" ]
},
"dimensions": {
Line 563 ⟶ 654:
"type": "string",
"required": false,
"description": "The dimensions (width, height, depth) of the
"aliases": [
"Casing" ]
},
"weight": {
Line 576 ⟶ 669:
"type": "string",
"required": false,
"description": "Name of the best selling video game that works on the
"aliases": [
"topgame" ]
},
"compatibility": {
Line 583 ⟶ 678:
"type": "string",
"required": false,
"description": "Details of backward compatibility with the
},
"predecessor": {
Line 589 ⟶ 684:
"type": "string",
"required": false,
"description": "Name of the
},
"successor": {
Line 595 ⟶ 690:
"type": "string",
"required": false,
"description": "Name of the
},
"label": "Marketing target",
"description": "Target audience of
"type": "string",
"required": false,
Line 610 ⟶ 705:
"type": "string",
"required": false,
"description": "Names of any sibling devices to the
},
"website": {
Line 617 ⟶ 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 624 ⟶ 721:
"required": false,
"description": "The common programming languages, used with computer platform (if these exists)"
},
"model_no": {
"label": "Model number",
"type": "string"
}
},
Line 640 ⟶ 741:
== Tracking category ==
* {{clc|Pages using Infobox
== See also ==
Line 647 ⟶ 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>
|