Template:Vacuum Tube: Difference between revisions

From TekWiki
Jump to navigation Jump to search
No edit summary
No edit summary
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>
<noinclude>
This is the "Vacuum Tube" template.
'''This is the "Vacuum Tube" 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 CRTs, please use the more specific [[:Template:CRT|Template:CRT]] instead.
 
{| cellpadding="5"
|-
!This template should be invoked in the following format:
!Example:
|-  valign="top"
|
<pre>
<pre>
{{Vacuum Tube
{{Vacuum Tube
Line 11: Line 22:
|Description=
|Description=
|Used_in=
|Used_in=
|Designers=
}}
}}
</pre>
</pre>
|<pre><nowiki>
{{Vacuum Tube
|Type=Pentode
|Number=6AK5
|EuroNumber=EF95
|RussianNumber=6Ж1П
|Part_nos=154-0014-00, 154-0206-00, 154-0084-00
|Description=RF pentode
|Used_in=B;C;CA;G;K;L;S;Z;517
}}
</nowiki></pre>
|}
<code><nowiki>number=</nowiki></code> should be the US tube number e.g. ''6DJ8'', <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".
{{#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

Revision as of 03:40, 25 August 2021

This is the "Vacuum Tube" 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 CRTs, please use the more specific Template:CRT instead.

This template should be invoked in the following format: Example:
{{Vacuum Tube
|Type=Diode, Triode, Tetrode, Pentode, Triode/Pentode, ...
|Number=
|EuroNumber=
|RussianNumber=
|Part_nos=
|Description=
|Used_in=
}}
{{Vacuum Tube
|Type=Pentode
|Number=6AK5
|EuroNumber=EF95
|RussianNumber=6Ж1П
|Part_nos=154-0014-00, 154-0206-00, 154-0084-00 
|Description=RF pentode
|Used_in=B;C;CA;G;K;L;S;Z;517
}}

number= should be the US tube number e.g. 6DJ8, 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".

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.