Difference between revisions of "Template:Device Infobox/Motherboard"
Malvineous (Talk | contribs) (Add option for COAST slot) |
Malvineous (Talk | contribs) (Add max RAM to options list) |
||
Line 61: | Line 61: | ||
-->{{#ifexpr:{{{RAM slots/DDR3|0}}} > 0 | [[Has DDR3 RAM slots::{{{RAM slots/DDR3}}}]] @ [[DDR3]]}} | -->{{#ifexpr:{{{RAM slots/DDR3|0}}} > 0 | [[Has DDR3 RAM slots::{{{RAM slots/DDR3}}}]] @ [[DDR3]]}} | ||
}} | }} | ||
− | {{Device Infobox/Item | Maximum RAM | [[Has | + | {{Device Infobox/Item | Maximum RAM | [[Has max memory::{{{Max RAM|Unknown}}}]]}} |
{{Device Infobox/Item | Boot ROM | [[Is ROM socketed::{{{Is ROM socketed|Unknown}}}|{{#switch:{{{Is ROM socketed}}} | Yes=Socket, | No=Soldered, }}]] [[ROM type::{{{ROM type|Unknown}}}{{#ifeq:{{{ROM type|}}}||{{!}}Unknown type}}]], [[Is ROM writable::{{#switch:{{{Is ROM writable}}}|No=No{{!}}read-only|Yes=Yes{{!}}read-write|Unknown{{!}}write ability unknown}}]] }} | {{Device Infobox/Item | Boot ROM | [[Is ROM socketed::{{{Is ROM socketed|Unknown}}}|{{#switch:{{{Is ROM socketed}}} | Yes=Socket, | No=Soldered, }}]] [[ROM type::{{{ROM type|Unknown}}}{{#ifeq:{{{ROM type|}}}||{{!}}Unknown type}}]], [[Is ROM writable::{{#switch:{{{Is ROM writable}}}|No=No{{!}}read-only|Yes=Yes{{!}}read-write|Unknown{{!}}write ability unknown}}]] }} | ||
Line 109: | Line 109: | ||
|- | |- | ||
| RAM slots/DDR3 = 0 || {{Property:Has DDR3 RAM slots}} | | RAM slots/DDR3 = 0 || {{Property:Has DDR3 RAM slots}} | ||
+ | |- | ||
+ | | Max RAM = ''Value'' || {{Property:Has max memory}} | ||
|- | |- | ||
| Is ROM socketed = ''Value'' || {{Property:Is ROM socketed}} | | Is ROM socketed = ''Value'' || {{Property:Is ROM socketed}} |
Revision as of 15:33, 18 March 2016
Bus type | Unknown |
---|---|
Bus width | Unknown |
Bus speed | Unknown |
8-bit ISA compatible? | Unknown |
PCI 5V tolerant? | Unknown |
PCI 3.3V tolerant? | |
Manufacturer | Unknown |
Chipset | Unknown |
Connectors | Unknown |
Requires -5VDC? | Unknown |
Requires -12VDC? | Unknown |
Config method | Unknown |
Motherboard | |
Form factor | Unknown |
CPU socket | Unknown |
RAM slots | |
Maximum RAM | Unknown |
Boot ROM | Unknown type, write ability unknown |
Driver | Missing download URL |
This template is used to populate the Device Infobox with information about a motherboard. See PC Chips M-209 for example use. As this template sits inside an infobox, it can be combined with other templates in the case of multi-function devices.
Valid parameters and examples specific to this infobox are:
Parameter | Meaning |
---|---|
Form factor = Value | Page name for the size and shape of the motherboard. One of:
Add others to this list as needed. See Wikipedia:Computer form factor for details |
CPU socket = Value | Page name for the type of CPU socket. One of:
Add others to this list as needed - try to be as generic as possible, avoiding part names and using interface names instead. |
COAST slot = Y | Boolean value indicating whether the board has a slot for a COAST cache module or not. Set to Y if so (do not use another value like "Yes" as the template only recognises a single "Y") |
ISA slots/8-bit = 0 | Number of 8-bit ISA slots. Set to 0 or omit entirely if there are none. |
ISA slots/16-bit = 0 | Number of 16-bit ISA slots. Set to 0 or omit entirely if there are none. |
PCI slots/32-bit/33 = 0 | Number of 32-bit 33MHz PCI slots. Set to 0 or omit entirely if there are none. |
PCI slots/32-bit/66 = 0 | Number of 32-bit 66MHz PCI slots. Set to 0 or omit entirely if there are none. |
PCI slots/64-bit/33 = 0 | Number of 64-bit 33MHz PCI slots. Set to 0 or omit entirely if there are none. |
PCI slots/64-bit/66 = 0 | Number of 64-bit 66MHz PCI slots. Set to 0 or omit entirely if there are none. |
PCI slots/64-bit/133 = 0 | Number of 64-bit 133MHz PCI slots. Set to 0 or omit entirely if there are none. |
RAM slots/SIPP = 0 | Property:Has SIPP RAM slots |
RAM slots/30-pin = 0 | Property:Has 30-pin RAM slots |
RAM slots/72-pin = 0 | Property:Has 72-pin RAM slots |
RAM slots/SDRAM = 0 | Number of SDRAM memory slots. Set to 0 or omit entirely if there are none. |
RAM slots/RDRAM = 0 | Number of RDRAM memory slots. Set to 0 or omit entirely if there are none. |
RAM slots/DDR1 = 0 | Number of DDR1 memory slots. Set to 0 or omit entirely if there are none. |
RAM slots/DDR2 = 0 | Number of DDR2 memory slots. Set to 0 or omit entirely if there are none. |
RAM slots/DDR3 = 0 | Number of DDR3 memory slots. Set to 0 or omit entirely if there are none. |
Max RAM = Value | Maximum RAM capacity of the device when all slots are fully populated with the largest capacity chips supported. Provide a value with a suffix, such as 512 B (bytes), 256 kB, 2 MB, etc. |
Is ROM socketed = Value | Boolean value indicating whether there is a ROM socket or not. Yes if there is a socket for a boot ROM, or No if there is no boot ROM socket, or the boot ROM chip is soldered onto the PCB (typical for flash ROM chips). |
ROM type = Value | Text value for the type of ROM/EEPROM/Flash chip. One of:
Add others to this list as needed - try to be as generic as possible, avoiding part names and using interface names instead. |
Is ROM writable = Value | Boolean value indicating whether the ROM can be reflashed by the target system. Yes if the card can program the ROM itself, or No if the card has no ROM programming capability. |
Default values are shown if the parameter is omitted, so do not use any parameters unless the value is known (most of the defaults say "unknown").