39,721
edits
(wider) |
No edit summary |
||
Line 1: | Line 1: | ||
< | <noinclude>This is the "Oscilloscope" template. It should be called in the following format: | ||
{| | <pre>{{Oscilloscope Sidebar | ||
|- | |manufacturer= | ||
|model= | |||
| | |series= | ||
| | |summary= | ||
|image= | |||
|caption= | |||
|introduced= | |||
|discontinued= | |||
|designers= | |||
|manuals= | |||
}} | |||
{{{ | </pre> | ||
(For instruments other than oscilloscopes, please use the [[:Template:Instrument Sidebar|Instrument Sidebar]] template.) | |||
Example: | |||
<pre> | |||
{{Oscilloscope Sidebar | |||
|manufacturer=Tektronix | |||
|model=XY699 | |||
|summary=1.4 MHZ Oscilloscope | |||
|image=Picture of Tek 699 scope.jpg | |||
|caption=Description of the above picture | |||
|series=690-series scopes | |||
|introduced=1996 | |||
|discontinued=(?) | |||
|designers=John Doe;Alice Bob | |||
}}</pre></noinclude><includeonly>{{Instrument Sidebar | |||
|manufacturer={{#if: {{{manufacturer}}} | {{{manufacturer}}} | Tektronix}} | |||
|model={{{model}}} | |||
|class=Oscilloscope | |||
|series= | |||
|summary={{{summary}}} | |||
|image={{{image}}} | |||
|caption={{{caption}}} | |||
|introduced={{{introduced}}} | |||
|discontinued={{{discontinued}}} | |||
|designers={{{designers}}} | |||
|manuals={{{manuals}}} | |||
}}</includeonly> |