Difference between revisions of "Template:Infobox/Part/antenna"

From Kerbal Space Program Wiki
Jump to: navigation, search
(Created page with "<noinclude>{{Infobox/Part/preview|</noinclude>{{Infobox/Line|Packet size|{{{packet size|2}}} Mit}} {{Infobox/Line|Packet interval|{{{packet interval<noinclude>|0.4</noinc...")
 
(+German translations for the captions; *replaced packet interval with transmission speed;)
Line 1: Line 1:
<noinclude>{{Infobox/Part/preview|</noinclude>{{Infobox/Line|Packet size|{{{packet size|2}}}&nbsp;Mit}}
+
<noinclude>{{Infobox/Part/preview|</noinclude>{{Infobox/Line|{{lang|en=Packet size|de=Paketgröße}}|{{{packet size|2}}}&nbsp;Mit}}
{{Infobox/Line|Packet interval|{{{packet interval<noinclude>|0.4</noinclude>}}}}}
+
{{Infobox/Line|{{lang|en=Transmission speed|de=Übertragungs&shy;geschwindig&shy;keit}}|{{#expr: {{{packet size|2}}}/{{{packet interval<noinclude>|0.4</noinclude>}}} round 2}}&nbsp;Mit/s}}
 
{{Infobox/Line|{{Infobox/Part/Dict|ele-req}}|{{#expr: {{{packet electricity<noinclude>|10</noinclude>}}} * {{{packet size|2}}}}}&nbsp;E/Mit}}<noinclude>}}
 
{{Infobox/Line|{{Infobox/Part/Dict|ele-req}}|{{#expr: {{{packet electricity<noinclude>|10</noinclude>}}} * {{{packet size|2}}}}}&nbsp;E/Mit}}<noinclude>}}
  
{{Tl|Infobox/Part}} module for [[antenna]]e. There needs to be a better representation for the packet interval, depending on the meaning. If it is the time between to packets the following formula should be used:
+
{{Tl|Infobox/Part}} module for [[antenna]]e. The transmission speed does not include the time to open and close the antenna.
{{Formula|math=\frac{1}{\Delta t} \cdot s|where=
 
* <math>\Delta t</math> is the interval in seconds
 
* <math>s</math> is the size of one packet
 
* This should result in <math>\frac{\text{Mits}}{\text{second}}</math>}}
 
This would be the formula for the template:
 
<pre>{{#expr: {{{packet interval<noinclude>|0.4</noinclude>}}}*{{{packet size|2}}}}}</pre>
 
  
 
{{Parameter Table|name=text|parameters=
 
{{Parameter Table|name=text|parameters=

Revision as of 12:54, 5 February 2014

Packet size 2 Mit
Transmission speed 5 Mit/s
Electricity required 20 E/Mit

{{Infobox/Part}} module for antennae. The transmission speed does not include the time to open and close the antenna.

Template:Parameter Table