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

From Kerbal Space Program Wiki
Jump to: navigation, search
m (!random case; *more specific category;)
(+show the wet mass parameters;)
Line 12: Line 12:
 
{{Parameter Row|size2|Second radial size of the part (uses {{Tl|Radial Size}}).|Not set/Hidden|1}}
 
{{Parameter Row|size2|Second radial size of the part (uses {{Tl|Radial Size}}).|Not set/Hidden|1}}
 
{{Parameter Row|costs|Costs of the part}}
 
{{Parameter Row|costs|Costs of the part}}
{{Parameter Row|mass|Mass of the part|{{{def mass|}}}}}
+
{{Parameter Row|mass|Dry mass of the part, which is usually given in the part.cfg.|{{{def mass|}}}}}
 +
{{#ifeq: {{FULLPAGENAME}}|Template:Infobox/Part|
 +
{{Parameter Row|lf|Amount of liquid fuel on that part in units. Only used for wet mass calculation.|<tt>0</tt>}}
 +
{{Parameter Row|ox|Amount of oxidizer on that part in units. Only used for wet mass calculation.|<tt>0</tt>}}
 +
{{Parameter Row|mp|Amount of monopropellant on that part in units. Only used wet dry mass calculation.|<tt>0</tt>}}
 +
{{Parameter Row|sf|Amount of solid fuel on that part in units. Only used for wet mass calculation.|<tt>0</tt>}}
 +
{{Parameter Row|xg|Amount of xenon gas on that part in units. Only used for wet mass calculation.|<tt>0</tt>}}
 +
{{Parameter Row|ia|Amount of intake air on that part in units. Only used for wet mass calculation.|<tt>0</tt>}}}}
 
{{Parameter Row|drag|Drag of the part}}
 
{{Parameter Row|drag|Drag of the part}}
 
{{#ifeq: {{FULLPAGENAME}}|Template:Infobox/Part|
 
{{#ifeq: {{FULLPAGENAME}}|Template:Infobox/Part|

Revision as of 17:27, 8 January 2014

Creates a parameters table for the templates of {{Infobox/Part}}.

Parameters

Template:Parameter Table

Additional parameters

To add additional parameters add a row for each parameter using {{Parameter Row}}.