Template:Timeline of items/doc: Difference between revisions

From Path of Exile Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 31: Line 31:
{{Timeline|where = items.rarity_id="unique"}}
{{Timeline|where = items.rarity_id="unique"}}
</pre>
</pre>
==See also==
* {{tl|Version history list}}


{{Documentation categories|
{{Documentation categories|

Revision as of 14:58, 9 April 2024

This subpage provides documentation for Template:Timeline of items.

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
namespaces A comma-separated list of namespace IDs to query items from, or set to "any" to remove this restriction.

Example

This example will produce a timeline of unique items.

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

See also