Template:PatchView: Difference between revisions
Appearance
ViperActual (talk | contribs) No edit summary |
ViperActual (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
{{#cargo_query: tables=patch_notes | {{#cargo_query: tables=patch_notes | ||
|fields=date, summary | |fields=version, date, summary | ||
|where=version="{{{version}}}" | |where=version="{{{version}}}" | ||
|limit=1 | |limit=1 | ||
|format= | |format=template | ||
| | |template=PatchSummaryRow | ||
|more results text= | |more results text= | ||
|default=No summary found for this version. | |default=No summary found for this version. | ||
Line 13: | Line 11: | ||
== Changes == | == Changes == | ||
<ul> | |||
{{#cargo_query: tables=patch_changes | {{#cargo_query: tables=patch_changes | ||
|fields=area, subject, details | |fields=area, subject, details | ||
|where=version="{{{version}}}" | |where=version="{{{version}}}" | ||
|order by=area, _rowID | |order by=area, _rowID | ||
|format= | |format=template | ||
| | |template=PatchChangeRow | ||
|more results text= | |more results text= | ||
|default= | |default= | ||
}} | }} | ||
</ul> | |||
</includeonly> | </includeonly> | ||
<noinclude>Usage: | <noinclude>Usage: {{PatchView|version=1.1525}}</noinclude> |
Revision as of 21:55, 12 August 2025
Usage:
- Patch {{{version}}}
- {{{date}}} — {{{summary}}}
Changes
- {{{area}}} — {{{subject}}} — {{{details}}}