Difference between revisions of "Template:TankMobility"

From War Thunder Wiki
Jump to: navigation, search
m (fixed)
(Added docpage)
(One intermediate revision by the same user not shown)
Line 5: Line 5:
 
! colspan="2" | Power-to-weight ratio (hp/ton)
 
! colspan="2" | Power-to-weight ratio (hp/ton)
 
|-
 
|-
! Max Speed
+
! {{Annotation|Max Speed|Maximum forward speed (km/h)}}
! {{Annotation|Weight|Vehicle Weight (Tons)}}
+
! {{Annotation|Weight|Vehicle Weight (tons)}}
! {{Annotation|AoA Weight|Add on Armour Weight (Tons)}}
+
! {{Annotation|AoA Weight|Add-on Armour Weight (tons)}}
 
! Stock
 
! Stock
 
! Upgraded
 
! Upgraded
Line 14: Line 14:
 
|-
 
|-
 
! Arcade
 
! Arcade
| {{{abSpeed|{{#unit: {{#var: me }} | скорость | вперед | аб }}}}} || rowspan="2" | {{{weight|{{#unit: {{#var: me }} | вес }}}}} || rowspan="2" | {{{AoAweight|N/A}}} || {{{abMinHp|}}}|| {{{abMaxHp|{{#replace:{{#unit: {{#var: me }} | двигатель | мощность | аб }}}}}}}|| {{#if:{{{abMinHp|}}}|{{#expr:{{{abMinHp|}}}/{{{weight|{{#unit: {{#var: me }} | вес }}}}} round 2}}|__.__}} || {{#if:{{{abMaxHp|{{#unit: {{#var: me }} | двигатель | мощность | аб }}}}}|{{#expr:{{#replace:{{{abMaxHp|{{#unit: {{#var: me }} | двигатель | мощность | аб }}}}}}}/{{#replace:{{{weight|{{#unit: {{#var: me }} | вес }}}}}}} round 2}}|__.__}}
+
| {{{abSpeed|{{Specs|speed|forward|ab}}}}}
 +
| rowspan="2" | {{{weight|{{Specs|mass}}}}}
 +
| rowspan="2" | {{{AoAweight|__}}}
 +
| {{{abMinHp|_,___}}}
 +
| {{{abMaxHp|{{#replace:{{Specs|engine|мощность|ab}}||,}}}}}
 +
| {{#if:{{{abMinHp|}}}|{{#expr:{{#replace:{{{abMinHp}}}|,}}/{{{weight|{{Specs|mass}}}}} round 2}}|__.__}}
 +
| {{#if:{{{abMaxHp|{{Specs|engine|мощность|ab}}}}}|{{#expr:{{#replace:{{{abMaxHp|{{Specs|engine|мощность|ab}}}}}}}/{{#replace:{{{weight|{{Specs|mass}}}}}}} round 2}}|__.__}}
 
|-
 
|-
 
! {{Annotation|Realistic|Simulator uses Realistic FMs}}
 
! {{Annotation|Realistic|Simulator uses Realistic FMs}}
| {{{rbSpeed|{{#unit: {{#var: me }} | скорость | вперед }}}}} || {{{rbMinHp|}}}|| {{{rbMaxHp|{{#replace:{{#unit: {{#var: me }} | двигатель | мощность | рб }}}}}}}|| {{#if:{{{rbMinHp|}}}|{{#expr:{{{rbMinHp|}}}/{{{weight|{{#unit: {{#var: me }} | вес }}}}} round 2}}|__.__}} || {{#if:{{{rbMaxHp|{{#unit: {{#var: me }} | двигатель | мощность | рб }}}}}|{{#expr:{{#replace:{{{rbMaxHp|{{#unit: {{#var: me }} | двигатель | мощность | рб }}}}}}}/{{#replace:{{{weight|{{#unit: {{#var: me }} | вес }}}}}}} round 2}}|__.__}}
+
| {{{rbSpeed|{{Specs|speed|forward}}}}}
 +
| {{{rbMinHp|_,___}}}
 +
| {{{rbMaxHp|{{#replace:{{Specs|engine|мощность|rb}}||,}}}}}
 +
| {{#if:{{{rbMinHp|}}}|{{#expr:{{#replace:{{{rbMinHp}}}|,}}/{{{weight|{{Specs|mass}}}}} round 2}}|__.__}}
 +
| {{#if:{{{rbMaxHp|{{Specs|engine|мощность|rb}}}}}|{{#expr:{{#replace:{{{rbMaxHp|{{Specs|engine|мощность|rb}}}}}}}/{{#replace:{{{weight|{{Specs|mass}}}}}}} round 2}}|__.__}}
 
|}</includeonly><noinclude>
 
|}</includeonly><noinclude>
Generates power to weight ratio
+
{{doc}}
<nowiki>{{tankMobility|<!--weight= -->|<!--AoAweight= -->|<!--abSpeed= -->|abMinHp= |<!--abMaxHp= -->|<!--rbSpeed= -->|rbMinHp= |<!--rbMaxHp=--> }}</nowiki>
+
[[Category:Templates]]
 
</noinclude>
 
</noinclude>

Revision as of 19:38, 7 February 2020

Description

This template inserts a standardised ground vehicle mobility table using values from Template:Specs. These can be overridden with the template parameters.

Parameters

  • (automatic) weight - Weight of the tank (including add-on armour)
  • AoAweight - Weight of the tank's add-on armour packages
  • (automatic) abForwardSpeed - Maximum forward speed of the tank in Arcade modes
  • (automatic) abReverseSpeed - Maximum reverse speed of the tank in Arcade modes
  • abMinHp - Stock horsepower output of the tank's engine in AB
  • (automatic) abMaxHp - Spaded horsepower output of the tank's engine in AB
  • (automatic) rbForwardSpeed - Maximum forward speed of the tank in Realistic/Simulator modes
  • (automatic) rbReverseSpeed - Maximum reverse speed of the tank in Realistic/Simulator modes
  • rbMinHp - Stock horsepower output of the tank's engine in RB/SB
  • (automatic) rbMaxHp - Spaded horsepower output of the tank's engine in RB/SB

Manual parameters are optional and must be added by the Wiki user.

Examples of use

The default table filled automatically from data of the Type 90 (B)

Game Mode Max Speed (km/h) Weight (tons) Engine power (horsepower) Power-to-weight ratio (hp/ton)
Forward Reverse Stock Upgraded Stock Upgraded
Arcade 81 38 50.2 _,___ 2,862 __.__ 57.01
Realistic 73 34 _,___ 1,500 __.__ 29.88
{{tankMobility}}


Use of the template supplemented by non-automatic values

Game Mode Max Speed (km/h) Weight (tons) Engine power (horsepower) Power-to-weight ratio (hp/ton)
Forward Reverse Stock AoA Stock Upgraded Stock Upgraded
Arcade 81 38 40.2 10 2,032 2,862 50.55 57.01
Realistic 73 34 1,327 1,500 33.01 29.88
{{tankMobility|abMinHp=2,032|rbMinHp=1,327|AoAweight=10}}