Template:ComponentBipolarTransistor: Difference between revisions

From Jim Julian Wiki
Jump to navigationJump to search
Changed table style to put the table on the default, left, side.
Correcting the incorrect implementation of the "AllComponents" concept.
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>
<noinclude>
This template defines the BJT database.
This template defines the BJT database.
<!-- Details section (for documentation and declaration) -->
{{#cargo_declare:_table=BipolarTransistors
{{#cargo_declare:_table=BipolarTransistors
|PartNumber=String
|PartNumber=String
Line 12: Line 13:
}}
}}
</noinclude><includeonly>
</noinclude><includeonly>
<!-- Common section: THIS RUNS ON THE COMPONENT PAGE -->
{{AllComponents
|PartNumber={{{PartNumber|}}}
|Type=Bipolar Transistor
|Package={{{Package|}}}
}}
<!-- Details section: THIS ALSO RUNS ON THE COMPONENT PAGE -->
{{#cargo_store:_table=BipolarTransistors
{{#cargo_store:_table=BipolarTransistors
|PartNumber={{{PartNumber|}}}
|PartNumber={{{PartNumber|}}}
Line 25: Line 33:
! colspan="2" style="background:#f2f2f2;" | {{{PartNumber}}}
! colspan="2" style="background:#f2f2f2;" | {{{PartNumber}}}
|-
|-
| Polarity || {{{Polarity}}}
| '''Polarity''' || {{{Polarity}}}
|-
|-
| V<sub>CEO</sub> (max) || {{{Vceo}}} V
| '''V<sub>CEO</sub> (max)''' || {{{Vceo}}} V
|-
|-
| I<sub>C</sub> (max) || {{{Ic}}} mA
| '''I<sub>C</sub> (max)''' || {{{Ic}}} mA
|-
|-
| h<sub>FE</sub> (min) || {{{hFE}}}
| '''h<sub>FE</sub> (min)''' || {{{hFE}}}
|-
|-
| f<sub>T</sub> (typ) || {{{fT}}} MHz
| '''f<sub>T</sub> (typ)''' || {{{fT}}} MHz
|-
|-
| Package || {{{Package}}}
| '''Package''' || {{{Package}}}
|-
|-
| colspan="2" style="text-align:center;" | [{{{Datasheet}}} View Datasheet]
| colspan="2" style="text-align:center;" | [{{{Datasheet}}} View Datasheet]
|}
|}
<div style="width:320px; margin-top:1em; border:1px solid #ccc; padding:5px; background:#fff;">
'''Standard TO-92 Pinout (Bottom View)'''
{{#mermaid:
graph TD
    subgraph TO-92
    P1(1: Emitter)
    P2(2: Base)
    P3(3: Collector)
    end
    style P1 fill:#f9f,stroke:#333
    style P2 fill:#ccf,stroke:#333
    style P3 fill:#cfc,stroke:#333
}}
</div>
</includeonly>
</includeonly>

Latest revision as of 22:36, 7 February 2026

This template defines the BJT database. This template defines the table "BipolarTransistors". View table.