Template:Adventure rewards
From GW2 Wiki English Mirror
Jump to navigationJump to search
Description
This template is used to display the items and experience awarded for completing adventures. It uses the same table style as {{event rewards}}.
Usage
- For adventures with completion time objectives
{{Adventure rewards
| type = <first-time/daily>
| gold objective = <time 1> | gold experience = <xp 1> | gold item = <item 1>
| silver objective = <time 2> | silver experience = <xp 2> | silver item = <item 2>
| bronze objective = <time 3> | bronze experience = <xp 3> | bronze item = <item 3>
}}
- For adventures with other objectives
{{Adventure rewards
| type = <first-time/daily>
| objective = <objective description>
| gold objective = <value 1> | gold experience = <xp 1> | gold item = <item 1>
| silver objective = <value 2> | silver experience = <xp 2> | silver item = <item 2>
| bronze objective = <value 3> | bronze experience = <xp 3> | bronze item = <item 3>
}}
Parameters
- objective
- Optional. Sets the title for the table's second column. Defaults to
Time. - type
- Required. Sets the adventure reward type, either first-time or daily.
- gold objective, silver objective, bronze objective
- Required. The objective that has to be completed to reach the corresponding reward tier.
- gold experience, silver experience, bronze experience
- Required. The experience points gained when completing the adventure.
- gold item, silver item, bronze item
- Optional. The items rewarded for this adventure. The arguments should be item page titles; these will be formatted with {{item icon}}}.
- gold item quantity, silver item quantity, bronze item quantity
- Optional. The item quantity for this adventure. The arguments should be numbers.
- gold reward, silver reward, bronze reward
- Optional. Additional event rewards or rewards other than items (e.g. achievements). This can be free-form content without any formatting applied.
Example
{{Adventure rewards
| type = daily
| objective = Dolyaks collected
| gold objective = 6.022 × 10<sup>22</sup> | gold experience = ∞ | gold reward = {{event icon|caravan}} [[Mighty Dolyak]]
| silver objective = 37 + 5i | silver experience = e<sup>iπ</sup> | silver item = Mini Dolyak | silver item quantity = 2
| bronze objective = 0.3 | bronze experience = -3 | bronze item = Bottle of Whiskey
}}
| Reward tier | Dolyaks collected | Experience | Reward |
|---|---|---|---|
| Gold | 6.022 × 1022 | ∞ | Mighty Dolyak |
| Silver | 37 + 5i | eiπ | Mini Dolyak (2) |
| Bronze | 0.3 | −3 | Bottle of Whiskey |

