Content deleted Content added
Wolfkeeper (talk | contribs) |
Gross mass |
||
(39 intermediate revisions by 22 users not shown) | |||
Line 1:
{{Documentation subpage}}
<!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[Wikipedia:Wikidata]]) -->
{{Lua|Module:Infobox|Module:InfoboxImage|Module:Check for unknown parameters}}
{{TOCright}}
This template is intended for use on articles about '''[[rocket engine]]s''' and '''[[spacecraft propulsion]]'''. See [[SpaceX Raptor|example]] for result.
== Empty premade templates ==
{| style="background:transparent;"
| width=50% style="vertical-align:top;" |
;Liquid engines
<syntaxhighlight lang="wikitext" style="overflow:auto;">
{{Infobox rocket engine
|name =
|image =
|image_size =
|caption =
|country_of_origin=
|date =
|first_date =
|last_date =
|designer =
|manufacturer =
|purpose =
|associated =
|predecessor =
|successor =
|status =
|type =liquid
|oxidiser =
|fuel =
|mixture_ratio =
|cycle =
|pumps =
|description =
|combustion_chamber=
|nozzle_ratio =
|thrust =
|thrust_at_altitude=
|thrust(Vac) =<!--if throttle range >100%, specify corresponding throttle-->
|thrust(SL) =
|throttle_range =<!--leave blank if no throttle-->
|thrust_to_weight=
|chamber_pressure=
|specific_impulse=
|specific_impulse_vacuum=
|specific_impulse_sea_level=
|total_impulse =
|mass_flow =
|burn_time =
|restarts =<!--leave blank if not restartable-->
|gimbal =<!--gimbal range in °, leave blank if none-->
|capacity =
|dimensions =
|length =
|diameter =
|dry_weight =
|used_in =
|references =
|notes =
}}
</syntaxhighlight>
| width=50% style="vertical-align:top;" |
;Solid engines
<syntaxhighlight lang="wikitext" style="overflow:auto;">
{{Infobox rocket engine
|name =
|image =
|image_size =
|caption =
|country_of_origin=
|date =
|first_date =
|last_date =
|designer =
|manufacturer =
|purpose =
|associated =
|predecessor =
|successor =
|status =
|type =solid
|oxidiser =
|fuel =
|grain =
|core =
|casing =
|nozzle =
|description =
|combustion_chamber=
|nozzle_ratio =
|thrust =
|thrust_at_altitude=
|thrust(Vac) =
|thrust(SL) =
|thrust_to_weight=
|chamber_pressure=
|specific_impulse=
|specific_impulse_vacuum=
|specific_impulse_sea_level=
|total_impulse =
|mass_flow =
|burn_time =
|gimbal =<!--gimbal range in °, or other TVC method, leave blank if none-->
|capacity =
|dimensions =
|length =
|diameter =
|dry_weight =
|gross =
|used_in =
|references =
|notes =
}}
</syntaxhighlight>
|-
| width=50% style="vertical-align:top;" |
;Hybrid engines
<syntaxhighlight lang="wikitext" style="overflow:auto;">
{{Infobox rocket engine
|name =
|image =
|image_size =
|caption =
|country_of_origin=
|date =
|first_date =
|last_date =
|designer =
|manufacturer =
|purpose =
|associated =
|predecessor =
|successor =
|status =
|type =hybrid
|oxidiser =
|fuel =
|description =
|combustion_chamber=
|nozzle_ratio =
|thrust =
|thrust_at_altitude=
|thrust(Vac) =<!--if throttle range >100%, specify corresponding throttle-->
|thrust(SL) =
|throttle_range =<!--leave blank if no throttle-->
|thrust_to_weight=
|chamber_pressure=
|specific_impulse=
|specific_impulse_vacuum=
|specific_impulse_sea_level=
|total_impulse =
|mass_flow =
|burn_time =
|restarts =<!--leave blank if not restartable-->
|gimbal =<!--gimbal range in °, leave blank if none-->
|capacity =
|dimensions =
|length =
|diameter =
|dry_weight =
|gross =
|used_in =
|references =
|notes =
}}
</syntaxhighlight>
| width=50% style="vertical-align:top;" |
;Monopropellant engines
<syntaxhighlight lang="wikitext" style="overflow:auto;">
{{Infobox rocket engine
|name =
|image =
|image_size =
|caption =
|country_of_origin=
|date =
|first_date =
|last_date =
|designer =
|manufacturer =
|purpose =
|associated =
|predecessor =
|successor =
|status =
|type =mono
|fuel =
|description =
|combustion_chamber=
|nozzle_ratio =
|thrust =
|thrust_at_altitude=
|thrust(Vac) =<!--if throttle range >100%, specify corresponding throttle-->
|thrust(SL) =
|throttle_range =<!--leave blank if no throttle-->
|thrust_to_weight=
|chamber_pressure=
|specific_impulse=
|specific_impulse_vacuum=
|specific_impulse_sea_level=
|total_impulse =
|mass_flow =
|burn_time =
|restarts =<!--leave blank if not restartable-->
|gimbal =<!--gimbal range in °, leave blank if none-->
|capacity =
|dimensions =
|length =
|diameter =
|dry_weight =
|used_in =
|references =
|notes =
}}
</syntaxhighlight>
|}
== Parameters ==
* '''name'''
=== Image ===
* '''image'''
* '''caption'''
* '''imsize'''
=== Origins ===
* '''country of origin'''
* '''date'''
* '''first flight'''
* '''last flight'''
* '''designer'''
* '''manufacturer'''
* '''purpose''' - "booster", "apogee kick", etc.
* '''predecessor'''
* '''successor'''
* '''associated'''
* '''status'''
=== Type ===
* '''type'''
** solid
** liquid
** hybrid
** mono / monopropellant
==== Solids ====
* '''oxidiser''' / '''fuel'''
* '''grain'''
* '''core'''
* '''casing'''
* '''nozzle'''
==== liquid ====
* '''oxidiser''' / '''fuel'''
* '''mixture_ratio'''
* '''cycle'''
* '''pumps'''
==== hybrid ====
* '''oxidiser''' / '''fuel'''
==== monopropellant ====
* '''fuel'''
==== others ====
Just use the "type" and "description" fields.
=== Configuration ===
* '''description'''
* '''combustion_chamber'''
* '''nozzle_ratio'''
=== Performance ===
* '''thrust'''
* '''thrust(Vac)'''
* '''thrust(SL)'''
* '''thrust_at_altitude'''
* '''throttle_range'''
* '''thrust_to_weight_ratio'''
* '''specific_impulse'''
* '''specific_impulse_vacuum'''
* '''specific_impulse_sea_level'''
* '''total_impulse'''
* '''
* '''burn_time'''
* '''restarts'''
* '''gimbal'''
* '''capacity'''
: tankage
=== Dimensions ===
* '''dimensions''' - use for overall description, otherwise use more specific fields
* '''
* '''diameter'''
* '''
* '''
=== Applications ===
* '''used_in'''
===
* '''
* '''notes'''
=== Tracking Categories ===
* {{Category link with count|Pages using infobox rocket engine with unknown parameters}}
* {{Category link with count|Rocket engines of the United Kingdom}}
* {{Category link with count|Category:Rocket engines of the Soviet Union}}
* {{Category link with count|Category:Monopropellant rocket engines}}
== See Also ==
{{Spaceflight infoboxes}}
<includeonly>{{Sandbox other||
<!-- Categories below this line, please; interwikis at Wikidata -->
[[Category:Rocketry templates|Rocket engine]]
[[Category:Spaceflight infobox templates|Rocket engine]]
[[Category:Technology and applied science infobox templates|Rocket engine]]
[[Category:Infobox templates with module parameter]]
}}</includeonly>
|