Jump to content

Template:AdditionalStats/doc

From Drifters Almanac

This template is used to display additional bonus stats for items such as weapons, armor, or accessories.

It supports up to 6 different stat-value pairs and automatically categorizes the item based on the stat names.

Usage

Place this inside another template such as Weapon, Armor, or Accessory:

{{AdditionalStats
 | stat1_name  = 
 | stat1_value = 
 | stat2_name  = 
 | stat2_value = 
 | stat3_name  = 
 | stat3_value = 
 | stat4_name  = 
 | stat4_value = 
 | stat5_name  = 
 | stat5_value = 
 | stat6_name  = 
 | stat6_value = 
}}

Parameters

stat1_name – stat6_name
The name of the bonus stat (e.g., Haste, Hit, Physical Damage Resist).
Each stat will be automatically bolded and linked to its category.
stat1_value – stat6_value
The corresponding value for that stat (e.g., +15, -5).

Only filled-in stats and values will be displayed.

Auto-Categorization

Each provided stat will automatically categorize the page into:

  • Category:<stat_name>

Example Output

+3 Combat Movement
+2 Positional
-1 Resilience

Notes

  • You can include positive or negative values.
  • If a stat is not provided, that line will not be shown.
  • The stats are indented for visual consistency across templates.