Widget:Account gliders

From Guild Wars 2 Wiki
Jump to navigationJump to search

Description

This widget displays determines which gliders 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 glider control div wherever you wish.

Usage

<div id="glidercontrol"></div>{{#Widget:Account gliders}}

Example wikicode

<div id="glidercontrol"></div>

{| {{STDT}}
! Mount ID per API
! Mount name
|- id="gliders-3"
| 3
| Springer
|- id="gliders-4"
| 4
| Griffon
|}

{{Account gliders widget}}

Notes

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