Template:Update row

From The Deadlock Wiki
Revision as of 17:28, 28 November 2025 by LVL (talk | contribs) (Template to make adding new rows in the Updates page easier.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Template documentation [view] [edit] [history] [purge]

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

[edit source]
{{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 source]
  • 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 source]
{| 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
  • General gameplay updates.
+ New
▲ Buff
▼ Nerf
↔ Adj
🔧 Fix
Note: Manual text here

TemplateData

[edit source]

Formats a single row in the Updates table.

Template parameters[Edit template data]

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