Template:Quest list/doc

From Final Fantasy XIV Online Wiki
Jump to navigation Jump to search
This is the documentation subpage of Template:Quest list. It contains usage information that is not part of the underlying template.

Usage

Generates a list of quests requiring such context (enemy, item, etc). Format using {{Quest list result format}}, and uses {{Quest list header}} for header.

{{quest list}}
{{quest list|css-class=<class>}}
{{quest list|<Quest>}}
{{quest list
| unlocks = y
| item-rewards = y
| required-items = y
| conditions = <condition1>; <condition2>
| sort =
| order =
| default = <text that will appear if no quests are found>
}}

Parameters

Unnamed parameter 1
Query term. Defaults to {{PAGENAME}}.
item-rewards
Optional. Set to 'y' to display a column with the item rewards.
unlocks
Optional. Set to 'y' to display a quest's system unlocks.
required-items
Optional. Set to 'y' to display the items that a quest requires.
conditions
Optional query term. Semi-colon separated list of additional semantic query conditions to filter the quest list.
sort
Optional. Comma-delimited list of semantic properties used to sort the results. Example: "Has quest giver, Has quest level"
order
Optional. For use with "sort". Comma-separated list of sort direction per property, i.e. "asc, desc".
default
Optional. Text that will display if there are no quest results. Defaults to "No quests found." Pass a blank parameter if you want nothing displayed when there are no results: {{quest list|Foo|default=}}
header
Optional. Header to be displayed above the quest table. Will not appear if there are no results.