Difference between revisions of "Template:Item reward"
Jump to navigation
Jump to search
Freedom4556 (talk | contribs) |
m (→Parameters: matched parameter names with example given) |
||
Line 10: | Line 10: | ||
=== Parameters === | === Parameters === | ||
; | ; quantity | ||
: Reward quantity. The amount of such item/reputation/currency. Accepts the <code><min qty>-<max qty></code> format for variable quantities. | : Reward quantity. The amount of such item/reputation/currency. Accepts the <code><min qty>-<max qty></code> format for variable quantities. | ||
; | ; item name | ||
: Reward name. The reward name (item, reputation or currency). Reward type will be defined through this parameter. | : Reward name. The reward name (item, reputation or currency). Reward type will be defined through this parameter. | ||
; | ; optional | ||
: Optional. Set anything to make this item optional. Defaults to no. | : Optional. Set anything to make this item optional. Defaults to no. | ||
; no-smw | ; no-smw |
Revision as of 10:02, 19 August 2022
Description
{{Item reward|<quantity>|<item name>|<optional>}}
Used by {{Quest infobox}} to define a single quest's reward, be it reputation, currency or an item.
Parameters
- quantity
- Reward quantity. The amount of such item/reputation/currency. Accepts the
<min qty>-<max qty>
format for variable quantities. - item name
- Reward name. The reward name (item, reputation or currency). Reward type will be defined through this parameter.
- optional
- Optional. Set anything to make this item optional. Defaults to no.
- no-smw
- Set anything to prevent annotating data to SMW.
Examples
- 1-2 Frumenty is produced from
{{Item reward|1-2|Frumenty}}
- 10 Allagan Tomestone of Poetics is produced from
{{Item reward|10|Allagan Tomestone of Poetics}}
- 5 Amalj'aa Relations is produced from
{{Item reward|5|Amalj'aa Relations}}
- 5000 Company Seal is produced from
{{Item reward|5000|Company Seal}}
See also
- {{Quest infobox}}
- {{Unlock reward}}