Template:Oscilloscope Sidebar: Difference between revisions

From TekWiki
Jump to navigation Jump to search
(wider)
No edit summary
Line 1: Line 1:
<div class="noprint" style="width:265px; max-width:265px; float:right; margin-left: 1em; margin-bottom: 1em; border: 1px #aaaaaa solid; border-collapse: collapse;">
<noinclude>This is the "Oscilloscope" template. It should be called in the following format:
{| border="0" cellpadding="2" cellspacing="0"
<pre>{{Oscilloscope Sidebar
|-
|manufacturer=
!colspan=2 style="background-color: rgb(184, 200, 255); font-size: 120%;"|{{{title}}}
|model=
|-
|series=
|
|summary=
<center>'''{{{summary}}}'''</center>
|image=
[[Image:{{{image}}}|thumb|center|250px|{{{caption}}}]]
|caption=
<center>
|introduced=
'''Produced from ''' {{{introduced}}} to {{{discontinued}}}
|discontinued=
</center>
|designers=
<div style="background-color:rgb(240,240,255); width: 100%; text-align:center;padding-bottom:3px;">
|manuals=
<span id="Manuals" style="font-size:110%; padding-top:3px;">'''Manuals'''</span></div><div style="padding-left: 1em;">
}}
{{{manuals}}}
</pre>
</div>[[Category:Introduced in {{{introduced}}}]]
(For instruments other than oscilloscopes, please use the [[:Template:Instrument Sidebar|Instrument Sidebar]] template.)
|}
 
</div>
Example:
<div style="background-color:rgb(240,240,255);font-style:italic; width: 50em; text-align:center;margin-bottom:12px;">[[#Manuals|Manuals]]&nbsp;&ndash;&nbsp;[[#Specifications|Specifications]]&nbsp;&ndash;&nbsp;[[#Links|Links]]&nbsp;&ndash;&nbsp;[[#Pictures|Pictures]]</div>
<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>

Revision as of 07:17, 9 August 2021

This is the "Oscilloscope" template. It should be called in the following format:

{{Oscilloscope Sidebar 
|manufacturer=
|model=
|series=
|summary=
|image=
|caption=
|introduced=
|discontinued=
|designers=
|manuals=
}}

(For instruments other than oscilloscopes, please use the Instrument Sidebar template.)

Example:

{{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
}}