Article templates: Difference between revisions

From TekWiki
Jump to navigation Jump to search
No edit summary
No edit summary
(15 intermediate revisions by the same user not shown)
Line 1: Line 1:
TekWiki offers a number of '''Wiki templates''' that generate uniform information boxes, headlines, categories and the like.
TekWiki offers a number of '''Wiki templates''' that generate uniform information boxes, headlines, categories and the like.


Here's how to use some of these.
Please see the individual templates for instructions on their use:


==Oscilloscopes and similar instruments==
==Page skeletons==
* [[:Template:Company]] for key data on a company
* Components:
** [[:Template:CRT]] for [[cathode-ray tube]]s
** [[:Template:Vacuum Tube]] for other vacuum tubes (valves)
** [[:Template:Hybrid IC]] for hybrid integrated circuits
** [[:Template:Monolithic IC]] for monolithic integrated circuits
* [[:Template:Instrument Sidebar]] for generic instruments including spectrum analyzers, generators, ...
** [[:Template:Oscilloscope Sidebar]] specifically for oscilloscopes
** [[:Template:Probe Sidebar]] specifically for probes
* [[:Template:Plugin Sidebar]] for plug-in modules that go into other equipment
** [[:Template:TM500]] specifically for [[:Category:TM500 series plugins|TM500 series plugins]]
** [[:Template:TM5000]] specifically for [[:Category:TM5000 series plugins|TM5000 series plugins]]
* [[:Template:Patent]] for patents related to Tek or Tek equipment
* [[:Template:Person]] for lists of key biographical data on a person


<code><nowiki>{{Oscilloscope Sidebar |
==Queries==
  title=Name of model  |
* [[:Template:CRTs]] lists CRTs used in the referenced instrument
  summary=Short description of what it is |
* [[:Template:Designer]] lists components and products designed by a specified person
  image=Photo of XYZ.jpg |
* [[:Template:Custom ICs]] lists Custom ICs used in the referenced instrument
  caption=What exactly is shown in the photo |
* [[:Template:Parts]] lists generic parts such as [[vacuum tubes]] used in the referenced instrument
  introduced=year the model was introduced |
* [[:Template:Patents]] lists patents by a specified inventor
  discontinued=last year the model was sold + 1 |
* [[:Template:Plugins]] lists plugins compatible with the referenced instrument
  manuals=
  * [http://some.external.site XYZ Service Manual] (PDF, OCR, 13 MB)
==Missing Data==
  * [[Media:0970-9876-99.pdf|XYZ Operator's Manual]] (PDF, 5 MB)
* [[:Template:MissingSpecs]] creates a '''Specifications''' headline and "Please add" paragraph, and categorises the page as  <code><nowiki>[[Category:Specifications needed]]</nowiki></code>.
</nowiki></code>
* [[:Template:MissingPics]] creates a '''Pictures''' headline and "Please add" paragraph, and categorises the page as  <code><nowiki>[[Category:Image needed]]</nowiki></code>.
The 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>.


Example:
==Specifications==
{|
* [[:Template:Spec]] (together with [[:Template:BeginSpecs]], [[:Template:SpecGroup]], [[:Template:EndSpecs]]) for key specifications on instrument pages
|- valign="top"
|
<code><nowiki>{{Oscilloscope Sidebar |
title=Tektronix 7603 |
summary=100 MHz non-storage mainframe |
image=7603-4trace.jpg |
caption=Tektronix 7603 |
introduced=1973 |
discontinued=1990 |
manuals=
* [[Media:070-1429-00.pdf|Tektronix 7603 Manual (PDF, 35 MB)]]
}}</nowiki></code>
|
[[File:Scope Sidebar Example.png|thumb|200px]]
|}




==Plug-ins==
<code><nowiki>{{Plugin Sidebar 2 |
  title=Name of model  |
  summary=Short description of what it is |
  image=Photo of XYZ.jpg |
  caption=What exactly is shown in the photo |
  introduced=year the model was introduced |
  discontinued=last year the model was sold + 1 |
  series=link to the page describing the instrument(s) this plug-in fits |
  manuals=
  * [http://some.external.site XYZ Service Manual] (PDF, OCR, 13 MB)
  * [[Media:0970-9876-99.pdf|XYZ Operator's Manual]] (PDF, 5 MB)
</nowiki></code>
The 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>.
Example:
{|
|- valign="top"
|
<code><nowiki>{{Plugin Sidebar 2|
title=Tektronix 7A22 |
summary=1 MHz differential amplifier |
image=tek-7a22-front.jpg |
caption=7A22 front view |
introduced=1969 |
discontinued=1991 |
series=[[7000-series scopes]]|
manuals=
* [http://w140.com/smb/7a22_sm.pdf  Tektronix 7A22 Manual (OCR, PDF)]
}}</nowiki></code>
|
[[File:Plugin Sidebar Example.png|thumb|200px]]
|}




[[Category:TekWiki]]
[[Category:TekWiki]]

Revision as of 02:01, 15 November 2021

TekWiki offers a number of Wiki templates that generate uniform information boxes, headlines, categories and the like.

Please see the individual templates for instructions on their use:

Page skeletons

Queries

Missing Data

  • Template:MissingSpecs creates a Specifications headline and "Please add" paragraph, and categorises the page as [[Category:Specifications needed]].
  • Template:MissingPics creates a Pictures headline and "Please add" paragraph, and categorises the page as [[Category:Image needed]].

Specifications