Editing Template:Update layout/docGive feedback
Jump to navigation
Jump to search
The edit can be undone.
Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
| Latest revision | Your text | ||
| 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 onto [[:Category:Updates]]. | 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%"> | |||
{{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 | |||
}} | |||
</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> | <templatedata> | ||
{ | { | ||
"params": { | "params": { | ||
"prev_update": { | "prev_update": {}, | ||
"current_update": {}, | |||
"next_update": {}, | |||
"source": {}, | |||
"source2": {}, | |||
"source_title": {}, | |||
"next_update": { | "source2_title": {}, | ||
"notes": {}, | |||
"category": {} | |||
"source": { | |||
"source2": { | |||
"source_title": { | |||
"source2_title": { | |||
"notes": { | |||
" | |||
}, | }, | ||
"format": "block", | "format": "block", | ||
"paramOrder": [ | "paramOrder": [ | ||
"prev_update", | "prev_update", | ||
" | "current_update", | ||
"next_update", | "next_update", | ||
"source", | "source", | ||
| Line 84: | Line 48: | ||
"source2", | "source2", | ||
"source2_title", | "source2_title", | ||
" | "category", | ||
"notes" | |||
"notes | ] | ||
] | |||
} | } | ||
</templatedata> | </templatedata> | ||
<includeonly>[[Category:Navigation templates]]</includeonly><noinclude>[[Category:Template documentation]]</noinclude> | <includeonly>[[Category:Navigation templates]]</includeonly><noinclude>[[Category:Template documentation]]</noinclude> | ||