Jump to content

Template:QuestReward: Difference between revisions

From Apogea Wiki
Dane (talk | contribs)
Created page with "<!-- Template:QuestReward --> <includeonly>{{#cargo_store:_table=ItemSource |item={{{1}}} |source={{{quest|{{PAGENAME}}}}} |source_type=Quest }}[[{{{1}}}]]</includeonly><noinclude> Stores a quest reward and links to the item. Usage: <code>{{QuestReward|Magic Amulet}}</code> Category:Utility templates </noinclude>"
 
Dane (talk | contribs)
Remove visible output, use min/max instead of quantity (via update-page on MediaWiki MCP Server)
 
(5 intermediate revisions by the same user not shown)
Line 4: Line 4:
|source={{{quest|{{PAGENAME}}}}}
|source={{{quest|{{PAGENAME}}}}}
|source_type=Quest
|source_type=Quest
}}[[{{{1}}}]]</includeonly><noinclude>
|rarity={{{rarity|}}}
Stores a quest reward and links to the item.
|min={{{min|1}}}
|max={{{max|}}}
}}</includeonly><noinclude>
Stores quest reward data to the ItemSource Cargo table. Does not produce visible output.
 
== Usage ==
<pre>
{{QuestReward | Item Name}}
{{QuestReward | Item Name | min = 1 | max = 5}}
</pre>


Usage: <code>{{QuestReward|Magic Amulet}}</code>
[[Category:Utility templates]]
[[Category:Utility templates]]
</noinclude>
</noinclude>

Latest revision as of 06:46, 22 January 2026


Stores quest reward data to the ItemSource Cargo table. Does not produce visible output.

{{QuestReward | Item Name}}
{{QuestReward | Item Name | min = 1 | max = 5}}