Template:Probe Sidebar: Difference between revisions

From TekWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 34: Line 34:
{| border="0" cellpadding="2" cellspacing="0"
{| border="0" cellpadding="2" cellspacing="0"
|-
|-
!colspan=2 style="background-color: rgb(184, 200, 255); font-size: 120%;"|{{{manufacturer}}} {{{type}}}
!colspan=2 style="background-color: rgb(184, 200, 255); font-size: 120%;"|{{{manufacturer}}} {{{model}}}
|-
|-
|
|
Line 52: Line 52:
{{#if:{{NAMESPACE}}||{{#cargo_store:_table=Products
{{#if:{{NAMESPACE}}||{{#cargo_store:_table=Products
|Manufacturer={{{manufacturer|}}}
|Manufacturer={{{manufacturer|}}}
|Model={{{type|}}}
|Model={{{model|}}}
|Class=Probe
|Class=Probe
|Description={{{summary|}}}
|Description={{{summary|}}}

Revision as of 11:10, 12 August 2021

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

{{Probe Sidebar
|manufacturer=
|model=
|summary=
|image=
|caption=
|for=
|introduced=
|discontinued=
}}

Example:

{{Probe Sidebar
|manufacturer=Tektronix
|model=XYZ
|summary=25 MΩ probe
|image=Picture of XYZ Probe.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.