Template:Timeline of items/doc: Difference between revisions

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


Adds a timeline for the results of a semantic mediawiki query that have been released in Path of Exile. If some results are missing it may be that [[Property:Has release version]] 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.


===Parameters===
===Parameters===
Line 10: Line 10:
! Required
! Required
|-
|-
| conditions
| where
| Conditions for an SMW query.
| Where conditions for a cargo query.
| {{yes}}
| {{yes}}
|}
|}
Line 21: Line 21:
}}
}}
</pre>
</pre>
yields:
{{Timeline
|where = items.rarity="Unique"
}}






<includeonly>
<includeonly>
[[Category:SMW templates]]
[[Category:Query templates]]
</includeonly>
</includeonly>

Revision as of 22:49, 16 January 2018

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"
}}