The wiki is currently a work in progress. If you'd like to help out, please check the Community Portal and our getting started guide. Also, check out our sister project on poewiki.net.

Template:Version history list/doc: Difference between revisions

From Path of Exile 2 Wiki
Jump to navigation Jump to search
>Vinifera7
(category)
No edit summary
Line 8: Line 8:


==Usage==
==Usage==
<pre>{{Version history list|q_where = versions.version LIKE "0.9%"}}</pre>
<pre>{{Version history list|where = versions.major_part=0 AND versions.minor_part<9}}</pre>


{{Documentation categories|
{{Documentation categories|

Revision as of 03:21, 7 April 2024

This subpage provides documentation for Template:Version history list.

Lua logo

This template uses the following modules:

Overview

This module and it's submodules are responsible for creating a list of versions. It will automatically create new sections for each minor sections.

Usage

{{Version history list|where = versions.major_part=0 AND versions.minor_part<9}}