Difference between revisions of "Template:AirStats"

From War Thunder Wiki
Jump to: navigation, search
m
(Fixing up template page to be standardized with others - included doc link)
Line 17: Line 17:
 
|}</includeonly>
 
|}</includeonly>
 
<noinclude>
 
<noinclude>
Table for all the stats on the ingame plane/heli statcard.
+
{{doc}}
 
 
'''Copy the template from the source code for better readability.'''
 
 
 
<nowiki>
 
{{AirStats
 
|maxSpeedAlt=
 
<!--Stock stats-->
 
|abSpeed1=
 
|rbSpeed1=
 
|maxAlt=(optional)
 
|abTurn1=
 
|rbTurn1=
 
|abClimb1=
 
|rbClimb1=
 
|takeoff=
 
<!--Spaded stats-->
 
|abSpeed2=
 
|rbSpeed2=
 
|abTurn2=
 
|rbTurn2=
 
|abClimb2=
 
|rbClimb2=
 
}}
 
</nowiki>
 
 
[[Category:Templates]]
 
[[Category:Templates]]
 
</noinclude>
 
</noinclude>

Revision as of 22:19, 2 November 2019


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