Template:WeaponCard: Difference between revisionsGive feedback
Jump to navigation
Jump to search
m Closed quotation marks on style attributes. |
Fixed weapon description |
||
| Line 34: | Line 34: | ||
|} | |} | ||
|- | |- | ||
| colspan="2" style="border-radius: 0px 0px 10px 10px;background-color:#4A3617; color:#FFEFD7; height:40px; font-family:'Retail Demo','Open Sans',serif; font-size:14px; text-align:left;"> |<div style="padding: 5px 10px">{{#ifeq:{{{no_description|}}}|true||{{#invoke:HeroData|get_hero_var|{{#var:hero_key_or_en}}| | | colspan="2" style="border-radius: 0px 0px 10px 10px;background-color:#4A3617; color:#FFEFD7; height:40px; font-family:'Retail Demo','Open Sans',serif; font-size:14px; text-align:left;"> |<div style="padding: 5px 10px">{{#ifeq:{{{no_description|}}}|true||{{#invoke:HeroData|get_hero_var|{{#var:hero_key_or_en}}|DescKey|true}}}} | ||
|} | |} | ||
</div></div></includeonly><noinclude>{{Documentation}}</noinclude> | </div></div></includeonly><noinclude>{{Documentation}}</noinclude> | ||
Revision as of 23:18, 12 November 2025
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}}
{{WeaponCard|key=hero_forge}}
| Weapon Stats | |||
| 0 | |||
| |||
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 |