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
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
<!-- Header (from patch_notes) -->
<includeonly>
{{#cargo_query:
{{#cargo_query: tables=patch_notes
  tables=patch_notes
|fields=version, date, summary
  fields=version, date, summary
|where=version="{{{version}}}"
  where=version="{{{version}}}"
|limit=1
  limit=1
|format=template
  format=table
|template=PatchSummaryRow
  headers=show
|named args=yes
  default=No summary found for this version.
|more results text=
|default=No summary found for this version.
}}
}}


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