Template:WeaponCard: Difference between revisions
Jump to navigation
Jump to search
m key param can now be passed instead of english text to allow O(1) calls instead of O(N) |
m removed accidental empty line at beginning |
||
Line 7: | Line 7: | ||
{{#vardefine:hero_name|{{{1}}}}} | {{#vardefine:hero_name|{{{1}}}}} | ||
}} | }} | ||
<div style="display:inline-block; margin: 15px 10px 15px 0px; width:650px; max-width:100%;"> | <div style="display:inline-block; margin: 15px 10px 15px 0px; width:650px; max-width:100%;"> | ||
{|- style="text-align:center; background-image: linear-gradient(#180E02, #30220C); border-collapse:collapse; font-size: 16px; font-family: 'PT Serif','Palatino','Georgia',serif;" | {|- style="text-align:center; background-image: linear-gradient(#180E02, #30220C); border-collapse:collapse; font-size: 16px; font-family: 'PT Serif','Palatino','Georgia',serif;" |
Revision as of 21:28, 11 October 2024
Weapon Stats | |||
Case Closed | |||
| |||
Reloads single shells at a time. Can be interrupted |
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 | |||
Case Closed | |||
| |||
Reloads single shells at a time. Can be interrupted |
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
1 | 1 | no description | Unknown | optional |
key | key | no description | Unknown | optional |
ph | ph | no description | Unknown | optional |