Template:Update row/doc

Revision as of 17:36, 28 November 2025 by LVL (talk | contribs) (Created page with "== Usage == This 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 == <pre> {{UpdateRow | 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 }} </pre> == Parameters == * '''date''': The date of the u...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Usage

This 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

{{UpdateRow
| 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

  • 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

{| class="wikitable"
! Update !! Summary !! Hero Changes
{{UpdateRow
| 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

Template:UpdateRow

TemplateData

Formats a single row in the Updates table.

Template parameters

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Datedate

Date of the update (e.g., November 21 2025).

Daterequired
Summarysummary

Bulleted list of general changes.

Contentrequired
New Heroesnew

Comma-separated list of new heroes.

Stringoptional
Buffsbuffs

Comma-separated list of buffed heroes.

Stringoptional
Nerfsnerfs

Comma-separated list of nerfed heroes.

Stringoptional
Adjustmentsadjs

Comma-separated list of adjusted heroes.

Stringoptional
Fixesfixes

Comma-separated list of fixed heroes.

Stringoptional
Manual Hero Textheroes

Extra content to append to the hero column manually.

Contentoptional