Template:Update row/docGive feedback
Usage
editThis template is used on the Updates page to format individual patch rows. It automatically parses comma-separated hero lists into icons using Module:IconList.
Syntax
edit{{Update row
| date = Month DD YYYY
| summary = Bullet points...
| new = Hero1, Hero2
| buffs = Hero1, Hero2
| nerfs = Hero1, Hero2
| adjs = Hero1, Hero2
| fixes = Hero1, Hero2
| heroes = Manual text
}}
Parameters
edit- date: The date of the update (e.g.,
November 21 2025). Automatically formats a link using{{Update link}}. - summary: A bulleted list of general changes.
- new: (Optional) Comma-separated list of new heroes.
- buffs: (Optional) Comma-separated list of buffed heroes.
- nerfs: (Optional) Comma-separated list of nerfed heroes.
- adjs: (Optional) Comma-separated list of adjusted heroes.
- fixes: (Optional) Comma-separated list of fixed heroes.
- heroes: (Optional) Manual input for the hero column if needed (appends to the bottom).
Example
edit{| class="wikitable"
! Update !! Summary !! Hero Changes
{{Update row
| date = November 21 2025
| summary = * General gameplay updates.
| new = Vyper
| buffs = Abrams, Bebop
| nerfs = Seven
| adjs = Viscous
| fixes = Yamato
| heroes = ''Note: Manual text here''
}}
|}
| Update | Summary | Hero Changes |
|---|---|---|
| November 21, 2025 |
|
+ New
▲ Buff
▼ Nerf
↔ Adj
🔧 Fix
Note: Manual text here
|
TemplateData
editFormats a single row in the Updates table.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Date | date | Date of the update (e.g., November 21 2025). | Date | required |
| Summary | summary | Bulleted list of general changes. | Content | required |
| New Heroes | new | Comma-separated list of new heroes. | String | optional |
| Buffs | buffs | Comma-separated list of buffed heroes. | String | optional |
| Nerfs | nerfs | Comma-separated list of nerfed heroes. | String | optional |
| Adjustments | adjs | Comma-separated list of adjusted heroes. | String | optional |
| Fixes | fixes | Comma-separated list of fixed heroes. | String | optional |
| Manual Hero Text | heroes | Extra content to append to the hero column manually. | Content | optional |