Template:Update row/doc: Difference between revisions

From The Deadlock Wiki
Jump to navigation Jump to search
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..."
 
LVL (talk | contribs)
No edit summary
Line 30: Line 30:
{| class="wikitable"
{| class="wikitable"
! Update !! Summary !! Hero Changes
! Update !! Summary !! Hero Changes
{{UpdateRow
{{Update row
| date    = November 21 2025
| date    = November 21 2025
| summary = * General gameplay updates.
| summary = * General gameplay updates.
Line 45: Line 45:
{| class="wikitable"
{| class="wikitable"
! Update !! Summary !! Hero Changes
! Update !! Summary !! Hero Changes
{{UpdateRow
{{Update row
| date    = November 21 2025
| date    = November 21 2025
| summary = * General gameplay updates.
| summary = * General gameplay updates.
| new    = Viper
| new    = Vyper
| buffs  = Abrams, Bebop
| buffs  = Abrams, Bebop
| nerfs  = Seven
| nerfs  = Seven

Revision as of 17:38, 28 November 2025

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

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