Template:ComponentBipolarTransistor: Difference between revisions
From Jim Julian Wiki
Jump to navigationJump to search
Created page with "<noinclude> This template defines the BJT database. {{#cargo_declare:_table=BipolarTransistors |PartNumber=String |Polarity=String |Vceo=Float |Ic=Float |hFE=String |fT=Float |Package=String |Datasheet=URL }} </noinclude><includeonly> {{#cargo_store:_table=BipolarTransistors |PartNumber={{{PartNumber|}}} |Polarity={{{Polarity|}}} |Vceo={{{Vceo|}}} |Ic={{{Ic|}}} |hFE={{{hFE|}}} |fT={{{fT|}}} |Package={{{Package|}}} |Datasheet={{{Datasheet|}}} }} {| class="wikitable" style..." |
Correcting the incorrect implementation of the "AllComponents" concept. |
||
| (8 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 22: | Line 30: | ||
|Datasheet={{{Datasheet|}}} | |Datasheet={{{Datasheet|}}} | ||
}} | }} | ||
{| class="wikitable" | {| class="wikitable" margin-left:1em; width:320px;" | ||
! colspan="2" style="background:#f2f2f2;" | {{{PartNumber}}} | ! colspan="2" style="background:#f2f2f2;" | {{{PartNumber}}} | ||
|- | |- | ||
| | | '''Polarity''' || {{{Polarity}}} | ||
|- | |- | ||
| | | '''V<sub>CEO</sub> (max)''' || {{{Vceo}}} V | ||
|- | |- | ||
| | | '''I<sub>C</sub> (max)''' || {{{Ic}}} mA | ||
|- | |- | ||
| | | '''h<sub>FE</sub> (min)''' || {{{hFE}}} | ||
|- | |- | ||
| | | '''f<sub>T</sub> (typ)''' || {{{fT}}} MHz | ||
|- | |- | ||
| | | '''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.