Site Features

Site Features #

Shortcodes #

Currencies #

{{<tomestone <text> <type> >}}
{{<scrip <text> <type> >}}
{{<currency <text> <type> >}}

It will cost 100 Allagan Tomestone of Poetics .

It will cost {{< tomestone 100 "poetics" >}}.

Option #

Almost all currencies are present, at least the one that matter. See the Datasets page for the full list.

Game References #

{{< xiv [quest=""|duty=""] [db=""|href=""] text="" / >}}
{{< xiv [quest=""|duty=""] [db=""|href=""] >}}Dawntrail{{< /xiv >}}

Complete the Trial of the Braves Feature quest.
Last MSQ Dawntrail Main Story quest.
The Cloud of Darkness (Chaotic) Chaotic was added in 7.15.

Complete the {{< xiv text="Trial of the Braves" quest=feature / >}}. \
Last MSQ {{< xiv quest=msq db="quest=7a0da925036" >}}Dawntrail{{< /xiv >}}. \
{{< xiv duty=chaotic >}}The Cloud of Darkness (Chaotic) {{< /xiv >}} was added in 7.15.

Options #

The xiv shortcode encompasses most of the game references. It supports inline or wrapping, and automatic linking to the Eaorzea Database, including Tooltip.

You can specific quest or duty to show the appropriate icon.

quest options are: normal, repeat, feature, featurerepeat, msq, seasonal.
duty options are: dungeon, guildhest, chaotic, pvp, raid, trial, ultimate, variant, deep, field.

Database Linking #

The db option must specific the type and the id in the format type=id. On the Eorzea DB, the display tooltip code show the two value:

[db:duty=944ebdbd874]The Jade Stoa (Unreal)[/db:duty]

In this case, the value of db would be duty=944ebdbd874:

The Jade Stoa (Unreal)
The Jade Stoa (Unreal) Trial

{{< xiv db="duty=944ebdbd874" >}}The Jade Stoa (Unreal){{< /xiv >}}
{{< xiv duty=trial db="duty=944ebdbd874" >}}The Jade Stoa (Unreal){{< /xiv >}}

You can also have arbitrary link with the href option.

{{< bundle-gallery prefix="skyfire_1" >}}

Will render a gallery of image with lightbox from within the page bundle. See Trial of the Braves for example.

Use the filter-images partials to filter the images.

Options #

  • pattern Glob pattern | default *
  • type File extension | default all = jpg,jpeg,png,gif,webp
  • prefix File prefix | default <blank>
  • suffix File suffix | default <blank>