Template:StatBox/doc

From Deadlock Wiki
Revision as of 03:44, 19 September 2024 by Sur (talk | contribs) (documentation updated; example is now a statbox not statboxes; box_name example from Weapon to CitadelCategoryWeapon)
Jump to navigation Jump to search

Overview

A stat box is created similar to the display seen in the shop when hovering over each stat category (Weapon, Vitality, Spirit).

When hovered, a box appears to the right that contains a table with specified cell values, preferably containing an icon, stat prefix, value, postfix, and name.

Examples

{{StatBox
|box_name = CitadelCategoryWeapon
|box_rgb = 213, 144, 63
|num_cols = 2
|cell_values = 800 MaxHealth,2 BaseHealthRegen,10 DPS
}}


Outputs


Weapon
800 MaxHealth 2 BaseHealthRegen
10 DPS


See Template:StatBoxes which creates all 3 for a given hero dynamically using their stats and scalings

Parameters

No description.

Template parameters

ParameterDescriptionTypeStatus
box_namebox_name

Unlocalized name of the StatBox which will be localized to both the label and the image.

Example
CitadelCategoryWeapon
Stringoptional
box_rgbbox_rgb

RGB values for the box, comma separated. RGBA is not supported, as the alpha channel is modified by the template.

Example
255,255,255
Stringoptional
num_colsnum_cols

Number of columns in the table.

Default
3
Example
3
Numberoptional
cell_valuescell_values

Number of cell values, comma separated (no space after comma). Rows are added automatically based on the number of cell values and columns.

Example
800 MaxHealth,2 BaseHealthRegen,10 DPS
Stringoptional