Template:Monolithic IC: Difference between revisions

From TekWiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>
<noinclude>
This is the "Monolithic IC" template.
'''This is the "Monolithic IC" template.'''
It should be called in the following format:
 
<pre>
: ''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 hybrid ICs, please use [[:Template:Hybrid IC|Template:Hybrid IC]] instead.
 
{| cellpadding="5"
|-
!This template should be invoked in the following format:
!Example:
|-  valign="top"
|<pre>
{{Monolithic IC
{{Monolithic IC
|Manufacturer=
|Manufacturer=
Line 12: Line 22:
}}
}}
</pre>
</pre>
|<pre><nowiki>
{{Monolithic IC
|Manufacturer=Tektronix
|Model=M084
|Part_nos=155-0078-xx
|Description=broadband vertical amplifier
|Used_in=475;485;2220;2221;2230;7834;7844;7854;7904;R7903
|Designers=John Addis;
}}
</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 50:
|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 {{#if:{{{an}}} | an | a}} {{{Description}}} monolithic integrated circuit</includeonly>
}}}}The '''{{{Manufacturer}}} {{{Model}}}''' {{#ifeq: {{{Model}}} | {{{Part_nos}}} |  | {{#if: {{{Part_nos}}} |  (P/N {{{Part_nos}}}) | }}}} is {{#ifeq:{{{an}}} | an | an | a}} {{{Description}}} monolithic integrated circuit</includeonly>

Latest revision as of 03:41, 25 August 2021

This is the "Monolithic 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 hybrid ICs, please use Template:Hybrid IC instead.

This template should be invoked in the following format: Example:
{{Monolithic IC
|Manufacturer=
|Model=
|Part_nos=
|Description=
|Used_in=
|Designers=
}}
{{Monolithic IC
|Manufacturer=Tektronix 
|Model=M084
|Part_nos=155-0078-xx
|Description=broadband vertical amplifier
|Used_in=475;485;2220;2221;2230;7834;7844;7854;7904;R7903
|Designers=John Addis;
}}

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.