Widget:Account skiffs

From Guild Wars 2 Wiki
Jump to navigationJump to search

Description

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

Usage

<div id="skiffcontrol"></div>{{#Widget:Account skiffs}}

Example wikicode

<div id="skiffcontrol"></div>

{| {{STDT}}
! Skin ID per API
! Skin name
|- id="skiffs-428"
| 428
| Winged Reverie
|- id="skiffs-507"
| 507
| Wolf Raider
|}

{{Account skiffs widget}}

Notes

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