Template:PatchView: Difference between revisions
Appearance
ViperActual (talk | contribs) No edit summary |
ViperActual (talk | contribs) No edit summary |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<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 | ||
|named args=yes | |||
|more results text= | |more results text= | ||
|default=No summary found for this version. | |default=No summary found for this version. | ||
Line 14: | Line 12: | ||
== 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 | ||
|named args=yes | |||
|more results text= | |more results text= | ||
|default= | |default= | ||
}} | }} | ||
</ul> | |||
</ | |||
</includeonly> | </includeonly> | ||
<noinclude>Usage: <code><nowiki>{{PatchView|version=1.1525}}</nowiki></code></noinclude> |
Latest revision as of 22:00, 12 August 2025
Usage: {{PatchView|version=1.1525}}