Template:Timeline of items/doc: Difference between revisions

From Path of Exile Wiki
Jump to navigation Jump to search
>Illviljan
mNo edit summary
>Vinifera7
mNo edit summary
Line 1: Line 1:
{{documentation subpage}}
{{Documentation subpage}}
{{lua|Module:Version}}
 
{{Lua|Module:Version}}


Adds a timeline for the results of a cargo query that have been released in Path of Exile. If some results are missing it may be that <code>release_version</code> hasn't been defined on that page.
Adds a timeline for the results of a cargo query that have been released in Path of Exile. If some results are missing it may be that <code>release_version</code> hasn't been defined on that page.
Line 22: Line 23:
</pre>
</pre>


 
{{Documentation categories|
 
<!-- Categories and interwikis go here. -->
<includeonly>
[[Category:Query templates]]
[[Category:Query templates]]
</includeonly>
}}

Revision as of 08:44, 5 December 2020

This subpage provides documentation for Template:Timeline of items.

Lua logo

This template uses the following modules:

Adds a timeline for the results of a cargo query that have been released in Path of Exile. If some results are missing it may be that release_version hasn't been defined on that page.

Parameters

Parameter Description Required
where Where conditions for a cargo query.

Example

{{Timeline
|where = items.rarity="Unique"
}}