Template:Duty list/doc

From Final Fantasy XIV Online Wiki
Jump to navigation Jump to search
This is the documentation subpage of Template:Duty list. It contains usage information that is not part of the underlying template.
{{{Duty list
|duty-type=
|difficulty=
|patch=
|conditions=
|show-type=
|show-difficulty=
|show-patch=
|show-icon=
|sort=
}}


Displays a list of duties meeting the specified criteria.

Template parameters

ParameterDescriptionTypeStatus
duty-typeduty-type

The type of duty (dungeon, raid, trial, exploration zone, etc). Also allows "!pvp" to exclude PvP, and "drt" to include dungeons, raids, and trials. No filtering is performed if not specified.

Example
Dungeon
Stringoptional
difficultydifficulty

The type of difficulty. No filtering is performed if not specified.

Suggested values
normal hard extreme ultimate
Example
ultimate
Stringoptional
patchpatch

The patch in which the Duty was introduced to the game. No filtering is performed if not specified.

Example
7.25
Stringoptional
drops-itemdrops-item

Page name of an item. Filters the list by duties that drop the specified item.

Default
Piety Materia X
Page nameoptional
conditionsconditions

Semi-colon delimited list of additional semantic query conditions to filter the list.

Example
Has duty ilevel requirement>600;Has duty ilevel requirement<700
Stringoptional
show-typeshow-type

If set to y, the Duty Type column will be displayed. By default, it will not show the Duty Type column.

Default
False
Booleanoptional
show-difficultyshow-difficulty

If set to "y", the Difficulty column will be displayed. By default, it will not show the Difficulty column.

Default
False
Booleanoptional
show-patchshow-patch

If set to "y", the Patch column will be displayed. By default, it will not show the Patch column.

Default
False
Booleanoptional
show-iconshow-icon

If set to "n", the duty icons will not be displayed. By default, it will show the icon.

Default
true
Booleanoptional
sortsort

If specified as "patch" then the Patch will be the primary sort, followed by Duty type, Duty level, Duty item level. If not set, will sort by Duty type, Duty level, Duty item level.

Stringoptional