Widget:Account stories table

From Guild Wars 2 Wiki
Jump to navigationJump to search

Description

This widget displays, in a tabular format, which stories an account's present characters have completed based on their API key. Note that if the story chapter has been restarted, the API will believe it has not been completed.

Usage

<div id="storytablecontrol"></div>{{#Widget:Account stories table}}

Example wikicode

Primary article: Template:Account stories table widget

Notes

  • This widget has a wrapper template, Template:Account stories table widget, which should be invoked such that widget usage can be tracked via whatlinkshere.
  • Results are sorted with a lazily hardcoded version of the following:
{{#ask: [[Has context::Story]] [[Is historical::N]] [[Has story id::+]]
| mainlabel = -
| ?Has story id#
| headers = hide
| sort = Has story storyline number, Has story chapter number, Has story sortkey number, Has story step number
| format = plainlist
| limit = 500
| searchlabel =
}}