Difference between revisions of "Template:AirStats/Documentation"
(Created doc page for Air Stats) |
m (→Example) |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
=== Description === | === Description === | ||
| − | The template <code> | + | The template <code>AirStats</code> is used to assist in the creation of tables for in-game aircraft specification tables regarding flight characteristics. |
=== Code === | === Code === | ||
| Line 10: | Line 10: | ||
|abSpeed1= | |abSpeed1= | ||
|rbSpeed1= | |rbSpeed1= | ||
| − | |maxAlt= (Optional - | + | |maxAlt= (Optional - can delete for pages with working <nowiki>{{Specs-Card}}</nowiki> template) |
|abTurn1= | |abTurn1= | ||
|rbTurn1= | |rbTurn1= | ||
| Line 28: | Line 28: | ||
=== Example === | === Example === | ||
| − | Code: | + | '''Code:''' |
<pre>{{AirStats | <pre>{{AirStats | ||
|maxSpeedAlt=5700 | |maxSpeedAlt=5700 | ||
| Line 49: | Line 49: | ||
}}</pre> | }}</pre> | ||
| − | Generated | + | '''Generated:''' |
{{AirStats | {{AirStats | ||
Latest revision as of 23:47, 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 | ||

