Template:Update layout: Difference between revisions

From The Deadlock Wiki
Jump to navigation Jump to search
Sur (talk | contribs)
m is_herolab param now switches title from Updates to Hero Lab Updates
removed color
Line 1: Line 1:
<includeonly><div style="padding: 0.75em 1em; border: 1px solid #aaa; background-color: #f8f7f5;">
<includeonly><div style="padding: 0.75em 1em; border: 1px solid #aaa;">
{| style="width:100%; border: 1px solid #aaa; margin: 0; margin-bottom: 1em;"
{| style="width:100%; border: 1px solid #aaa; margin: 0; margin-bottom: 1em;"
! colspan="3" style="width:100%; background-color: #e1d2b3;" | {{#if:{{{is_herolab|}}}|[[Hero Lab Updates]]|[[Updates]]}}
! colspan="3" style="width:100%;" | {{#if:{{{is_herolab|}}}|[[Hero Lab Updates]]|[[Updates]]}}
|-
|-
! style="width:33%; background-color: #e1d2b3;" | ← {{#if:{{{prev_update|}}}|[[Update:{{{prev_update}}}|{{{prev_update}}}]]|N/A}}
! style="width:33%;" | ← {{#if:{{{prev_update|}}}|[[Update:{{{prev_update}}}|{{{prev_update}}}]]|N/A}}
! style="width:34%; background-color: #e1d2b3;" | {{{current_update|N/A}}}
! style="width:34%;" | {{{current_update|N/A}}}
! style="width:33%; background-color: #e1d2b3;" | {{#if:{{{next_update|}}}|[[Update:{{{next_update}}}|{{{next_update}}}]]|N/A}} →
! style="width:33%;" | {{#if:{{{next_update|}}}|[[Update:{{{next_update}}}|{{{next_update}}}]]|N/A}} →
|}
|}
{{#if:{{{source|{{{source2|}}}}}}|<span style="font-size: 95%; font-style: italic;">Source:&nbsp;{{#if:{{{source|}}}|[{{{source}}} {{{source_title|{{{source}}}}}}]}}{{#if:{{{source2|}}}|{{#if:{{{source|}}}|,&nbsp;}}[{{{source2}}} {{{source2_title|{{{source2}}}}}}]}}</span>}}
{{#if:{{{source|{{{source2|}}}}}}|<span style="font-size: 95%; font-style: italic;">Source:&nbsp;{{#if:{{{source|}}}|[{{{source}}} {{{source_title|{{{source}}}}}}]}}{{#if:{{{source2|}}}|{{#if:{{{source|}}}|,&nbsp;}}[{{{source2}}} {{{source2_title|{{{source2}}}}}}]}}</span>}}

Revision as of 05:23, 27 January 2025

Template documentation [view] [edit] [history] [purge]
CSS3 logo.svg
This template uses CSS found at Update layout/styles.css.

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.

Patch notes page

Template parameters[Edit template data]

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
prev_updateprev_update

Previous update.

Example
{{Update link|Month|Day|Year}}
Templaterequired
monthmonth

Month

Stringrequired
dayday

Day

Numberrequired
yearyear

Year

Numberrequired
next_updatenext_update

Next update.

Example
{{Update link|Month|Day|Year}}
Templaterequired
sourcesource

Source link.

URLoptional
source_titlesource_title

Source title.

Stringoptional
source2source2

2nd source link.

URLoptional
source2_titlesource2_title

2nd source title.

Stringoptional
imageimage

Update image.

Fileoptional
nocatnocat

Exclude the page from Category:Updates.

Suggested values
true
Booleanoptional
notesnotes

Patch notes content.

Stringrequired
hide_generalhide_general

Hide "General" header at the top of the patch notes. Any value equals "true"

Suggested values
true
Stringoptional