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

From Kerbal Space Program Wiki
Jump to: navigation, search
m
m (*replace 'Parameter Row' and 'ParameterRow' by 'Parameter row';)
Line 23: Line 23:
  
 
{{Parameter Table|name=text|parameters=
 
{{Parameter Table|name=text|parameters=
{{Parameter Row|semi-drag|Semi-deployment drag}}
+
{{Parameter row|semi-drag|Semi-deployment drag}}
{{Parameter Row|semi-deploy|Semi-deployment pressure in atm}}
+
{{Parameter row|semi-deploy|Semi-deployment pressure in atm}}
{{Parameter Row|full-drag|Fully-deployed drag}}
+
{{Parameter row|full-drag|Fully-deployed drag}}
{{Parameter Row|full-deploy|Fully-deployed altitude above ground in meters}}
+
{{Parameter row|full-deploy|Fully-deployed altitude above ground in meters}}
 
}}
 
}}
 
{{Subcategory|modules}}</noinclude>
 
{{Subcategory|modules}}</noinclude>

Revision as of 20:56, 26 November 2014

Semi-deployment drag 4
Semi-deployment trigger 0.007 atm
Fully-deployed drag 170
Fully-deployed trigger 2500 m AGL

{{Infobox/Part}} module for parachutes. The original drag definition is used for the “stowed” state. which requires to set drag type to s:

{{Infobox/Part
|…
|…
|drag=…
|drag type=s
|…
|more={{Infobox/Part/parachute
|semi-drag=
|semi-deploy=
|full-drag=
|full-deploy=
}}
…
}}

Template:Parameter Table