Widget:Account finishers

From Guild Wars 2 Wiki
Jump to navigationJump to search

Description

This widget displays determines which finishers a player has unlocked based on their API key. The widget should be used after any tables it is supposed to be affecting. Position the finisher control div wherever you wish. This widget should be used only once per page.

Usage

<div id="finishercontrol"></div>{{#Widget:Account finishers}}

Example wikicode

<div id="finishercontrol"></div>

{| {{STDT}}
! Finisher ID per API
! Finisher name
|- id="finishers-1307"
| 1307
| Glint's Crystal Finisher
|- id="finishers-1307"
| 1308
| Glint's Sanctuary Finisher
|}

{{Account finishers widget}}

Notes

  • This widget uses the finisher's ID, not the item ID. This is stored in the semantic property "Property:Has finisher id", and is set in the finisher infobox using the finisher id parameter.
  • This widget has a wrapper template, Template:Account finishers widget, which should be invoked such that widget usage can be tracked via whatlinkshere.