Difference between revisions of "Template:Infobox radar/doc"

From blackwiki
Jump to navigation Jump to search
imported>Pierre cb
(+interwiki)
(copyedit)
Line 2: Line 2:
  
 
== Usage ==
 
== Usage ==
 +
{{Infobox radar
 +
| name        = {{{name}}}
 +
| image      = {{{image}}}
 +
| caption    = {{{caption}}}
 +
| country    = {{{country}}}
 +
| introdate  = {{{introdate}}}
 +
| number      = {{{number}}}
 +
| type        = {{{type}}}
 +
| frequency  = {{{frequency}}}
 +
| PRF        = {{{PRF}}}
 +
| beamwidth  = {{{beamwidth}}}
 +
| pulsewidth  = {{{pulsewidth}}}
 +
| RPM        = {{{RPM}}}
 +
| range      = {{{range}}}
 +
| altitude    = {{{altitude}}}
 +
| diameter    = {{{diameter}}}
 +
| azimuth    = {{{azimuth}}}
 +
| elevation  = {{{elevation}}}
 +
| precision  = {{{precision}}}
 +
| power      = {{{power}}}
 +
| other names = {{{other names}}}
 +
}}
 
Copy and paste the template below.
 
Copy and paste the template below.
<pre>
+
<pre style="overflow:auto">
 
{{Infobox radar
 
{{Infobox radar
|name     =  
+
| name       =  
|image     =   <!--without [[Image:...]] syntax-->
+
| image       = <!--without [[File:...]] syntax-->
|caption   =  
+
| caption     =  
|country   =  
+
| country     =  
|introdate =  
+
| introdate   =  
|number   =  
+
| number     =  
|type     =  
+
| type       =  
|frequency =   <!--<frequency> band-->
+
| frequency   = <!--<frequency> band-->
|PRF       =   <!--pulse repetition frequency-->
+
| PRF         = <!--pulse repetition frequency-->
|beamwidth =   <!--X° (horizontal), X° (vertical)-->
+
| beamwidth   = <!--X° (horizontal), X° (vertical)-->
|pulsewidth=   <!--pulse width-->
+
| pulsewidth = <!--pulse width-->
|RPM       =   <!--revolutions per minute-->
+
| RPM         = <!--revolutions per minute-->
|range     =   <!--{{convert|X|mi|abbr=on}}-->
+
| range       = <!--{{convert|X|mi|abbr=on}}-->
|altitude =   <!--{{convert|X|m|ft|abbr=on}}-->
+
| altitude   = <!--{{convert|X|m|ft|abbr=on}}-->
|diameter =   <!--{{convert|X|m|ft|abbr=on}}-->
+
| diameter   = <!--{{convert|X|m|ft|abbr=on}}-->
|azimuth   =   <!--X-Yº-->
+
| azimuth     = <!--X-Yº-->
|elevation =   <!--X-Yº-->
+
| elevation   = <!--X-Yº-->
|precision =   <!--{{convert|X|m|ft|abbr=on}}-->
+
| precision   = <!--{{convert|X|m|ft|abbr=on}}-->
|power     =
+
| power       =  
|other names=
+
| other names =  
 
}}
 
}}
 
</pre>
 
</pre>

Revision as of 19:24, 9 May 2012

Usage

{{{name}}}
[[File:{{{image}}}|frameless]]
{{{caption}}}
Country of origin{{{country}}}
Introduced{{{introdate}}}
No. built{{{number}}}
Type{{{type}}}
Frequency{{{frequency}}}
PRF{{{PRF}}}
Beamwidth{{{beamwidth}}}
Pulsewidth{{{pulsewidth}}}
RPM{{{RPM}}}
Range{{{range}}}
Altitude{{{altitude}}}
Diameter{{{diameter}}}
Azimuth{{{azimuth}}}
Elevation{{{elevation}}}
Precision{{{precision}}}
Power{{{power}}}
Other Names{{{other names}}}

Copy and paste the template below.

{{Infobox radar
| name        = 
| image       = <!--without [[File:...]] syntax-->
| caption     = 
| country     = 
| introdate   = 
| number      = 
| type        = 
| frequency   = <!--<frequency> band-->
| PRF         = <!--pulse repetition frequency-->
| beamwidth   = <!--X° (horizontal), X° (vertical)-->
| pulsewidth  = <!--pulse width-->
| RPM         = <!--revolutions per minute-->
| range       = <!--{{convert|X|mi|abbr=on}}-->
| altitude    = <!--{{convert|X|m|ft|abbr=on}}-->
| diameter    = <!--{{convert|X|m|ft|abbr=on}}-->
| azimuth     = <!--X-Yº-->
| elevation   = <!--X-Yº-->
| precision   = <!--{{convert|X|m|ft|abbr=on}}-->
| power       = 
| other names = 
}}