Template:Version history list: Difference between revisions

From Path of Exile 2 Wiki
Jump to navigation Jump to search
(Fixed sorting)
(Timeline function simplified: similar functionality with much less configuration)
Line 1: Line 1:
<includeonly>{{#invoke:Version|timeline
<includeonly>{{#invoke:Version|timeline}}</includeonly><noinclude>
|tables = versions
|fields = versions.version, versions.release_date
|q_orderBy = versions.major_part DESC, versions.minor_part DESC, versions.patch_part DESC, versions.revision_part DESC
}}</includeonly><noinclude>
{{Documentation}}
{{Documentation}}
</noinclude>
</noinclude>

Revision as of 03:18, 7 April 2024

Template documentation[view] [edit] [history] [purge]


Lua logo

This template uses the following modules:

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 No

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