Template:Hybrid IC: Difference between revisions

From TekWiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>
<noinclude>
This is the "Hybrid IC" template.
'''This is the "Hybrid IC" template.'''
It should be called in the following format:
 
: ''If you have come here looking to edit the page for a particular instrument, you took a wrong turn – please do not edit this template. ''
: ''Instead, please go back to the instrument's page and edit that.''
 
For monolithic ICs, please use [[:Template:Monolithic IC|Template:Monolithic IC]] instead.
 
{| cellpadding="5"
|-
!This template should be invoked in the following format:
!Example:
|-  valign="top"
|
<pre>
<pre>
{{Hybrid IC
{{Hybrid IC
Line 12: Line 23:
}}
}}
</pre>
</pre>
|<pre><nowiki>
{{Hybrid IC
|Manufacturer=Tektronix
|Model=H477
|Part_nos=155-0176-00
|Description=vertical output amplifier
|Used_in=7104;SCD1000
|Designers=Wink Gross
}}
</nowiki></pre>
|}
<code><nowiki>manufacturer=</nowiki></code> should be a page name, <code><nowiki>part_nos=</nowiki></code> a comma-delimited list of part numbers like 154-1234-56, <code><nowiki>used_in=</nowiki></code> a semicolon-delimited list of page names (without link brackets), e.g. "502;556", <code><nowiki>designers=</nowiki></code> a semicolon-delimited list of page names.
{{#cargo_attach:
{{#cargo_attach:
_table = Components
_table = Components
}}
}}
Edit the page to see the template text.
 
'''See [[Article templates]] for details on other templates available in TekWiki.'''
</noinclude><includeonly>
</noinclude><includeonly>
{{#if:{{NAMESPACE}}||{{#cargo_store:_table=Components
{{#if:{{NAMESPACE}}||{{#cargo_store:_table=Components
Line 25: Line 51:
|Used_in={{{Used_in|}}}
|Used_in={{{Used_in|}}}
|Designers={{{Designers|}}}
|Designers={{{Designers|}}}
}}}}The '''{{{Manufacturer}}} {{{Model}}}''' {{#ifeq: {{{Model}}} | {{{Part_nos}}} |  | {{#if: {{{Part_nos}}} |  (P/N {{{Part_nos}}}) | }}}} is a {{{Description}}} hybrid integrated circuit</includeonly>
}}}}The '''{{{Manufacturer}}} {{{Model}}}''' {{#ifeq: {{{Model}}} | {{{Part_nos}}} |  | {{#if: {{{Part_nos}}} |  (P/N {{{Part_nos}}}) | }}}} is {{#ifeq:{{{an}}} | an | an | a}} {{{Description}}} hybrid integrated circuit</includeonly>

Latest revision as of 03:39, 25 August 2021

This is the "Hybrid IC" template.

If you have come here looking to edit the page for a particular instrument, you took a wrong turn – please do not edit this template.
Instead, please go back to the instrument's page and edit that.

For monolithic ICs, please use Template:Monolithic IC instead.

This template should be invoked in the following format: Example:
{{Hybrid IC
|Manufacturer=
|Model=
|Part_nos=
|Description=
|Used_in=
|Designers=
}}
{{Hybrid IC
|Manufacturer=Tektronix
|Model=H477
|Part_nos=155-0176-00
|Description=vertical output amplifier 
|Used_in=7104;SCD1000
|Designers=Wink Gross
}}

manufacturer= should be a page name, part_nos= a comma-delimited list of part numbers like 154-1234-56, used_in= a semicolon-delimited list of page names (without link brackets), e.g. "502;556", designers= a semicolon-delimited list of page names.

This template adds rows to the table "Components", which is declared by the template Component. View table.

See Article templates for details on other templates available in TekWiki.