Template:PatchView: Difference between revisions
Appearance
ViperActual (talk | contribs) Created page with "<!-- Header (from patch_notes) --> {{#cargo_query: tables=patch_notes fields=version, date, summary where=version="{{{version}}}" limit=1 format=table headers=show default=No summary found for this version. }} <!-- Changes (from patch_changes) --> {{#cargo_query: tables=patch_changes fields=area, subject, details, link where=version="{{{version}}}" order by=area, _rowID format=table headers=show default=No changes recorded for this version. }}" |
ViperActual (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
< | <noinclude> | ||
{{# | Usage: {{PatchView|version=1.1525}} | ||
tables=patch_notes | </noinclude> | ||
<includeonly> | |||
{{#if: {{{version|}}} | | |||
{{#cargo_query: tables=patch_notes | |||
|fields=version, date, summary | |||
|where=version="{{{version}}}" | |||
|limit=1 | |||
}} | |format=table | ||
|headers=show | |||
|default=No summary found for this version. | |||
}} | |||
{{#cargo_query: tables=patch_changes | |||
{{#cargo_query: | |fields=area, subject, details, link | ||
|where=version="{{{version}}}" | |||
|order by=area, _rowID | |||
|format=table | |||
|headers=show | |||
|default=No changes recorded for this version. | |||
}} | |||
| | |||
''Error: pass a version, e.g. {{PatchView|version=1.1525}}'' | |||
}} | }} | ||
</includeonly> |
Revision as of 21:40, 12 August 2025
Usage:
{{#if: 1.1525 |
version | date | summary |
---|---|---|
1.1525 | 2025-08-08 | Custom icons added for various units, bug fixes, and debug improvements |
area | subject | details | link |
---|---|---|---|
QoL Improvement | Map Cleanup | Radar ranges (of various structures) are no longer visible on the minimap | Patch:1.1525 |
|
Error: pass a version, e.g. Template loop detected: Template:PatchView
}}