40,681
edits
No edit summary |
No edit summary |
||
(11 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
This is the "Probe Sidebar" template. | '''This is the "Probe Sidebar" 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.'' | |||
{| cellpadding="5" | |||
|- | |||
!This template should be invoked in the following format: | |||
!Example: | |||
|- valign="top" | |||
| | |||
<pre> | <pre> | ||
{{Probe Sidebar | {{Probe Sidebar | ||
Line 12: | Line 21: | ||
|introduced= | |introduced= | ||
|discontinued= | |discontinued= | ||
|designers= | |||
|manuals= | |manuals= | ||
}} | }} | ||
</pre> | </pre> | ||
| | |||
<pre> | <pre> | ||
{{Probe Sidebar | {{Probe Sidebar | ||
Line 26: | Line 36: | ||
|introduced=1966 | |introduced=1966 | ||
|discontinued=(?) | |discontinued=(?) | ||
|designers=John Doe;Jane Smith | |||
|manuals= | |manuals= | ||
* [[Media:000-0000-00.pdf|Type XYZ manual]] | * [[Media:000-0000-00.pdf|Type XYZ manual]] | ||
}} | }} | ||
</pre> | </pre> | ||
|} | |||
<code><nowiki>manufacturer=</nowiki></code> should be a page name, <code><nowiki>for=</nowiki></code> should be a page name (of the series or model this plug-in is compatible with, such as "50 Ω scope inputs", "1 MΩ scope inputs", or a particular instrument). | |||
This template adds <code><nowiki>[[Category:Introduced in (year)]]</nowiki></code> to the article. | |||
If the introduction or discontinuation year is unknown, please use (?) in its place, e.g. <code><nowiki>introduced=(?)</nowiki></code>. | |||
{{#cargo_attach: | {{#cargo_attach: | ||
_table = Products | _table = Products | ||
}} | }} | ||
'''See [[Article templates]] for details on other templates available in TekWiki.''' | |||
</noinclude><includeonly><div class="noprint" width="255" style="float:right; margin-left: 1em; margin-bottom: 1em; border: 1px #aaaaaa solid; border-collapse: collapse; max-width:255px;"> | </noinclude><includeonly><div class="noprint" width="255" style="float:right; margin-left: 1em; margin-bottom: 1em; border: 1px #aaaaaa solid; border-collapse: collapse; max-width:255px;"> | ||
{| border="0" cellpadding="2" cellspacing="0" | {| border="0" cellpadding="2" cellspacing="0" | ||
Line 40: | Line 58: | ||
|- | |- | ||
| | | | ||
<center> | <center><span style="text-transform:capitalize;font-weight:bold;">{{{summary}}}</span></center> | ||
[[Image:{{{image}}}|thumb|center|220px|{{{caption}}}]] | [[Image:{{{image}}}|thumb|center|220px|{{{caption}}}]] | ||
<center> | <center> | ||
'''Compatible with [[{{{for|}}}]]''' | {{#if: {{{for|}}} |'''Compatible with [[{{{for|}}}]]''' | }} | ||
'''Produced from ''' {{{introduced|}}} to {{{discontinued|}}} | '''Produced from ''' {{{introduced|}}} to {{{discontinued|}}} | ||
Line 61: | Line 79: | ||
|Introduced={{{introduced|}}} | |Introduced={{{introduced|}}} | ||
|Discontinued={{{discontinued|}}} | |Discontinued={{{discontinued|}}} | ||
|Designers={{{designers|}}} | |||
}}}} | }}}} | ||
__NOEDITSECTION__ | __NOEDITSECTION__ | ||
</div> | </div> | ||
<div style="background-color:rgb(240,240,255);font-style:italic | <div style="background-color:rgb(240,240,255);font-style:italic; text-align:center;margin-bottom:12px;">[[#Manuals|Manuals]] – [[#Key_Specifications|Specifications]] – [[#Links|Links]] – [[#Pictures|Pictures]]</div></includeonly> |