Template:Version history list/doc: Difference between revisions

From Path of Exile 2 Wiki
Jump to navigation Jump to search
No edit summary
m (17 revisions imported)
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:


{{Lua|Module:Version}}
{{Lua|Module:Version}}
__TOC__


==Overview==
This template creates a timeline of game versions.
This module and it's submodules are responsible for creating a list of [[version]]s. It will automatically create new sections for each minor sections.


==Usage==
==Usage==
Place this template on the page below a <code><nowiki>==level 2 heading==</nowiki></code> to create a version timeline.
===Parameters===
{| class="wikitable"
! 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.
<pre>{{Version history list|where = versions.major_part=0 AND versions.minor_part<9}}</pre>
<pre>{{Version history list|where = versions.major_part=0 AND versions.minor_part<9}}</pre>
==See also==
* {{tl|Timeline of items}}


{{Documentation categories|
{{Documentation categories|

Latest revision as of 21:15, 23 September 2024

This subpage provides documentation for Template:Version history list.

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