Template:System requirements
System requirements | ||
---|---|---|
|
This template is to be used for articles where system requirements are deemed to have importance. |
This template is designed to simplify adding information about system requirements to articles about computer programs. It renders a table containing minimum and (optionally) recommended system requirements. Up to nine platforms are supported.
Please remember: Wikipedia is not a collection of indiscriminate items. As such, tables of system requirements are only acceptable when the article either discusses them explicitly or provides immense and strong context for their appearance; e.g. the articles about operating systems and hypervisors.
Contents
Syntax
{{System requirements |caption = |useminandrec =<!--{yes/no}--> |collapse = |align =<!-- {none/left/right} Default is right --> |width =<!-- Default is 32em --> |pad =<!-- Default is 1em --> <!-- Mandatory section --> |platform1 =<!--Required --> |os1 = |os1rec = |cpu1 = |cpu1rec = |memory1 = |memory1rec = |gpu1 = |gpu1rec = |sound1 = |sound1rec = |network1 = |network1rec = |hdspace1 = |hdspace1rec = |media1 = |media1rec = |display1 = |display1rec = |input1 = |input1rec = <!-- Optional section --> |platform2 =<!--Required --> |os2 = |os2rec = |cpu2 = |cpu2rec = |memory2 = |memory2rec = |gpu2 = |gpu2rec = |sound2 = |sound2rec = |network2 = |network2rec = |hdspace2 = |hdspace2rec = |media2 = |media2rec = |display2 = |display2rec = |input2 = |input2rec = <!-- More optional sections below --> }}
Generic parameters
- width
- Specifies the width of the entire table. Default is 32em (length of 32 "M" characters). To specify width in pixels, use
px
suffix, e.g. 300px.
- useminandrec
- Set to "yes" if you want to use both "Minimum" and "Recommended" columns for requirements. Any other value, or omitting this parameter, will only give a "Requirements" column.
- pad
- Specifies the amount of indentation before the caption. Default is 2.5em (length of 2.5 "M" characters). To specify width in pixels, use
px
suffix, e.g. 15px.
- collapse
- If set, the table will start collapsed.
- caption
- If not set, the title to the requirements table will be set as "System requirements". Set this value to change this title.
- align
- Specifies whether the table should float to the left or right of the screen. Can be
none
,left
orright
. Default isright
.
System specific parameters
- platformn (where n is a number from 1 to 9)
- Identify the personal computing platform that requirements will be given form. The number will correspond with the numbers in the parameters below (e.g. "cpu1" corresponds with "platform1"). If this value is missing, then all parameters of the same number will be ignored.
The remaining parameters take the form of "fieldn" and "fieldnrec", where n corresponds to the platform number above. The first parameter is what will be used for that field, or as it's minimum if "useminandrec" is set to "yes". If no value exists for this field, there will be no entry in the row (all field parameters below are optional). The second parameter "fieldnrec" is used to specific the recommended requirements for this field; this value will only be shown if "useminandrec" is set to "yes". If this parameter is not specified and "useminandrec" is set to "yes", then the first parameter value will be used in its place (via column-spanning). For example, to describe the minimum CPU requirements for the 2nd platform that is specified, define a value for the parameter "cpu2"; the recommended CPU requirements would be "cpu2rec".
The field values are:
os | Operating System |
cpu | CPU |
memory | Memory requirements |
hdspace | Hard Drive Space |
media | Media type (floppy, CD-Rom, DVD, etc.) |
gpu | Graphics Hardware (card or graphic driver support) |
display | Display (minimum resolution, VGA/EGA/etc.) |
sound | Sound Hardware |
input | Input Devices |
network | Network requirements (dial-up/DSL/Cable, minimum up/down speed, etc.) |
Example
The following example is based on the BioShock system requirements.
Code
{{System requirements |useminandrec=yes |align=none |platform1=Windows |os1=Windows XP with Service Pack 2 or Windows Vista |cpu1=Pentium 4 2.5 GHz (single core) |cpu1rec=Intel Core 2 Duo or AMD Athlon 64 X2 |memory1=1 GB |memory1rec=2 GB |gpu1=DirectX 9.0c compliant card with 128 MB RAM (NVIDIA 6600/ATI X1300 or better, excluding ATI X1550), Must support Pixel Shader 3.0 |gpu1rec=DirectX 9.0c compliant card with 512 MB RAM (NVIDIA 7900GT or better) or DirectX 10 compliant card (NVIDIA 8600 or better) |sound1=100% DirectX 9.0c compliant card |sound1rec=Sound Blaster X-Fi (Optimized for EAX ADVANCED HD 4.0/5.0 compatible cards) |network1=Internet connection required for activation |hdspace1=8 GB of free space }}
Product
System requirements | |||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
TemplateData
See the monthly error report for this template.
TemplateData for System requirements
This template is designed to simplify adding information about system requirements to articles about computer programs. It renders a table containing minimum and (optionally) recommended system requirements. Up to nine platforms are supported. PLEASE REMEMBER: Tables of system requirements are only acceptable when the article either discusses them explicitly or provides immense and strong context for their appearance; e.g. the articles about operating systems and hypervisors.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Caption | caption | Specifies the table caption. Default is "System requirements".
| String | optional |
List minimum and recommended? | useminandrec | If set to "yes", the table will have "Recommended" column as well.
| Boolean | suggested |
Collapse? | collapse | If set to "yes", it causes the table to be collapsed by default | Boolean | optional |
Alignment | align | Table's default placement behavior. By default, it floats to the right. Acceptable values (without quotation marks) are "left", "right", "center" and "none".
| String | optional |
Width | width | Table width. Any valid CSS size value is acceptable. Default is "32em".
| String | optional |
Title padding | pad | Amount of padding before the caption. Default is 1em.
| String | optional |
Font size | font-size | Font size for the table. Any valid CSS font size is acceptable. Default is 80%.
| Unbalanced wikitext | optional |
1st platform | platform1 | Name of the 1st platform. This parameter is required for making all other parameters for this platform to appear.
| String | required |
Minimum OS (1st platform) | os1 | Minimum operating system requirements for the 1st platform | Unbalanced wikitext | suggested |
Recommended OS (1st platform) | os1rec | Recommended operating system specifications for the 1st platform | Unbalanced wikitext | optional |
Minimum CPU (1st platform) | cpu1 | Minimum CPU requirements for the 1st platform | Unbalanced wikitext | suggested |
Recommended CPU (1st platform) | cpu1rec | Recommended CPU specifications for the 1st platform | Unbalanced wikitext | optional |
Minimum memory (1st platform) | memory1 | Minimum volatile memory requirements for the 1st platform | Unbalanced wikitext | suggested |
Recommended memory (1st platform) | memory1rec | Recommended volatile memory specifications for the 1st platform | Unbalanced wikitext | optional |
Minimum video (1st platform) | gpu1 | Minimum video subsystem requirements for the 1st platform | Unbalanced wikitext | suggested |
Recommended video (1st platform) | gpu1rec | Recommended video subsystem specifications for the 1st platform | Unbalanced wikitext | optional |
Minimum sound (1st platform) | sound1 | Minimum audio subsystem requirements for the 1st platform | Unbalanced wikitext | suggested |
Recommended sound (1st platform) | sound1rec | Recommended audio subsystem specifications for the 1st platform | Unbalanced wikitext | optional |
Minimum network (1st platform) | network1 | Minimum network requirements for the 1st platform | Unbalanced wikitext | suggested |
Recommended network (1st platform) | network1rec | Recommended network specifications for the 1st platform | Unbalanced wikitext | optional |
Minimum storage (1st platform) | hdspace1 | Minimum storage device requirements for the 1st platform | Unbalanced wikitext | suggested |
Recommended storage (1st platform) | hdspace1rec | Recommended storage device specifications for the 1st platform | Unbalanced wikitext | optional |
Minimum media (1st platform) | media1 | Minimum supported media requirements for the 1st platform | Unbalanced wikitext | suggested |
Recommended media (1st platform) | media1rec | Recommended supported media specifications for the 1st platform | Unbalanced wikitext | optional |
Minimum display (1st platform) | display1 | Minimum display requirements for the 1st platform | Unbalanced wikitext | suggested |
Recommended display (1st platform) | display1rec | Recommended display specifications for the 1st platform | Unbalanced wikitext | optional |
Minimum input (1st platform) | input1 | Minimum input device requirements for the 1st platform | Unbalanced wikitext | suggested |
Recommended input (1st platform) | input1rec | Recommended input device specifications for the 1st platform | Unbalanced wikitext | optional |
2nd platform | platform2 | Name of the 2nd platform. This parameter is required for making all other parameters for this platform to appear.
| String | optional |
Minimum OS (2nd platform) | os2 | Minimum operating system requirements for the 2nd platform | Unbalanced wikitext | optional |
Recommended OS (2nd platform) | os2rec | Recommended operating system specifications for the 2nd platform | Unbalanced wikitext | optional |
Minimum CPU (2nd platform) | cpu2 | Minimum CPU requirements for the 2nd platform | Unbalanced wikitext | optional |
Recommended CPU (2nd platform) | cpu2rec | Recommended CPU specifications for the 2nd platform | Unbalanced wikitext | optional |
Minimum memory (2nd platform) | memory2 | Minimum volatile memory requirements for the 2nd platform | Unbalanced wikitext | optional |
Recommended memory (2nd platform) | memory2rec | Recommended volatile memory specifications for the 2nd platform | Unbalanced wikitext | optional |
Minimum video (2nd platform) | gpu2 | Minimum video subsystem requirements for the 2nd platform | Unbalanced wikitext | optional |
Recommended video (2nd platform) | gpu2rec | Recommended video subsystem specifications for the 2nd platform | Unbalanced wikitext | optional |
Minimum sound (2nd platform) | sound2 | Minimum audio subsystem requirements for the 2nd platform | Unbalanced wikitext | optional |
Recommended sound (2nd platform) | sound2rec | Recommended audio subsystem specifications for the 2nd platform | Unbalanced wikitext | optional |
Minimum network (2nd platform) | network2 | Minimum network requirements for the 2nd platform | Unbalanced wikitext | optional |
Recommended network (2nd platform) | network2rec | Recommended network specifications for the 2nd platform | Unbalanced wikitext | optional |
Minimum storage (2nd platform) | hdspace2 | Minimum storage device requirements for the 2nd platform | Unbalanced wikitext | optional |
Recommended storage (2nd platform) | hdspace2rec | Recommended storage device specifications for the 2nd platform | Unbalanced wikitext | optional |
Minimum media (2nd platform) | media2 | Minimum supported media requirements for the 2nd platform | Unbalanced wikitext | optional |
Recommended media (2nd platform) | media2rec | Recommended supported media specifications for the 2nd platform | Unbalanced wikitext | optional |
Minimum display (2nd platform) | display2 | Minimum display requirements for the 2nd platform | Unbalanced wikitext | optional |
Recommended display (2nd platform) | display2rec | Recommended display specifications for the 2nd platform | Unbalanced wikitext | optional |
Minimum input (2nd platform) | input2 | Minimum input device requirements for the 2nd platform | Unbalanced wikitext | optional |
Recommended input (2nd platform) | input2rec | Recommended input device specifications for the 2nd platform | Unbalanced wikitext | optional |
3rd platform | platform3 | Name of the 3rd platform. This parameter is required for making all other parameters for this platform to appear.
| String | optional |
Minimum OS (3rd platform) | os3 | Minimum operating system requirements for the 3rd platform | Unbalanced wikitext | optional |
Recommended OS (3rd platform) | os3rec | Recommended operating system specifications for the 3rd platform | Unbalanced wikitext | optional |
Minimum CPU (3rd platform) | cpu3 | Minimum CPU requirements for the 3rd platform | Unbalanced wikitext | optional |
Recommended CPU (3rd platform) | cpu3rec | Recommended CPU specifications for the 3rd platform | Unbalanced wikitext | optional |
Minimum memory (3rd platform) | memory3 | Minimum volatile memory requirements for the 3rd platform | Unbalanced wikitext | optional |
Recommended memory (3rd platform) | memory3rec | Recommended volatile memory specifications for the 3rd platform | Unbalanced wikitext | optional |
Minimum video (3rd platform) | gpu3 | Minimum video subsystem requirements for the 3rd platform | Unbalanced wikitext | optional |
Recommended video (3rd platform) | gpu3rec | Recommended video subsystem specifications for the 3rd platform | Unbalanced wikitext | optional |
Minimum sound (3rd platform) | sound3 | Minimum audio subsystem requirements for the 3rd platform | Unbalanced wikitext | optional |
Recommended sound (3rd platform) | sound3rec | Recommended audio subsystem specifications for the 3rd platform | Unbalanced wikitext | optional |
Minimum network (3rd platform) | network3 | Minimum network requirements for the 3rd platform | Unbalanced wikitext | optional |
Recommended network (3rd platform) | network3rec | Recommended network specifications for the 3rd platform | Unbalanced wikitext | optional |
Minimum storage (3rd platform) | hdspace3 | Minimum storage device requirements for the 3rd platform | Unbalanced wikitext | optional |
Recommended storage (3rd platform) | hdspace3rec | Recommended storage device specifications for the 3rd platform | Unbalanced wikitext | optional |
Minimum media (3rd platform) | media3 | Minimum supported media requirements for the 3rd platform | Unbalanced wikitext | optional |
Recommended media (3rd platform) | media3rec | Recommended supported media specifications for the 3rd platform | Unbalanced wikitext | optional |
Minimum display (3rd platform) | display3 | Minimum display requirements for the 3rd platform | Unbalanced wikitext | optional |
Recommended display (3rd platform) | display3rec | Recommended display specifications for the 3rd platform | Unbalanced wikitext | optional |
Minimum input (3rd platform) | input3 | Minimum input device requirements for the 3rd platform | Unbalanced wikitext | optional |
Recommended input (3rd platform) | input3rec | Recommended input device specifications for the 3rd platform | Unbalanced wikitext | optional |
4th platform | platform4 | Name of the 4th platform. This parameter is required for making all other parameters for this platform to appear.
| String | optional |
Minimum OS (4th platform) | os4 | Minimum operating system requirements for the 4th platform | Unbalanced wikitext | optional |
Recommended OS (4th platform) | os4rec | Recommended operating system specifications for the 4th platform | Unbalanced wikitext | optional |
Minimum CPU (4th platform) | cpu4 | Minimum CPU requirements for the 4th platform | Unbalanced wikitext | optional |
Recommended CPU (4th platform) | cpu4rec | Recommended CPU specifications for the 4th platform | Unbalanced wikitext | optional |
Minimum memory (4th platform) | memory4 | Minimum volatile memory requirements for the 4th platform | Unbalanced wikitext | optional |
Recommended memory (4th platform) | memory4rec | Recommended volatile memory specifications for the 4th platform | Unbalanced wikitext | optional |
Minimum video (4th platform) | gpu4 | Minimum video subsystem requirements for the 4th platform | Unbalanced wikitext | optional |
Recommended video (4th platform) | gpu4rec | Recommended video subsystem specifications for the 4th platform | Unbalanced wikitext | optional |
Minimum sound (4th platform) | sound4 | Minimum audio subsystem requirements for the 4th platform | Unbalanced wikitext | optional |
Recommended sound (4th platform) | sound4rec | Recommended audio subsystem specifications for the 4th platform | Unbalanced wikitext | optional |
Minimum network (4th platform) | network4 | Minimum network requirements for the 4th platform | Unbalanced wikitext | optional |
Recommended network (4th platform) | network4rec | Recommended network specifications for the 4th platform | Unbalanced wikitext | optional |
Minimum storage (4th platform) | hdspace4 | Minimum storage device requirements for the 4th platform | Unbalanced wikitext | optional |
Recommended storage (4th platform) | hdspace4rec | Recommended storage device specifications for the 4th platform | Unbalanced wikitext | optional |
Minimum media (4th platform) | media4 | Minimum supported media requirements for the 4th platform | Unbalanced wikitext | optional |
Recommended media (4th platform) | media4rec | Recommended supported media specifications for the 4th platform | Unbalanced wikitext | optional |
Minimum display (4th platform) | display4 | Minimum display requirements for the 4th platform | Unbalanced wikitext | optional |
Recommended display (4th platform) | display4rec | Recommended display specifications for the 4th platform | Unbalanced wikitext | optional |
Minimum input (4th platform) | input4 | Minimum input device requirements for the 4th platform | Unbalanced wikitext | optional |
Recommended input (4th platform) | input4rec | Recommended input device specifications for the 4th platform | Unbalanced wikitext | optional |
5th platform | platform5 | Name of the 5th platform. This parameter is required for making all other parameters for this platform to appear.
| String | optional |
Minimum OS (5th platform) | os5 | Minimum operating system requirements for the 5th platform | Unbalanced wikitext | optional |
Recommended OS (5th platform) | os5rec | Recommended operating system specifications for the 5th platform | Unbalanced wikitext | optional |
Minimum CPU (5th platform) | cpu5 | Minimum CPU requirements for the 5th platform | Unbalanced wikitext | optional |
Recommended CPU (5th platform) | cpu5rec | Recommended CPU specifications for the 5th platform | Unbalanced wikitext | optional |
Minimum memory (5th platform) | memory5 | Minimum volatile memory requirements for the 5th platform | Unbalanced wikitext | optional |
Recommended memory (5th platform) | memory5rec | Recommended volatile memory specifications for the 5th platform | Unbalanced wikitext | optional |
Minimum video (5th platform) | gpu5 | Minimum video subsystem requirements for the 5th platform | Unbalanced wikitext | optional |
Recommended video (5th platform) | gpu5rec | Recommended video subsystem specifications for the 5th platform | Unbalanced wikitext | optional |
Minimum sound (5th platform) | sound5 | Minimum audio subsystem requirements for the 5th platform | Unbalanced wikitext | optional |
Recommended sound (5th platform) | sound5rec | Recommended audio subsystem specifications for the 5th platform | Unbalanced wikitext | optional |
Minimum network (5th platform) | network5 | Minimum network requirements for the 5th platform | Unbalanced wikitext | optional |
Recommended network (5th platform) | network5rec | Recommended network specifications for the 5th platform | Unbalanced wikitext | optional |
Minimum storage (5th platform) | hdspace5 | Minimum storage device requirements for the 5th platform | Unbalanced wikitext | optional |
Recommended storage (5th platform) | hdspace5rec | Recommended storage device specifications for the 5th platform | Unbalanced wikitext | optional |
Minimum media (5th platform) | media5 | Minimum supported media requirements for the 5th platform | Unbalanced wikitext | optional |
Recommended media (5th platform) | media5rec | Recommended supported media specifications for the 5th platform | Unbalanced wikitext | optional |
Minimum display (5th platform) | display5 | Minimum display requirements for the 5th platform | Unbalanced wikitext | optional |
Recommended display (5th platform) | display5rec | Recommended display specifications for the 5th platform | Unbalanced wikitext | optional |
Minimum input (5th platform) | input5 | Minimum input device requirements for the 5th platform | Unbalanced wikitext | optional |
Recommended input (5th platform) | input5rec | Recommended input device specifications for the 5th platform | Unbalanced wikitext | optional |
6th platform | platform6 | Name of the 6th platform. This parameter is required for making all other parameters for this platform to appear.
| String | optional |
Minimum OS (6th platform) | os6 | Minimum operating system requirements for the 6th platform | Unbalanced wikitext | optional |
Recommended OS (6th platform) | os6rec | Recommended operating system specifications for the 6th platform | Unbalanced wikitext | optional |
Minimum CPU (6th platform) | cpu6 | Minimum CPU requirements for the 6th platform | Unbalanced wikitext | optional |
Recommended CPU (6th platform) | cpu6rec | Recommended CPU specifications for the 6th platform | Unbalanced wikitext | optional |
Minimum memory (6th platform) | memory6 | Minimum volatile memory requirements for the 6th platform | Unbalanced wikitext | optional |
Recommended memory (6th platform) | memory6rec | Recommended volatile memory specifications for the 6th platform | Unbalanced wikitext | optional |
Minimum video (6th platform) | gpu6 | Minimum video subsystem requirements for the 6th platform | Unbalanced wikitext | optional |
Recommended video (6th platform) | gpu6rec | Recommended video subsystem specifications for the 6th platform | Unbalanced wikitext | optional |
Minimum sound (6th platform) | sound6 | Minimum audio subsystem requirements for the 6th platform | Unbalanced wikitext | optional |
Recommended sound (6th platform) | sound6rec | Recommended audio subsystem specifications for the 6th platform | Unbalanced wikitext | optional |
Minimum network (6th platform) | network6 | Minimum network requirements for the 6th platform | Unbalanced wikitext | optional |
Recommended network (6th platform) | network6rec | Recommended network specifications for the 6th platform | Unbalanced wikitext | optional |
Minimum storage (6th platform) | hdspace6 | Minimum storage device requirements for the 6th platform | Unbalanced wikitext | optional |
Recommended storage (6th platform) | hdspace6rec | Recommended storage device specifications for the 6th platform | Unbalanced wikitext | optional |
Minimum media (6th platform) | media6 | Minimum supported media requirements for the 6th platform | Unbalanced wikitext | optional |
Recommended media (6th platform) | media6rec | Recommended supported media specifications for the 6th platform | Unbalanced wikitext | optional |
Minimum display (6th platform) | display6 | Minimum display requirements for the 6th platform | Unbalanced wikitext | optional |
Recommended display (6th platform) | display6rec | Recommended display specifications for the 6th platform | Unbalanced wikitext | optional |
Minimum input (6th platform) | input6 | Minimum input device requirements for the 6th platform | Unbalanced wikitext | optional |
Recommended input (6th platform) | input6rec | Recommended input device specifications for the 6th platform | Unbalanced wikitext | optional |
7th platform | platform7 | Name of the 7th platform. This parameter is required for making all other parameters for this platform to appear.
| String | optional |
Minimum OS (7th platform) | os7 | Minimum operating system requirements for the 7th platform | Unbalanced wikitext | optional |
Recommended OS (7th platform) | os7rec | Recommended operating system specifications for the 7th platform | Unbalanced wikitext | optional |
Minimum CPU (7th platform) | cpu7 | Minimum CPU requirements for the 7th platform | Unbalanced wikitext | optional |
Recommended CPU (7th platform) | cpu7rec | Recommended CPU specifications for the 7th platform | Unbalanced wikitext | optional |
Minimum memory (7th platform) | memory7 | Minimum volatile memory requirements for the 7th platform | Unbalanced wikitext | optional |
Recommended memory (7th platform) | memory7rec | Recommended volatile memory specifications for the 7th platform | Unbalanced wikitext | optional |
Minimum video (7th platform) | gpu7 | Minimum video subsystem requirements for the 7th platform | Unbalanced wikitext | optional |
Recommended video (7th platform) | gpu7rec | Recommended video subsystem specifications for the 7th platform | Unbalanced wikitext | optional |
Minimum sound (7th platform) | sound7 | Minimum audio subsystem requirements for the 7th platform | Unbalanced wikitext | optional |
Recommended sound (7th platform) | sound7rec | Recommended audio subsystem specifications for the 7th platform | Unbalanced wikitext | optional |
Minimum network (7th platform) | network7 | Minimum network requirements for the 7th platform | Unbalanced wikitext | optional |
Recommended network (7th platform) | network7rec | Recommended network specifications for the 7th platform | Unbalanced wikitext | optional |
Minimum storage (7th platform) | hdspace7 | Minimum storage device requirements for the 7th platform | Unbalanced wikitext | optional |
Recommended storage (7th platform) | hdspace7rec | Recommended storage device specifications for the 7th platform | Unbalanced wikitext | optional |
Minimum media (7th platform) | media7 | Minimum supported media requirements for the 7th platform | Unbalanced wikitext | optional |
Recommended media (7th platform) | media7rec | Recommended supported media specifications for the 7th platform | Unbalanced wikitext | optional |
Minimum display (7th platform) | display7 | Minimum display requirements for the 7th platform | Unbalanced wikitext | optional |
Recommended display (7th platform) | display7rec | Recommended display specifications for the 7th platform | Unbalanced wikitext | optional |
Minimum input (7th platform) | input7 | Minimum input device requirements for the 7th platform | Unbalanced wikitext | optional |
Recommended input (7th platform) | input7rec | Recommended input device specifications for the 7th platform | Unbalanced wikitext | optional |
8th platform | platform8 | Name of the 8th platform. This parameter is required for making all other parameters for this platform to appear.
| String | optional |
Minimum OS (8th platform) | os8 | Minimum operating system requirements for the 8th platform | Unbalanced wikitext | optional |
Recommended OS (8th platform) | os8rec | Recommended operating system specifications for the 8th platform | Unbalanced wikitext | optional |
Minimum CPU (8th platform) | cpu8 | Minimum CPU requirements for the 8th platform | Unbalanced wikitext | optional |
Recommended CPU (8th platform) | cpu8rec | Recommended CPU specifications for the 8th platform | Unbalanced wikitext | optional |
Minimum memory (8th platform) | memory8 | Minimum volatile memory requirements for the 8th platform | Unbalanced wikitext | optional |
Recommended memory (8th platform) | memory8rec | Recommended volatile memory specifications for the 8th platform | Unbalanced wikitext | optional |
Minimum video (8th platform) | gpu8 | Minimum video subsystem requirements for the 8th platform | Unbalanced wikitext | optional |
Recommended video (8th platform) | gpu8rec | Recommended video subsystem specifications for the 8th platform | Unbalanced wikitext | optional |
Minimum sound (8th platform) | sound8 | Minimum audio subsystem requirements for the 8th platform | Unbalanced wikitext | optional |
Recommended sound (8th platform) | sound8rec | Recommended audio subsystem specifications for the 8th platform | Unbalanced wikitext | optional |
Minimum network (8th platform) | network8 | Minimum network requirements for the 8th platform | Unbalanced wikitext | optional |
Recommended network (8th platform) | network8rec | Recommended network specifications for the 8th platform | Unbalanced wikitext | optional |
Minimum storage (8th platform) | hdspace8 | Minimum storage device requirements for the 8th platform | Unbalanced wikitext | optional |
Recommended storage (8th platform) | hdspace8rec | Recommended storage device specifications for the 8th platform | Unbalanced wikitext | optional |
Minimum media (8th platform) | media8 | Minimum supported media requirements for the 8th platform | Unbalanced wikitext | optional |
Recommended media (8th platform) | media8rec | Recommended supported media specifications for the 8th platform | Unbalanced wikitext | optional |
Minimum display (8th platform) | display8 | Minimum display requirements for the 8th platform | Unbalanced wikitext | optional |
Recommended display (8th platform) | display8rec | Recommended display specifications for the 8th platform | Unbalanced wikitext | optional |
Minimum input (8th platform) | input8 | Minimum input device requirements for the 8th platform | Unbalanced wikitext | optional |
Recommended input (8th platform) | input8rec | Recommended input device specifications for the 8th platform | Unbalanced wikitext | optional |
9th platform | platform9 | Name of the 9th platform. This parameter is required for making all other parameters for this platform to appear.
| String | optional |
Minimum OS (9th platform) | os9 | Minimum operating system requirements for the 9th platform | Unbalanced wikitext | optional |
Recommended OS (9th platform) | os9rec | Recommended operating system specifications for the 9th platform | Unbalanced wikitext | optional |
Minimum CPU (9th platform) | cpu9 | Minimum CPU requirements for the 9th platform | Unbalanced wikitext | optional |
Recommended CPU (9th platform) | cpu9rec | Recommended CPU specifications for the 9th platform | Unbalanced wikitext | optional |
Minimum memory (9th platform) | memory9 | Minimum volatile memory requirements for the 9th platform | Unbalanced wikitext | optional |
Recommended memory (9th platform) | memory9rec | Recommended volatile memory specifications for the 9th platform | Unbalanced wikitext | optional |
Minimum video (9th platform) | gpu9 | Minimum video subsystem requirements for the 9th platform | Unbalanced wikitext | optional |
Recommended video (9th platform) | gpu9rec | Recommended video subsystem specifications for the 9th platform | Unbalanced wikitext | optional |
Minimum sound (9th platform) | sound9 | Minimum audio subsystem requirements for the 9th platform | Unbalanced wikitext | optional |
Recommended sound (9th platform) | sound9rec | Recommended audio subsystem specifications for the 9th platform | Unbalanced wikitext | optional |
Minimum network (9th platform) | network9 | Minimum network requirements for the 9th platform | Unbalanced wikitext | optional |
Recommended network (9th platform) | network9rec | Recommended network specifications for the 9th platform | Unbalanced wikitext | optional |
Minimum storage (9th platform) | hdspace9 | Minimum storage device requirements for the 9th platform | Unbalanced wikitext | optional |
Recommended storage (9th platform) | hdspace9rec | Recommended storage device specifications for the 9th platform | Unbalanced wikitext | optional |
Minimum media (9th platform) | media9 | Minimum supported media requirements for the 9th platform | Unbalanced wikitext | optional |
Recommended media (9th platform) | media9rec | Recommended supported media specifications for the 9th platform | Unbalanced wikitext | optional |
Minimum display (9th platform) | display9 | Minimum display requirements for the 9th platform | Unbalanced wikitext | optional |
Recommended display (9th platform) | display9rec | Recommended display specifications for the 9th platform | Unbalanced wikitext | optional |
Minimum input (9th platform) | input9 | Minimum input device requirements for the 9th platform | Unbalanced wikitext | optional |
Recommended input (9th platform) | input9rec | Recommended input device specifications for the 9th platform | Unbalanced wikitext | optional |
See also
The above documentation is transcluded from Template:System requirements/doc. (edit | history) Editors can experiment in this template's sandbox (create | mirror) and testcases (create) pages. Please add categories to the /doc subpage. Subpages of this template. |