Dauntless Wiki
Advertisement
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

This template defines the table "Emotes". View table.

Template-info Documentation

Template:Emote is a template used to create Emote pages and store them in the "Emotes" cargo table. Cargo stores its data in a database table. Each time this template is called, it stores that page name and the template parameters in the database table, with a column for each relevant parameter. This table can then be queried using SQL components to display the data. Editors simply need to fill out the blank template below for any desired Emote page.

Usage

Blank Template

{{Emote
|Icon=
|AnimationGif=
|Rarity=
|ObtainedFrom=
|Description=
}}

Parameters

  • Icon (File) = File for the item icon without [[File: ]]. Preferred file naming convention is {{PAGENAME}} Icon.png
  • AnimationGif (File) = File for the animation if there is an official version. Gifs can easily be created using the official MP4's and gfycat. Preferred file naming convention is {{PAGENAME}} Animation.gif.
  • Rarity (String) = Rarity of the item. Allowed values = Common, Uncommon, Rare, Epic, Legendary, Artifact
  • ObtainedFrom (Wikitext string) = How to obtain the item. When listing Hunt Pass items, preferred formatting is like this: Hunt Pass Season: Clear Skies Level 30 Free reward
  • Description (String) = The in-game description of the item. The MediaWiki parser will not parse wikitext in this field.

Example

Meteoric Descent (add (Emote) to the page name if disambiguation is needed)

{{Emote
|Icon=Meteoric Descent Icon.png
|AnimationGif=Meteoric Descent Animation.gif
|Rarity=Epic
|ObtainedFrom=[[Hunt Pass Season: Relics & Ruin]] Level 43 Free reward
|Description=Now there's something meteor!
}}
Advertisement