(Improve CSS) |
m (Typo) |
||
Line 1: | Line 1: | ||
<includeonly><div id="entry" style="display:flex;align-items:center;"> |
<includeonly><div id="entry" style="display:flex;align-items:center;"> |
||
− | <div id="patch" style="flex: 0 0 120px;text-align: center;font-weight: bold;">{{Patch link|{{{1|}}}}}/div> |
+ | <div id="patch" style="flex: 0 0 120px;text-align: center;font-weight: bold;">{{Patch link|{{{1|}}}}}</div> |
<div id="description">{{{2|}}}</div> |
<div id="description">{{{2|}}}</div> |
||
</div></includeonly><noinclude> |
</div></includeonly><noinclude> |
Revision as of 15:36, 22 April 2020
This template is used to display a list of changes by patch on wiki pages. It is used in combination with {{PatchTableStart}}
and {{PatchTableEnd}}
.
Usage
- Patch tables on Hero pages should be in reverse chronological order, with the latest changes at the top.
- Currently, Hero pages patch table is used to hold only gameplay changes, not bug fixes or cosmetic items.
- Any usage of a patch table is encouraged to use
{{Ability link}}
when referencing a hero ability.
{{PatchTableStart}} {{PatchTableElement|<date>| * Change 1 * Change 2 }} {{PatchTableEnd}}
Example
For more information, see Patch Notes
Patch
Description
- Spread decreased by 10%
- Cooldown increased from 4 to 6 seconds
- Cooldown now begins immediately upon deploying the beacon or if it is killed by an enemy
Developer Comment: Having the Translocator cooldown begin right when it is thrown allows Sombra more flexibility in how she can use it. For example, she can now often redeploy it instantly after teleporting to it, or quickly destroy and reposition it while sneaking around. The cooldown has been increased to compensate for this change.
TemplateData
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Date | 1 | The patch date, according to the patch notes, formatted as ISO 8601
| Date | required |
Changes | 2 | A list of the changes.
| Content | required |