Difference between revisions of "Template:Infobox Disk drive"
From Computer History Wiki
(New page: Category: Disk drive) |
m (typo) |
||
(22 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | [[ | + | <noinclude> |
+ | This template is for disk drives, its usage is as below, containing the listed optional (other than the 'name') arguments: | ||
+ | |||
+ | <pre> | ||
+ | {{Infobox Disk drive | ||
+ | | name = name of drive | ||
+ | | image = name of wiki image of drive | ||
+ | | imgwidth = size of image (default 250px) | ||
+ | | caption = | ||
+ | | manufacturer = | ||
+ | | year introduced = | ||
+ | | year discontinued = | ||
+ | | controller = drive controller(s) and their host | ||
+ | | interface | ||
+ | | capacity = | ||
+ | | transfer rate = in an appropriate unit (megabits/sec, etc) | ||
+ | | throughput = in I/Os per second | ||
+ | | minimum access time = | ||
+ | | average access time = | ||
+ | | maximum access time = | ||
+ | | rpm = | ||
+ | | revolution time = for 1/2 revolution (average rotational delay) | ||
+ | | one track seek = | ||
+ | | average seek = | ||
+ | | maximum seek = | ||
+ | | head switch = | ||
+ | | media = type of media drive uses | ||
+ | | surfaces = | ||
+ | | number of heads = | ||
+ | | tracks = tracks per surface | ||
+ | | sectors = per track | ||
+ | | words per sector = | ||
+ | | bytes per sector = | ||
+ | | tracks per inch = | ||
+ | | density = in bits per inch | ||
+ | | recording method = mfm, etc. etc. | ||
+ | | start time = | ||
+ | | stop time = | ||
+ | | physical size = | ||
+ | | weight = | ||
+ | | power consumption = | ||
+ | }} | ||
+ | </pre> | ||
+ | </noinclude> | ||
+ | |||
+ | <includeonly> | ||
+ | {| class="infobox bordered" style="width: 25em; text-align: left; font-size: 90%" align="right" | ||
+ | |- | ||
+ | | colspan="2" style="text-align:center; font-size: large;" | '''{{{name}}}''' | ||
+ | |- | ||
+ | {{#if: {{{image|}}} | | ||
+ | {{!}} colspan="2" style="text-align:center;" {{!}} [[Image:{{{image}}}|{{{imgwidth|250px}}}| ]]<br>{{{caption}}} }} | ||
+ | |- | ||
+ | |||
+ | {{#if: {{{manufacturer|}}} | | ||
+ | ! Manufacturer: | ||
+ | {{!}} {{{manufacturer}}} }} | ||
+ | |- | ||
+ | |||
+ | {{#if: {{{year introduced|}}} | | ||
+ | ! Year Introduced: | ||
+ | {{!}} {{{year introduced}}} }} | ||
+ | |- | ||
+ | |||
+ | {{#if: {{{year discontinued|}}} | | ||
+ | ! Year Discontinued: | ||
+ | {{!}} {{{year discontinued}}} }} | ||
+ | |- | ||
+ | |||
+ | {{#if: {{{controller|}}} | | ||
+ | ! Drive Controller(s): | ||
+ | {{!}} {{{controller}}} }} | ||
+ | |- | ||
+ | |||
+ | {{#if: {{{capacity|}}} | | ||
+ | ! Capacity: | ||
+ | {{!}} {{{capacity}}} }} | ||
+ | |- | ||
+ | |||
+ | {{#if: {{{transfer rate|}}} | | ||
+ | ! Transfer Rate: | ||
+ | {{!}} {{{transfer rate}}} }} | ||
+ | |- | ||
+ | |||
+ | {{#if: {{{throughput|}}} | | ||
+ | ! Throughput: | ||
+ | {{!}} {{{throughput}}} }} | ||
+ | |- | ||
+ | |||
+ | {{#if: {{{minimum access time|}}} | | ||
+ | ! Minimum Access Time: | ||
+ | {{!}} {{{minimum access time}}} }} | ||
+ | |- | ||
+ | |||
+ | {{#if: {{{average access time|}}} | | ||
+ | ! Average Access Time: | ||
+ | {{!}} {{{average access time}}} }} | ||
+ | |- | ||
+ | |||
+ | {{#if: {{{maximum access time|}}} | | ||
+ | ! Maximum Access Time: | ||
+ | {{!}} {{{maximum access time}}} }} | ||
+ | |- | ||
+ | |||
+ | {{#if: {{{rpm|}}} | | ||
+ | ! Revolutions per Minute: | ||
+ | {{!}} {{{rpm}}} }} | ||
+ | |- | ||
+ | |||
+ | {{#if: {{{revolution time|}}} | | ||
+ | ! 1/2 Revolution Time: | ||
+ | {{!}} {{{revolution time}}} }} | ||
+ | |- | ||
+ | |||
+ | {{#if: {{{one track seek|}}} | | ||
+ | ! One Track Seek Time: | ||
+ | {{!}} {{{one track seek}}} }} | ||
+ | |- | ||
+ | |||
+ | {{#if: {{{average seek|}}} | | ||
+ | ! Average Seek Time: | ||
+ | {{!}} {{{average seek}}} }} | ||
+ | |- | ||
+ | |||
+ | {{#if: {{{maximum seek|}}} | | ||
+ | ! Maximum Seek Time: | ||
+ | {{!}} {{{maximum seek}}} }} | ||
+ | |- | ||
+ | |||
+ | {{#if: {{{head switch|}}} | | ||
+ | ! Head Switching Time: | ||
+ | {{!}} {{{head switch}}} }} | ||
+ | |- | ||
+ | |||
+ | {{#if: {{{media|}}} | | ||
+ | ! Media: | ||
+ | {{!}} {{{media}}} }} | ||
+ | |- | ||
+ | |||
+ | {{#if: {{{surfaces|}}} | | ||
+ | ! Total Surfaces: | ||
+ | {{!}} {{{surfaces}}} }} | ||
+ | |- | ||
+ | |||
+ | {{#if: {{{number of heads|}}} | | ||
+ | ! Number of Heads: | ||
+ | {{!}} {{{number of heads}}} }} | ||
+ | |- | ||
+ | |||
+ | {{#if: {{{tracks|}}} | | ||
+ | ! Tracks per Surface: | ||
+ | {{!}} {{{tracks}}} }} | ||
+ | |- | ||
+ | |||
+ | {{#if: {{{sectors|}}} | | ||
+ | ! Sectors per Track: | ||
+ | {{!}} {{{sectors}}} }} | ||
+ | |- | ||
+ | |||
+ | {{#if: {{{words per sector|}}} | | ||
+ | ! Words per Sector: | ||
+ | {{!}} {{{words per sector}}} }} | ||
+ | |- | ||
+ | |||
+ | {{#if: {{{bytes per sector|}}} | | ||
+ | ! Bytes per Sector: | ||
+ | {{!}} {{{bytes per sector}}} }} | ||
+ | |- | ||
+ | |||
+ | {{#if: {{{tracks per inch|}}} | | ||
+ | ! Tracks per Inch: | ||
+ | {{!}} {{{tracks per inch}}} }} | ||
+ | |- | ||
+ | |||
+ | {{#if: {{{density|}}} | | ||
+ | ! Density: | ||
+ | {{!}} {{{density}}} }} | ||
+ | |- | ||
+ | |||
+ | {{#if: {{{recording method|}}} | | ||
+ | ! Recording Method: | ||
+ | {{!}} {{{recording method}}} }} | ||
+ | |- | ||
+ | |||
+ | {{#if: {{{start time|}}} | | ||
+ | ! Start Time: | ||
+ | {{!}} {{{start time}}} }} | ||
+ | |- | ||
+ | |||
+ | {{#if: {{{stop time|}}} | | ||
+ | ! Stop Time: | ||
+ | {{!}} {{{stop time}}} }} | ||
+ | |- | ||
+ | |||
+ | {{#if: {{{physical size|}}} | | ||
+ | ! Physical Size: | ||
+ | {{!}} {{{physical size}}} }} | ||
+ | |- | ||
+ | |||
+ | {{#if: {{{weight|}}} | | ||
+ | ! Weight: | ||
+ | {{!}} {{{weight}}} }} | ||
+ | |- | ||
+ | |||
+ | {{#if: {{{power consumption|}}} | | ||
+ | ! Power Consumption: | ||
+ | {{!}} {{{power consumption}}} }} | ||
+ | |- | ||
+ | |||
+ | | colspan="2" style="font-size: smaller;" | {{{footnotes|}}} | ||
+ | |} | ||
+ | </includeonly> |
Latest revision as of 18:31, 10 February 2024
This template is for disk drives, its usage is as below, containing the listed optional (other than the 'name') arguments:
{{Infobox Disk drive | name = name of drive | image = name of wiki image of drive | imgwidth = size of image (default 250px) | caption = | manufacturer = | year introduced = | year discontinued = | controller = drive controller(s) and their host | interface | capacity = | transfer rate = in an appropriate unit (megabits/sec, etc) | throughput = in I/Os per second | minimum access time = | average access time = | maximum access time = | rpm = | revolution time = for 1/2 revolution (average rotational delay) | one track seek = | average seek = | maximum seek = | head switch = | media = type of media drive uses | surfaces = | number of heads = | tracks = tracks per surface | sectors = per track | words per sector = | bytes per sector = | tracks per inch = | density = in bits per inch | recording method = mfm, etc. etc. | start time = | stop time = | physical size = | weight = | power consumption = }}