Template:Quest reward/doc: Difference between revisions

From Path of Exile Wiki
Jump to navigation Jump to search
>Illviljan
>Illviljan
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{documentation subpage}}
{{Documentation subpage}}
{{lua|Module:Quest reward}}
 
{{Lua|Module:Quest reward}}


==Overview==
==Overview==
Creates cargo tables for [[quest rewards]]. The data is taken from [[Module:Quest reward/data/vendor rewards]] and [[Module:Quest reward/data/quest rewards]].
Creates cargo tables for [[quest rewards]]. The data is stored in each item, see [[template:Item#Quest_rewards]] for more information.


==Parameters==
==Parameters==
Line 41: Line 42:


==Cargo==
==Cargo==
* [[Template:Quest reward/cargo/quest_rewards]]
* [[Template:Quest reward/cargo/quest_rewards]]
* [[Template:Quest reward/cargo/vendor_rewards]]
* [[Template:Quest reward/cargo/vendor_rewards]]


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

Latest revision as of 21:57, 19 May 2021

This subpage provides documentation for Template:Quest reward.

Lua logo

This template uses the following modules:

Overview

Creates cargo tables for quest rewards. The data is stored in each item, see template:Item#Quest_rewards for more information.

Parameters

Parameter Type Required Description Default
type vendor_rewards

quest_rewards

Type of reward table to fetch/build N/A
no_html bool
Don't use HTML item links, only images/names false
item_link bool
Use item links.

If disabled, do not use any item link logic and only display a link to the page.

true
q_where str
cargo where clause N/A

Cargo