Template:Version history list: Difference between revisions
Jump to navigation
Jump to search
>Illviljan m (Switching to cargo) |
(Fixed sorting) |
||
Line 2: | Line 2: | ||
|tables = versions | |tables = versions | ||
|fields = versions.version, versions.release_date | |fields = versions.version, versions.release_date | ||
|q_orderBy = versions. | |q_orderBy = versions.major_part DESC, versions.minor_part DESC, versions.patch_part DESC, versions.revision_part DESC | ||
}}</includeonly><noinclude> | }}</includeonly><noinclude> | ||
{{ | {{Documentation}} | ||
</noinclude> | </noinclude> |
Revision as of 16:41, 6 April 2024
This template creates a timeline of game versions.
Usage
Place this template on the page below a ==level 2 heading==
to create a version timeline.
Parameters
Parameter | Description | Required |
---|---|---|
where | Additional where conditions given to the Cargo query | ![]() |
Example
This example will produce a version timeline for Path of Exile's Alpha phase.
{{Version history list|where = versions.major_part=0 AND versions.minor_part<9}}
See also
The above documentation is transcluded from Template:Version history list/doc.
Editors can experiment in this template's sandbox and testcases pages.
Please add categories to the /doc subpage. Subpages of this template.
Editors can experiment in this template's sandbox and testcases pages.
Please add categories to the /doc subpage. Subpages of this template.