Template:Update row/doc: Difference between revisions

From The Deadlock Wiki
Jump to navigation Jump to search
LVL (talk | contribs)
No edit summary
LVL (talk | contribs)
mNo edit summary
 
Line 4: Line 4:
== Syntax ==
== Syntax ==
<pre>
<pre>
{{UpdateRow
{{Update row
| date    = Month DD YYYY
| date    = Month DD YYYY
| summary = Bullet points...
| summary = Bullet points...

Latest revision as of 17:38, 28 November 2025

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

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