Template:WeaponCard/doc: Difference between revisionsGive feedback
Jump to navigation
Jump to search
m forge (mcginnis) for example instead of atlas (abrams) |
No edit summary |
||
| (6 intermediate revisions by one other user not shown) | |||
| Line 1: | Line 1: | ||
{{TS}} | |||
==Usage== | ==Usage== | ||
This template displays weapon stats. | This template displays weapon stats. | ||
| Line 7: | Line 8: | ||
<pre> | <pre> | ||
{{WeaponCard|Dynamo}} | {{WeaponCard|Dynamo}} | ||
</pre> | |||
{{WeaponCard|Dynamo}} | |||
<pre> | |||
{{WeaponCard|key=hero_forge}} | {{WeaponCard|key=hero_forge}} | ||
</pre> | </pre> | ||
{{WeaponCard|key=hero_forge}} | {{WeaponCard|key=hero_forge}} | ||
<pre> | |||
{{WeaponCard|key=hero_forge|weapon_name=Test Weapon}} | |||
</pre> | |||
{{WeaponCard|key=hero_forge|weapon_name=Test Weapon}} | |||
<pre> | |||
{{WeaponCard|key=hero_forge|weapon_name=Test Weapon|no_description=true}} | |||
</pre> | |||
{{WeaponCard|key=hero_forge|weapon_name=Test Weapon|no_description=true}} | |||
<templatedata> | <templatedata> | ||
{ | { | ||
"params": { | "params": { | ||
"1": {}, | "1": {}, | ||
"key": {}, | |||
"ph": {} | "ph": {}, | ||
"weapon_name": { | |||
"description": "In case the weapon name is different from the files" | |||
}, | |||
"no_description": { | |||
"description": "Remove description", | |||
"type": "boolean", | |||
"default": "true" | |||
}, | |||
"no_falloff": { | |||
"description": "Weapons with no damage falloff (Celeste)", | |||
"type": "boolean", | |||
"default": "true" | |||
} | |||
}, | }, | ||
"format": "inline" | "format": "inline" | ||
Latest revision as of 19:33, 11 April 2026
This template uses CSS found at WeaponCard/styles.css.
Usage
[edit source]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
[edit source]{{WeaponCard|Dynamo}}
{{WeaponCard|key=hero_forge}}
Increases fire rate as the guns spins up
{{WeaponCard|key=hero_forge|weapon_name=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 |