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 |
||
(11 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
< | <includeonly> | ||
{{#cargo_query: | {{#cargo_query: tables=patch_notes | ||
|fields=version, date, summary | |||
|where=version="{{{version}}}" | |||
|limit=1 | |||
|format=template | |||
|template=PatchSummaryRow | |||
|named args=yes | |||
|more results text= | |||
|default=No summary found for this version. | |||
}} | }} | ||
< | == Changes == | ||
{{#cargo_query: | <ul> | ||
{{#cargo_query: tables=patch_changes | |||
|fields=area, subject, details | |||
|where=version="{{{version}}}" | |||
|order by=area, _rowID | |||
|format=template | |||
|template=PatchChangeRow | |||
|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}}