Template:WeaponCard/doc: Difference between revisionsGive feedback
Gammaton32 (talk | contribs) No edit summary |
No edit summary |
||
| (5 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" | "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" | |||
} | } | ||
}, | }, | ||