Template:WeaponCard: Difference between revisions

From The Deadlock Wiki
Jump to navigation Jump to search
add docs
mobile fix
Line 1: Line 1:
<onlyinclude>
<onlyinclude>
<div style="display:inline-block; margin: 15px 10px 15px 0px; max-width:650px;">
<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;"
| style="width:350px; color:#CDBFAB; font-family: 'Retail Demo';" | {{#invoke:Lang|get_string|CitadelHeroStats_Weapon}}
| style="width:350px; color:#CDBFAB; font-family: 'Retail Demo';" | {{#invoke:Lang|get_string|CitadelHeroStats_Weapon}}

Revision as of 22:30, 27 September 2024

Weapon Stats
Falloff Range
17m - 40m
51 Damage Per Second
0
Spreadshot Close Range
0
Template documentation [view] [edit] [history] [purge]
CSS3 logo.svg
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
Falloff Range
20m - 58m
48 Damage Per Second
0
Medium Range Heavy Hitter Projectile
0
{{WeaponCard|key=hero_forge}}
Weapon Stats
Falloff Range
17m - 40m
51 Damage Per Second
0
Spreadshot Close Range
0
{{WeaponCard|key=hero_forge|weapon_name=Test Weapon}}
Weapon Stats
Falloff Range
17m - 40m
51 Damage Per Second
0
Spreadshot Close Range
0
{{WeaponCard|key=hero_forge|weapon_name=Test Weapon|no_description=true}}
Weapon Stats
Falloff Range
17m - 40m
51 Damage Per Second
0
Spreadshot Close Range
0

No description.

Template parameters[Edit template data]

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
11

no description

Unknownoptional
keykey

no description

Unknownoptional
phph

no description

Unknownoptional
weapon_nameweapon_name

In case the weapon name is different from the files

Unknownoptional
no_descriptionno_description

Remove description

Default
true
Booleanoptional
no_falloffno_falloff

Weapons with no damage falloff (Celeste)

Default
true
Booleanoptional