Widget:Account mounts

From Guild Wars 2 Wiki
Jump to navigationJump to search

Description

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

Usage

<div id="mountcontrol"></div>{{#Widget:Account mounts}}

Example wikicode

<div id="mountcontrol"></div>

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

{{Account mounts widget}}

Notes

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