Template:Probe Sidebar: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
This is the "Probe Sidebar" template. | |||
It should be called in the following format: | |||
<pre> | |||
{{Probe Sidebar | |||
<pre>{{Probe Sidebar | |||
|manufacturer= | |manufacturer= | ||
| | |type= | ||
|summary= | |summary= | ||
|image= | |image= | ||
|caption= | |caption= | ||
|for= | |||
|introduced= | |introduced= | ||
|discontinued= | |discontinued= | ||
}} | }} | ||
</pre> | </pre> | ||
Example: | Example: | ||
<pre> | <pre> | ||
{{Probe Sidebar | {{Probe Sidebar | ||
|manufacturer=Tektronix | |manufacturer=Tektronix | ||
|type=XYZ | |||
|summary=Amplifier | |||
|image=Picture of XYZ Plugin.jpg | |||
|caption=Description of the above picture | |||
|for=50 Ω scope inputs | |for=50 Ω scope inputs | ||
|introduced=1966 | |||
|introduced= | |||
|discontinued=(?) | |discontinued=(?) | ||
}} | }} | ||
</pre> | </pre> | ||
{{#cargo_attach: | |||
_table = Products | |||
}} | |||
Edit the page to see the template text. | |||
</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" | |||
|- | |||
!colspan=2 style="background-color: rgb(184, 200, 255); font-size: 120%;"|{{{manufacturer}}} {{{type}}} | |||
|- | |||
| | |||
<center>'''{{{summary}}}'''</center> | |||
[[Image:{{{image}}}|thumb|center|220px|{{{caption}}}]] | |||
<center> | |||
'''Compatible with [[{{{series}}}]]''' | |||
</ | '''Produced from ''' {{{introduced}}} to {{{discontinued}}} | ||
</center> | |||
<div style="background-color:rgb(240,240,255); width: 100%; text-align:center;padding-bottom:3px;"> | |||
| | <span id="Manuals" style="font-size:110%; padding-top:3px;">'''Manuals'''</span></div><div style="padding-left: 1em;"> | ||
| | </div><div style="padding-left: 1em;"> | ||
| | {{{manuals}}} | ||
| | </div>[[Category:Introduced in {{{introduced}}}]] | ||
| | |} | ||
| | {{#if:{{NAMESPACE}}||{{#cargo_store:_table=Products | ||
| | |Manufacturer={{{manufacturer|}}} | ||
|Model={{{type|}}} | |||
|Class=Probe | |||
|Description={{{summary|}}} | |||
|Series={{{for|}}} | |||
|Introduced={{{introduced|}}} | |||
|Discontinued={{{discontinued|}}} | |||
}}}} | |||
__NOEDITSECTION__ | |||
</div> | |||
<div style="background-color:rgb(240,240,255);font-style:italic; width: 50em; text-align:center;margin-bottom:12px;">[[#Manuals|Manuals]] – [[#Specifications|Specifications]] – [[#Links|Links]] – [[#Pictures|Pictures]]</div></includeonly> |
Revision as of 10:08, 12 August 2021
This is the "Probe Sidebar" template. It should be called in the following format:
{{Probe Sidebar |manufacturer= |type= |summary= |image= |caption= |for= |introduced= |discontinued= }}
Example:
{{Probe Sidebar |manufacturer=Tektronix |type=XYZ |summary=Amplifier |image=Picture of XYZ Plugin.jpg |caption=Description of the above picture |for=50 Ω scope inputs |introduced=1966 |discontinued=(?) }}
This template adds rows to the table "Products", which is declared by the template Product. View table. Edit the page to see the template text.