Difference between revisions of "Template:Infobox/Part/FuelConsumption/Cell"

From Kerbal Space Program Wiki
Jump to: navigation, search
m (-formatnum/core usage;)
(*use parameter table; +allow manual caption; *made category more specific;)
Line 1: Line 1:
<includeonly>{{Infobox/Part/Line|{{Infobox/Part/Dict|Consumption}}|2=<abbr title="{{#formatnum:{{#expr: {{{2}}}*{{{1}}}/1000}}|{{{5|2}}}|{{DS}}|t}}&nbsp;kg/s">{{Formatnum|{{{2}}}|{{{5|2}}}}}</abbr>&nbsp;{{Unit|{{{4|l}}}}}/s|3={{#if: {{{3|}}}|<abbr title="{{#formatnum:{{#expr: {{{3}}}*{{{1}}}/1000}}|{{{5|2}}}|{{DS}}|t}}&nbsp;kg/s">{{Formatnum|{{{3}}}|{{{5|2}}}}}</abbr>&nbsp;{{Unit|{{{4|l}}}}}/s}}}}</includeonly><noinclude>Creates one fuel consumption entry for {{Tl|Infobox/Part}}. Has at least two parameters with the first for the density in kg/m<sup>3</sup> ({{{1}}}) and the second for the fuel consumption in L/s at atmospheric pressure ({{{2}}}) (or if no difference exists for all situations) and could be use {{{3}}} for the fuel consumption in L/s in vacuum.
+
<includeonly>{{Infobox/Part/Line|{{#if: {{{6|}}}|{{{6}}}|{{Infobox/Part/Dict|Consumption}}}}|2=<abbr title="{{#formatnum:{{#expr: {{{2}}}*{{{1}}}/1000}}|{{{5|2}}}|{{DS}}|t}}&nbsp;kg/s">{{Formatnum|{{{2}}}|{{{5|2}}}}}</abbr>&nbsp;{{Unit|{{{4|l}}}}}/s|3={{#if: {{{3|}}}|<abbr title="{{#formatnum:{{#expr: {{{3}}}*{{{1}}}/1000}}|{{{5|2}}}|{{DS}}|t}}&nbsp;kg/s">{{Formatnum|{{{3}}}|{{{5|2}}}}}</abbr>&nbsp;{{Unit|{{{4|l}}}}}/s}}}}</includeonly><noinclude>Creates one fuel consumption entry for {{Tl|Infobox/Part}}.
  
The {{{4}}} parameter changes the unit (per default l) which will be parsed through {{Tl|Unit}}. The precision can be determined with {{{5}}} and defaults to 2 decimal places.
+
{{Parameter Table|name=number|parameters=
 +
{{Parameter Row|1|Density in kg/m<sup>3</sup>}}
 +
{{Parameter Row|2|Consumption in L/s at atmospheric pressure (or if no difference exists for all situations)}}
 +
{{Parameter Row|3|Consumption in L/s in vacuum (2rd parameter is then for atmosphere).|Not set}}
 +
{{Parameter Row|4|Visible unit for the consumption in X/s. Will be parsed through {{Tl|Unit}}.|<tt>l</tt>}}
 +
{{Parameter Row|5|Number of decimal places shown.|<tt>2</tt>}}
 +
{{Parameter Row|6|Caption shown by the cell.|Not set (automatically translated <tt>Fuel consumption</tt> by {{Tl|Infobox/Part/Dict}})}}
 +
}}
  
[[Category:Templates]]</noinclude>
+
[[Category:Calculating templates]]</noinclude>

Revision as of 13:20, 21 December 2013

Creates one fuel consumption entry for {{Infobox/Part}}.

Template:Parameter Table