From WikiChip
Difference between revisions of "Template:chip identification"
(Added optional title parameter.) |
|||
(6 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<includeonly><table style="border-collapse: collapse; padding: 10px; {{{style|}}}"> | <includeonly><table style="border-collapse: collapse; padding: 10px; {{{style|}}}"> | ||
− | <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}}">{{{title|Identification}}}</td></tr> |
<tr style="font-size: 24px; text-align: center;"><!-- | <tr style="font-size: 24px; text-align: center;"><!-- | ||
--><td style="background-color: #a3dbd2;">{{{ex 1|}}}</td><!-- | --><td style="background-color: #a3dbd2;">{{{ex 1|}}}</td><!-- | ||
-->{{#ifexpr: {{{parts|1}}} > 1|<td style="background-color: #ffffb3;">{{{ex 2|}}}</td>}}<!-- | -->{{#ifexpr: {{{parts|1}}} > 1|<td style="background-color: #ffffb3;">{{{ex 2|}}}</td>}}<!-- | ||
− | -->{{#ifexpr: {{{parts|1}}} > 2|<td style="background-color: #bebada;">{{{ex 3|}}}</td>}}<!-- | + | -->{{#ifexpr: {{{parts|1}}} > 2|<td style="{{#if: {{{ex 3|}}}|background-color: #bebada;}}">{{{ex 3|}}}</td>}}<!-- |
-->{{#ifexpr: {{{parts|1}}} > 3|<td style="{{#if: {{{ex 4|}}}|background-color: #fdbcb5;}}">{{{ex 4|}}}</td>}}<!-- | -->{{#ifexpr: {{{parts|1}}} > 3|<td style="{{#if: {{{ex 4|}}}|background-color: #fdbcb5;}}">{{{ex 4|}}}</td>}}<!-- | ||
-->{{#ifexpr: {{{parts|1}}} > 4|<td style="{{#if: {{{ex 5|}}}|background-color: #b3d0e5;}}">{{{ex 5|}}}</td>}}<!-- | -->{{#ifexpr: {{{parts|1}}} > 4|<td style="{{#if: {{{ex 5|}}}|background-color: #b3d0e5;}}">{{{ex 5|}}}</td>}}<!-- |
Latest revision as of 19:16, 16 May 2021
Code[edit]
{{chip identification | style = | parts = | ex 1 = Put ' ' to have the box colored, otherwise leave blank | ex 2 = | ex N... = | ex 2 1 = | ex 2 2 = | ex 2 N... = | desc 1 = | desc 2 = | desc N... = }}
Example[edit]
{{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 }} |
|