Jump to content

Template:PatchView: Difference between revisions

From Special Forces Elite 5
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. }}"
 
No edit summary
Line 1: Line 1:
<!-- Header (from patch_notes) -->
<noinclude>
{{#cargo_query:
Usage: {{PatchView|version=1.1525}}
   tables=patch_notes
</noinclude>
  fields=version, date, summary
<includeonly>
  where=version="{{{version}}}"
{{#if: {{{version|}}} |
  limit=1
   {{#cargo_query: tables=patch_notes
  format=table
    |fields=version, date, summary
  headers=show
    |where=version="{{{version}}}"
  default=No summary found for this version.
    |limit=1
}}
    |format=table
    |headers=show
    |default=No summary found for this version.
  }}


<!-- Changes (from patch_changes) -->
  {{#cargo_query: tables=patch_changes
{{#cargo_query:
    |fields=area, subject, details, link
  tables=patch_changes
    |where=version="{{{version}}}"
  fields=area, subject, details, link
    |order by=area, _rowID
  where=version="{{{version}}}"
    |format=table
  order by=area, _rowID
    |headers=show
  format=table
    |default=No changes recorded for this version.
  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

More...

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

|

 Error: pass a version, e.g. Template loop detected: Template:PatchView

}}