Widget:Account skins

From Guild Wars 2 Wiki
Jump to navigationJump to search

Description

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

Usage

<div id="skinscontrol"></div>{{#Widget:Account skins}}

Example wikicode

<div id="skinscontrol"></div>

{| {{STDT}}
! Skin ID per API
! Skin name
|- id="skins-9589"
| 9589
| Abyssal Fractal Staff
|- id="skins-4347"
| 4347
| Adamant Guard Staff
|}

{{Account skins widget}}

Notes

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