RogerDodger (talk | contribs) No edit summary |
RogerDodger (talk | contribs) No edit summary |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<templatestyles src="Infobox/style.css"/><div class="floatright"> | <includeonly><templatestyles src="Infobox/style.css"/><div class="floatright"> | ||
{| class="infobox border-blue-30" | {| class="infobox border-blue-30" | ||
|- | |- | ||
Line 9: | Line 9: | ||
! Official notes | ! Official notes | ||
| [{{{source}}}] | | [{{{source}}}] | ||
{{#if:{{{summary|}}}| | |||
{{!}}- | |||
! colspan="2" style="text-align: center" class="bg-grey-03" {{!}} Summary | |||
{{!}}- | |||
{{!}} colspan="2" {{!}} {{{summary}}} | |||
}} | |||
|- | |- | ||
! colspan="2" style="text-align: center" class="bg-grey-03" | Chronology | ! colspan="2" style="text-align: center" class="bg-grey-03" | Chronology <span style="font-weight: normal">[[Patches|(view all)]]</span> | ||
|- | |- | ||
| style="text-align: left; padding-right: 0.5em" | {{#if:{{{prev|}}}|← [[{{{prev}}}]]}} | | style="text-align: left; padding-right: 0.5em" | {{#if:{{{prev|}}}|← [[{{{prev}}}]]}} | ||
| style="text-align: right; padding-left: 0.5em" | {{#if:{{{next|}}}|[[{{{next}}}]] →|''(latest)''}} | | style="text-align: right; padding-left: 0.5em" | {{#if:{{{next|}}}|[[{{{next}}}]] →|''(latest)''}} | ||
|} | |} | ||
</div> | </div></includeonly><noinclude>{{documentation}}</noinclude> |
Latest revision as of 03:56, 11 May 2024
This template uses TemplateStyles: | |
This template is deprecated. Use {{Infobox patch auto}} instead.
This template provides quick information about a patch.
Usage
{{Infobox patch
|name=Version 4.10
|released={{#invoke:Patch|date|4.10}}
|source=https://twitter.com/Harada_TEKKEN/status/1373925485025980418
|prev=Version 4.01
|next=Version 4.20
}}
Parameters
All parameters are required except for prev
for the first patch and next
for the latest patch. Make sure that the prev
and next
forms a contiguous chain, i.e. the next
page should have the current page as its prev
.
Parameter | Description |
---|---|
name
|
The name of the page. |
released
|
The date the patch was released. Get this value from Module:Patch. |
source
|
A link to the official patch notes, preferably the English translation if one exists. If available as a PDF or other downloadable file, it's preferable to upload it to the wiki and link to it. |
prev
|
The name of the page for the previous version. |
next
|
The name of the page for the next version. |
Example
Version 4.10 | |
---|---|
Released | 22 Mar 2021 |
Official notes | [1] |
Summary | |
| |
Chronology (view all) | |
← Version 4.01 | Version 4.20 → |
- The above documentation is from Template:Infobox patch/doc
- Editors should experiment in this template’s sandbox and testcases pages