Jump to content

Template:PatchView: Difference between revisions

From Special Forces Elite 5
No edit summary
No edit summary
Line 1: Line 1:
<noinclude>Usage: {{PatchView|version=1.1525}}</noinclude><includeonly>
<div class="patchview">


  {{#cargo_query: tables=patch_notes
; Patch {{{version}}}
    |fields=version, date, summary
{{#cargo_query: tables=patch_notes
    |where=version="{{{version}}}"
|fields=date, summary
    |limit=1
|where=version="{{{version}}}"
    |format=table
|limit=1
    |headers=show
|format=ul
    |default=No summary found for this version.
|headers=hide
    |more results text=
|more results text=
  }}
|default=No summary found for this version.
}}


  {{#cargo_query: tables=patch_changes
== Changes ==
    |fields=area, subject, details, link
{{#cargo_query: tables=patch_changes
    |where=version="{{{version}}}"
|fields=area, subject, details
    |order by=area, _rowID
|where=version="{{{version}}}"
    |format=table
|order by=area, _rowID
    |headers=show
|format=ul
    |default=No changes recorded for this version.
|headers=hide
    |more results text=
|more results text=
  }}
|default=No changes recorded for this version.
}}
 
</div>
<style>
.patchview ul { margin: 0.25em 0 1em 1.25em; }
.patchview li { margin: 0.2em 0; }
</style>
</includeonly>

Revision as of 21:47, 12 August 2025

Usage:

Patch 1.1525
  • 2025-08-08 (summary: Custom icons added for various units, bug fixes, and debug improvements)

Changes

  • QoL Improvement (subject: Map Cleanup, details: Radar ranges (of various structures) are no longer visible on the minimap)

<style> .patchview ul { margin: 0.25em 0 1em 1.25em; } .patchview li { margin: 0.2em 0; } </style>