Template:Update layout/doc: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
== Usage == | == Usage == | ||
This template is used to display patch notes, including navigation links to the previous and next updates. Automatically categorizes the page | This template is used to display patch notes, including navigation links to the previous and next updates. Automatically categorizes the page onto [[:Category:Updates]]. | ||
== Example == | |||
<pre style="width:50%"> | <pre style="width:50%"> | ||
{{Update layout | {{Update layout | ||
Line 8: | Line 9: | ||
| next_update = May 13, 2024 | | next_update = May 13, 2024 | ||
| source = https://forums.playdeadlock.com/threads/05-10-2024-update.689/ | | source = https://forums.playdeadlock.com/threads/05-10-2024-update.689/ | ||
| | | source_title = 05-10-2024 Update | ||
| notes = | | notes = | ||
* Sandbox mode now supports entering it with your party | * Sandbox mode now supports entering it with your party | ||
Line 14: | Line 15: | ||
}} | }} | ||
</pre> | </pre> | ||
{{Update layout | |||
| prev_update = May 3, 2024 | |||
| current_update = May 10, 2024 | |||
| next_update = May 13, 2024 | |||
| source = https://forums.playdeadlock.com/threads/05-10-2024-update.689/ | |||
| source_title = 05-10-2024 Update | |||
| category = no | |||
| notes = | |||
* Sandbox mode now supports entering it with your party | |||
* Sandbox mode now has troopers spawning on the left side | |||
}} | |||
<templatedata> | |||
{ | |||
"params": { | |||
"prev_update": {}, | |||
"current_update": {}, | |||
"next_update": {}, | |||
"source": {}, | |||
"source2": {}, | |||
"source_title": {}, | |||
"source2_title": {}, | |||
"notes": {}, | |||
"category": {} | |||
}, | |||
"format": "block", | |||
"paramOrder": [ | |||
"prev_update", | |||
"current_update", | |||
"next_update", | |||
"source", | |||
"source_title", | |||
"source2", | |||
"source2_title", | |||
"category", | |||
"notes" | |||
] | |||
} | |||
</templatedata> | |||
<includeonly>[[Category:Navigation templates]]</includeonly><noinclude>[[Category:Template documentation]]</noinclude> |
Latest revision as of 17:32, 10 November 2024
Usage
This template is used to display patch notes, including navigation links to the previous and next updates. Automatically categorizes the page onto Category:Updates.
Example
{{Update layout | prev_update = May 3, 2024 | current_update = May 10, 2024 | next_update = May 13, 2024 | source = https://forums.playdeadlock.com/threads/05-10-2024-update.689/ | source_title = 05-10-2024 Update | notes = * Sandbox mode now supports entering it with your party * Sandbox mode now has troopers spawning on the left side }}
Updates | ||
---|---|---|
← May 3, 2024 | May 10, 2024 | May 13, 2024 → |
Source: 05-10-2024 Update
Patch notes
- Sandbox mode now supports entering it with your party
- Sandbox mode now has troopers spawning on the left side
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
prev_update | prev_update | no description | Unknown | optional |
current_update | current_update | no description | Unknown | optional |
next_update | next_update | no description | Unknown | optional |
source | source | no description | Unknown | optional |
source_title | source_title | no description | Unknown | optional |
source2 | source2 | no description | Unknown | optional |
source2_title | source2_title | no description | Unknown | optional |
category | category | no description | Unknown | optional |
notes | notes | no description | Unknown | optional |