Difference between revisions of "Template:Device Infobox/Motherboard"

From Vogons Wiki
Jump to: navigation, search
(First few items)
 
(Add properties for total slots)
Line 12: Line 12:
 
   {{Device Infobox/Item | ISA slots | <!--
 
   {{Device Infobox/Item | ISA slots | <!--
 
     -->[[Has 8-bit ISA slots::{{{ISA slots/8-bit|Unknown}}}|{{{ISA slots/8-bit|Unknown}}} @ 8-bit]]<br/><!--
 
     -->[[Has 8-bit ISA slots::{{{ISA slots/8-bit|Unknown}}}|{{{ISA slots/8-bit|Unknown}}} @ 8-bit]]<br/><!--
     -->[[Has 16-bit ISA slots::{{{ISA slots/16-bit|Unknown}}}|{{{ISA slots/16-bit|Unknown}}} @ 16-bit]]
+
     -->[[Has 16-bit ISA slots::{{{ISA slots/16-bit|Unknown}}}|{{{ISA slots/16-bit|Unknown}}} @ 16-bit]]<!--
 +
    -->[[Has total ISA slots::{{#expr: {{{ISA slots/8-bit|0}}} + {{{ISA slots/16-bit|0}}} }}|]]
 
   }}
 
   }}
 +
|
 +
[[Has 8-bit ISA slots::0|:0]]
 +
[[Has 16-bit ISA slots::0|:0]]
 +
[[Has total ISA slots::0|:0]]
 
}}
 
}}
  
Line 28: Line 33:
 
     -->{{#ifexpr:{{{PCI slots/64-bit/33|1}}} > 0 | [[Has 64-bit 33MHz PCI slots::{{{PCI slots/64-bit/33|Unknown}}}|{{{PCI slots/64-bit/33|Unknown}}} @ 64-bit 33MHz]]}}<br/><!--
 
     -->{{#ifexpr:{{{PCI slots/64-bit/33|1}}} > 0 | [[Has 64-bit 33MHz PCI slots::{{{PCI slots/64-bit/33|Unknown}}}|{{{PCI slots/64-bit/33|Unknown}}} @ 64-bit 33MHz]]}}<br/><!--
 
     -->{{#ifexpr:{{{PCI slots/64-bit/66|1}}} > 0 | [[Has 64-bit 66MHz PCI slots::{{{PCI slots/64-bit/66|Unknown}}}|{{{PCI slots/64-bit/66|Unknown}}} @ 64-bit 66MHz]]}}<br/><!--
 
     -->{{#ifexpr:{{{PCI slots/64-bit/66|1}}} > 0 | [[Has 64-bit 66MHz PCI slots::{{{PCI slots/64-bit/66|Unknown}}}|{{{PCI slots/64-bit/66|Unknown}}} @ 64-bit 66MHz]]}}<br/><!--
     -->{{#ifexpr:{{{PCI slots/64-bit/133|1}}} > 0 | [[Has 64-bit 133MHz PCI slots::{{{PCI slots/64-bit/133|Unknown}}}|{{{PCI slots/64-bit/133|Unknown}}} @ 64-bit 133MHz]]}}
+
     -->{{#ifexpr:{{{PCI slots/64-bit/133|1}}} > 0 | [[Has 64-bit 133MHz PCI slots::{{{PCI slots/64-bit/133|Unknown}}}|{{{PCI slots/64-bit/133|Unknown}}} @ 64-bit 133MHz]]}}<!--
 +
    -->[[Has total PCI slots::{{#expr: {{{PCI slots/32-bit/33|0}}} + {{{PCI slots/32-bit/66|0}}} + {{{PCI slots/64-bit/33|0}}} + {{{PCI slots/64-bit/66|0}}} + {{{PCI slots/64-bit/133|0}}} }}|]]
 
   }}
 
   }}
 +
|
 +
[[Has 32-bit 33MHz PCI slots::0|:0]]
 +
[[Has 32-bit 66MHz PCI slots::0|:0]]
 +
[[Has 64-bit 33MHz PCI slots::0|:0]]
 +
[[Has 64-bit 66MHz PCI slots::0|:0]]
 +
[[Has 64-bit 133MHz PCI slots::0|:0]]
 +
[[Has total PCI slots::0|:0]]
 
}}
 
}}
 
{{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}}]] }}

Revision as of 15:59, 5 March 2016

Device Infobox/Motherboard
There is no image of this device — upload one!
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
ISA slots Unknown @ 8-bit
Unknown @ 16-bit
PCI slots Unknown @ 32-bit 33MHz
Unknown @ 32-bit 66MHz
Unknown @ 64-bit 33MHz
Unknown @ 64-bit 66MHz
Unknown @ 64-bit 133MHz
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 Property:Form factor
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.
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:
  • None - no ROM chip is present
  • 28-pin JEDEC - standard byte-wide 28-pin ROM/PROM
  • 32-pin JEDEC - standard 32-pin EEPROM/flash chip
  • PLCC32 - 32-pin PLCC flash chip
  • TSOP40 - 40-pin TSOP package, usually flash memory

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").