Template:WeaponCard: Difference between revisionsGive feedback
Jump to navigation
Jump to search
No edit summary |
Gammaton32 (talk | contribs) added "no_falloff" variable |
||
| Line 17: | Line 17: | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td style="font-weight:bold; font-size:14px;">{{#invoke:HeroData|get_hero_var|{{#var:hero_key_or_en}}|FalloffStartRange|2}}{{#invoke:Lang|get_string|StatDesc_WeaponRangeFalloffMin_postfix}} - {{#invoke:HeroData|get_hero_var|{{#var:hero_key_or_en}}|FalloffEndRange|2}}{{#invoke:Lang|get_string|StatDesc_WeaponRangeFalloffMax_postfix}}</td> | <td style="font-weight:bold; font-size:14px;">{{#ifeq:{{{no_falloff|}}}|true|N/A|{{#invoke:HeroData|get_hero_var|{{#var:hero_key_or_en}}|FalloffStartRange|2}}{{#invoke:Lang|get_string|StatDesc_WeaponRangeFalloffMin_postfix}} - {{#invoke:HeroData|get_hero_var|{{#var:hero_key_or_en}}|FalloffEndRange|2}}{{#invoke:Lang|get_string|StatDesc_WeaponRangeFalloffMax_postfix}}}}</td> | ||
</tr> | </tr> | ||
</table> | </table> | ||
Revision as of 00:53, 10 February 2026
This template uses CSS found at WeaponCard/styles.css.
Usage
This template displays weapon stats.
Recommended to use key parameter for hero key instead of an unnamed 1st parameter of the english hero name. This allows localizing it to the current language in O(1) time complexity, as opposed to O(N).
Examples
{{WeaponCard|Dynamo}}
| Weapon Stats | |||||
| The Vonnegun | |||||
|
|||||
{{WeaponCard|key=hero_forge}}
| Weapon Stats | |||
| Services Rendered | |||
|
|||
Increases fire rate as the guns spins up |
|||
{{WeaponCard|key=hero_forge|weapon_name=Test Weapon}}
| Weapon Stats | |||
| Test Weapon | |||
|
|||
Increases fire rate as the guns spins up |
|||
{{WeaponCard|key=hero_forge|weapon_name=Test Weapon|no_description=true}}
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| 1 | 1 | no description | Unknown | optional |
| key | key | no description | Unknown | optional |
| ph | ph | no description | Unknown | optional |
| weapon_name | weapon_name | In case the weapon name is different from the files | Unknown | optional |
| no_description | no_description | Remove description
| Boolean | optional |
| no_falloff | no_falloff | Weapons with no damage falloff (Celeste)
| Boolean | optional |