Template:Timeline of items: Difference between revisions

From Path of Exile 2 Wiki
Jump to navigation Jump to search
>Illviljan
m (Handle item variants)
>Illviljan
(Added better ordering fields.)
Line 10: Line 10:
         |
         |
     }}  
     }}  
|q_orderBy = versions.version DESC, versions.release_date ASC, items.name ASC
|q_orderBy = versions.release_date DESC, versions.major_part DESC, versions.minor_part DESC, versions.patch_part DESC, versions.revision_part DESC, items.name ASC
|q_groupBy = versions._pageID, items._pageID
|q_groupBy = versions._pageID, items._pageID
|q_limit = 5000
|q_limit = 5000
}}</includeonly><noinclude>{{documentation}}</noinclude>
}}</includeonly><noinclude>{{documentation}}</noinclude>

Revision as of 20:19, 27 April 2019

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


Lua logo

This template uses the following modules:

This template creates a timeline that shows when items were added to the game.

Usage

Place this template on the page below a ==level 2 heading== to create a timeline of items.

In order for an item to appear in the list, the item template must specify a release_version.

Parameters

Parameter Description Required
where Additional where conditions given to the Cargo query No
namespaces A comma-separated list of namespace IDs to query items from, or set to "any" to remove this restriction. No

Example

This example will produce a timeline of unique items.

{{Timeline of items|where = items.rarity_id="unique"}}

See also