Difference between revisions of "Template:AirStats"
Inceptor57 (talk | contribs) m |
Inceptor57 (talk | contribs) (Fixing up template page to be standardized with others - included doc link) |
||
Line 17: | Line 17: | ||
|}</includeonly> | |}</includeonly> | ||
<noinclude> | <noinclude> | ||
− | + | {{doc}} | |
− | |||
− | |||
− | |||
− | |||
− | {{ | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | }} | ||
− | |||
[[Category:Templates]] | [[Category:Templates]] | ||
</noinclude> | </noinclude> |
Revision as of 22:19, 2 November 2019
Contents
Description
The template AirStats
is used to assist in the creation of tables for in-game aircraft specification tables regarding flight characteristics.
Code
{{AirStats |maxSpeedAlt= <!--Stock stats--> |abSpeed1= |rbSpeed1= |maxAlt= (Optional - can delete for pages with working {{Specs-Card}} template) |abTurn1= |rbTurn1= |abClimb1= |rbClimb1= |takeoff= <!--Spaded stats--> |abSpeed2= |rbSpeed2= |abTurn2= |rbTurn2= |abClimb2= |rbClimb2= }}
Parameters
Example
Code:
{{AirStats |maxSpeedAlt=5700 <!--Stock stats--> |abSpeed1=700 |rbSpeed1=550 |maxAlt=7500 |abTurn1=10 |rbTurn1=5 |abClimb1=8.0 |rbClimb1=6.0 |takeoff=300 <!--Spaded stats--> |abSpeed2=800 |rbSpeed2=650 |abTurn2=15 |rbTurn2=7.5 |abClimb2=10.0 |rbClimb2=7.5 }}
Generated:
Characteristics | Max Speed (km/h at 5700 m) |
Max altitude (meters) |
Turn time (seconds) |
Rate of climb (meters/second) |
Take-off run (meters) | |||
---|---|---|---|---|---|---|---|---|
AB | RB | AB | RB | AB | RB | |||
Stock | 700 | 550 | 7500 | 10 | 5 | 8.0 | 6.0 | 300 |
Upgraded | 800 | 650 | 15 | 7.5 | 10.0 | 7.5 |