{% extends "base.html" %} {% block content %}
Reference Data

引擎目录

+ New Engine
{% for row in catalog_rows %} {% endfor %}
NameCycleMassVac ThrustVac ISPFuelModAction
{{ row.family.engine_name }} {{ row.family.cycle or '—' }} {{ '%.2f'|format(row.max_mass_t) if row.max_mass_t else '—' }}t {{ '%.0f'|format(row.max_vac_thrust_kn) if row.max_vac_thrust_kn else '—' }}kN {{ '%.0f'|format(row.max_vac_isp) if row.max_vac_isp else '—' }}s {{ row.fuel_types or '—' }} {{ row.mod_source or '—' }}
{% if total_pages > 1 %}
{% if has_prev %}← Prev{% endif %} {% for link in page_links %} {% if link.is_current %}{{ link.page }} {% elif link.is_ellipsis %}... {% else %}{{ link.page }}{% endif %} {% endfor %} {% if has_next %}Next →{% endif %}
{% endif %} {% endblock %}