From WikiChip
Difference between revisions of "Template:chip identification"

Line 1: Line 1:
<table style="border-collapse: collapse; padding: 10px;">
+
<includeonly><table style="border-collapse: collapse; padding: 10px;">
 
<tr><td style="text-align: center; font-weight:bold;" colspan="{{#expr:{{{parts|1}}} + 1}}">Identification</td></tr>
 
<tr><td style="text-align: center; font-weight:bold;" colspan="{{#expr:{{{parts|1}}} + 1}}">Identification</td></tr>
 
<tr style="font-size: 30px; text-align: center;"><!--
 
<tr style="font-size: 30px; text-align: center;"><!--
Line 104: Line 104:
 
<tr><td style="background-color: #a3dbd2;">&nbsp;</td><!--
 
<tr><td style="background-color: #a3dbd2;">&nbsp;</td><!--
 
  --><td style="background-color: #a3dbd2;" colspan="{{{parts|1}}}">{{{desc 1|}}}</td></tr>
 
  --><td style="background-color: #a3dbd2;" colspan="{{{parts|1}}}">{{{desc 1|}}}</td></tr>
</table>
+
</table></includeonly><noinclude>
 +
== Code ==
 +
<pre>
 +
{{chip identification
 +
| parts    =
 +
| ex 1      =
 +
| ex 2      =
 +
| ex N...  =
 +
| ex 2 1    =
 +
| ex 2 2    =
 +
| ex 2 N... =
 +
| desc 1    =
 +
| desc 2    =
 +
| desc N... =
 +
}}
 +
</pre>
 +
== Example ==
 +
{|
 +
|
 +
<pre style="width: 300px;">{{chip identification
 +
| parts    = 6
 +
| ex 1      = HD
 +
| ex 2      = 54
 +
| ex 3      = LS
 +
| ex 4      =
 +
| ex 5      = 10
 +
| ex 2 1    = SN
 +
| ex 2 2    = 74
 +
| ex 2 3    = HCT
 +
| ex 2 4    = 2G
 +
| ex 2 5    = 04
 +
| ex 2 6    = N
 +
| desc 1    = [[Manufacturer Prefix]]
 +
| desc 2    = Specs/Temp Indicator
 +
| desc 3    = Technology Indicator
 +
| desc 4    = Gates Count
 +
| desc 5    = Device Number
 +
| desc 6    = Package Designation
 +
}}</pre>
 +
|| {{chip identification
 +
| parts    = 6
 +
| ex 1      = HD
 +
| ex 2      = 54
 +
| ex 3      = LS
 +
| ex 4      =
 +
| ex 5      = 10
 +
| ex 2 1    = SN
 +
| ex 2 2    = 74
 +
| ex 2 3    = HCT
 +
| ex 2 4    = 2G
 +
| ex 2 5    = 04
 +
| ex 2 6    = N
 +
| desc 1    = [[Manufacturer Prefix]]
 +
| desc 2    = Specs/Temp Indicator
 +
| desc 3    = Technology Indicator
 +
| desc 4    = Gates Count
 +
| desc 5    = Device Number
 +
| desc 6    = Package Designation
 +
}}
 +
|}
 +
</noinclude>

Revision as of 19:20, 18 August 2016

Code

{{chip identification
| parts     = 
| ex 1      = 
| ex 2      = 
| ex N...   = 
| ex 2 1    = 
| ex 2 2    = 
| ex 2 N... = 
| desc 1    = 
| desc 2    = 
| desc N... = 
}}

Example

{{chip identification
| parts     = 6
| ex 1      = HD
| ex 2      = 54
| ex 3      = LS
| ex 4      =
| ex 5      = 10
| ex 2 1    = SN
| ex 2 2    = 74
| ex 2 3    = HCT
| ex 2 4    = 2G
| ex 2 5    = 04
| ex 2 6    = N
| desc 1    = [[Manufacturer Prefix]]
| desc 2    = Specs/Temp Indicator
| desc 3    = Technology Indicator
| desc 4    = Gates Count
| desc 5    = Device Number
| desc 6    = Package Designation
}}
Identification
HD54LS10 
SN74HCT2G04N 
      Package Designation
     Device Number
    Gates Count
   Technology Indicator
  Specs/Temp Indicator
 Manufacturer Prefix