Widget:Account dungeons

From Guild Wars 2 Wiki
Jump to navigationJump to search

Description

This widget displays determines which dungeons a player has completed since daily reset based on their API key. The widget should be used after any tables it is supposed to be affecting. Position the dungeon control div wherever you wish.

Usage

<div id="dungeoncontrol"></div>{{#Widget:Account dungeons}}

Example wikicode

<div id="dungeoncontrol"></div>

{| {{STDT|item align-center}}
|-
! width="150" | Dungeon 
! width="150" | Path
! width="90" | Coin reward
! width="90" | Token reward

|- id="dungeons-arah_story" class="line-top"
| rowspan="1" style="text-align:left;"  | [[The Ruined City of Arah]]
| Story
| {{coin|0}}
| 0 {{token|arah}}

|- id="dungeons-jotun"
| rowspan="4" style="text-align:left;" | [[The Ruined City of Arah]]
| Path 1 - Jotun
| {{coin|10000}}
| 100 {{token|arah}}

|- id="dungeons-mursaat"
| Path 2 - Mursaat
| {{coin|10500}}
| 100 {{token|arah}}

|- id="dungeons-forgotten"
| Path 3 - Forgotten
| {{coin|5000}}
| 100 {{token|arah}}

|- id="dungeons-seer"
| Path 4 - Seer
| {{coin|10000}}
| 100 {{token|arah}}
|}
{{Account dungeons widget}}

Notes