Difference between revisions of "Template:Item reward"
Jump to navigation
Jump to search
JohnnySolas (talk | contribs) (test) |
(fixing the documentation) |
||
Line 20: | Line 20: | ||
== Examples == | == Examples == | ||
* {{Item reward|1 | * {{Item reward|1|Frumenty}} is produced from <code><nowiki>{{Item reward|1|Frumenty}}</nowiki></code> | ||
* {{Item reward|10|Allagan Tomestone of Poetics}} is produced from <code><nowiki>{{Item reward|10|Allagan Tomestone of Poetics}}</nowiki></code> | * {{Item reward|10|Allagan Tomestone of Poetics}} is produced from <code><nowiki>{{Item reward|10|Allagan Tomestone of Poetics}}</nowiki></code> | ||
* {{Item reward|5|Amalj'aa Relations}} is produced from <code><nowiki>{{Item reward|5|Amalj'aa Relations}}</nowiki></code> | * {{Item reward|5|Amalj'aa Relations}} is produced from <code><nowiki>{{Item reward|5|Amalj'aa Relations}}</nowiki></code> |
Revision as of 20:13, 31 December 2021
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
- unnamed parameter 1
- Reward quantity. The amount of such item/reputation/currency. Accepts the
<min qty>-<max qty>
format for variable quantities. - unnamed parameter 2
- Reward name. The reward name (item, reputation or currency). Reward type will be defined through this parameter.
- unnamed parameter 3
- Optional. Set anything to make this item optional. Defaults to no.
- no-smw
- Set anything to prevent annotating data to SMW.
Examples
- 1 Frumenty is produced from
{{Item reward|1|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}}