Template:Quest infobox/doc
Jump to navigation
Jump to search
This is the documentation subpage of Template:Quest infobox. It contains usage information that is not part of the underlying template.
{{Quest infobox
| title =
| description =
| image =
| quest-giver =
| related-npcs =
| cutscene-npcs =
| location =
| location-x =
| location-y =
| type =
| quest-line =
| journal-section =
| journal-category =
| journal-genre =
| organization =
| class =
| job =
| category =
| level =
| quest-sync =
| req-quest =
| req-items =
| requirements =
| exp =
| gil =
| mettle =
| knowledge =
| reward(1-10) =
| overridereward(1-10) =
| reward-opt(1-8) =
| overridereward-opt(1-8) =
| unlocks =
| prev-quest =
| next-quest =
| patch =
| release =
| id-edb =
| id-gt =
}}
Parameters
- title
- Quest title. Defaults to the page name.
- description
- Brief quest description.
- desc-note
- Optional. Small note which appear after quest description.
- image
- Optional. Displays an image frame attached to the quest. Accepts either y to default to
<page name> (image).png, or the image path. - quest-giver
- The NPC who starts the quest. Sets Property:Has quest giver.
- related-npcs
- Semi-colon delimited list of NPCS with spoken dialogue during the quest. Does NOT include the quest giver. Specify the page name rather than the canonical name. Sets Property:Has related NPC. Note: The {{Dialogue}} template is now able to set the "Has related NPC"/"Has cutscene NPC" values. Once a quest's dialogue has been reviewed and all speaker links have been fixed, these two params are no longer necessary in that quest's infobox (although it doesn't hurt anything to leave them there).
- cutscene-npcs
- Semi-colon delimited list of NPCS who ONLY appear during quest cutscenes. Specify the page name rather than the canonical name. Sets Property:Has cutscene NPC. See note re. related-npcs above.
- location
- The location where the quest giver is at the moment you obtain such quest.
- location-x, location-y
- Optional. If location is specified, shows (x, y) coordinates.
- type
- The quest type. Accepts: main scenario, sidequest (or quest, for side quests), side story, class, job, daily, feature, repeatablefeature, repfeature, levequest, or other.
- quest-line
- Deprecated. The quest line this quest belongs to, mainly useful for story quest lines. This has been deprecated in favor of the journal-* params, but we're retaining the original data for reference.
- journal-section
- Optional. The section of the quest journal where the quest can be found (i.e. "Class & Job Quests"). Sets Property:Has journal section.
- journal-category
- Optional. The category of the quest (i.e. "Class Quests"). Sets Property:Has journal category.
- journal-genre
- Optional. The "genre" or sub-category of the quest (i.e. "Miner Quests"). Sets Property:Has journal genre.
- organization
- Optional. Organization related to the quest (eg. tribe).
- class
- Optional. Class related to the quest.
- job
- Optional. Job related to the quest.
- category
- Optional. The name of the levequest plate. Accepts: Benevolence, Candor, Charity, Concord, Confidence, Constancy, Diligence, Equity, Ingenuity, Justice, Munificence, Piety, Promptitude, Prudence, Resolve, Sincerity, Sympathy, Temperance, Tenacity, Unity, Valor, Veracity, or Wisdom.
- level
- Optional. The level required.
- quest-sync
- Optional. Set to any value only if the quest is subject to Quest Sync; leave blank or omit otherwise.
- req-quest
- Optional. Quest required in order to unlock this quest. For daily quests, or other types which aren't part of a chain.
- Note: Commas must be escaped in this field with , or ,
- req-items
- Optional. Items required in order to progress/finish this quest. Accepts comma-separated items.
- Note: this parameter requires quantity to be always provided (even 1), separated by a whitespace. (eg.
<quantity> <item>). - requirements
- Optional. Quest's additional requirements. Accepts comma-separated requirements.
- exp
- Optional. Experienced awarded by the quest.
- gil
- Optional. Gil awarded by the quest.
- mettle
- Optional. Mettle awarded by the quest.
- knowledge
- Optional. Knowledge awarded by the quest.
- reward(1-10)
- Optional. List of rewards awarded by the quest.
- Note: this parameter requires quantity to be always provided (even 1), separated by a whitespace (eg.
<quantity> <item/reward>), unless overriden by overridereward(1-10). For high quality rewards, use (quantity) HQ ItemName, e.g.,3 HQ Carrot Pudding. - overridereward(1-10)
- Optional. If set to anything (I.e. not blank), reward(1-10) will override the item reward template and just display what text is given.
- reward-opt(1-8)
- Optional. List of optional rewards awarded by the quest.
- Note: this parameter requires quantity to be always provided (even 1), separated by a whitespace. (eg.
<quantity> <item/reward>), unless overriden by overridereward-opt(1-8). For high quality rewards, use (quantity) HQ ItemName, e.g.,3 HQ Carrot Pudding. - overridereward-opt(1-8)
- Optional. If set to anything (I.e. not blank), reward-opt(1-8) will override the item reward template and just display what text is given.
- unlocks
- Optional. List of system unlocks.
- Note: this parameter requires type to be always provided, separated by a whitespace. (eg.
<type> <unlock name>). Refer to {{Unlock reward}} for a list of supported unlock types. - prev-quest
- Optional. Previous quest in this chain. For MSQ and other, chain-based quests. Hidden if type is daily.
- Note: Commas must be escaped in this field with , or ,
- next-quest
- Optional. Next quest in this chain. For MSQ and other, chain-based quests. Hidden if type is daily.
- Note: Commas must be escaped in this field with , or ,
- patch
- Optional. Patch number.
- release
- Optional. Expansion this quest belongs to. Accepts: heavensward, or stormblood, shadowbringers, or endwalker or dawntrail.
- id-edb
- ID number in the link to the quest on Eorzea Database, for example, if the URL is https://na.finalfantasyxiv.com/lodestone/playguide/db/quest/83266250b51/, enter 83266250b51.
- id-gt
- ID number in the link to the quest on Garland Tools, for example, if the URL is http://garlandtools.org/db/#quest/65781, enter 65781.
Semantic Properties Assigned
| Semantic Property | Value | Value when parameter null or undefined |
|---|---|---|
| ?Has context | Quest (no parameter) |
Quest (no parameter)
|
| ?Has game icon | based on {{{type}}} | File:Quest icon.png
|
| ?Has canonical name | {{{title}}} | {{PAGENAME}}
|
| ?Has quest image | if {{{image}}}=y, then {{PAGENAME}}.pngelse {{{image}}} |
not created |
| ?Has quest giver | {{{quest-giver}}} | not created |
| ?Located in | {{{location}}} | not created |
| ?Has x coordinate | {{{location-x}}} | not created |
| ?Has y coordinate | {{{location-y}}} | not created |
| ?Is for class | {{{class}}} in titlecase | not created |
| ?Is for job | {{{job}}} in titlecase | not created |
| ?Has levequest category | {{{category}}} | not created |
| ?Has quest level | {{{level}}} | not created |
| ?Requires item .Has required item quantity .Has required item name .Has required item hq |
based on {{{req-items}}} | not created |
| ?Has experience reward .Has minimum experience reward .Has maximum experience reward |
based on {{{exp}}} minimum-maximum† |
not created |
| ?Has gil reward .Has minimum gil reward .Has maximum gil reward |
based on {{{gil}}} minimum-maximum† |
not created |
| ?Has mettle reward .Has minimum mettle reward .Has maximum mettle reward |
based on {{{mettle}}} minimum-maximum† |
not created |
| ?Has knowledge reward .Has minimum knowledge reward .Has maximum knowledge reward |
based on {{{knowledge}}} minimum-maximum† |
not created |
| ?Has internal ID | {{{id-gt}}} | null |
| ?Has EDB ID | {{{id-edb}}} | null |
| ?Has quest type | based on {{{type}}} | not created |
| ?Has game description | {{{description}}} | not created |
| ?Is providing optional reward | if {{{reward-opt1}}} is specified, then trueelse not created |
not created |
† If the parameter has a hyphen, then the number before the hyphen is stored as the minimum value and the number after the hyphen is stored as the maximum value.
If the parameter does not have a hyphen, then the parameter value is stored as the minimum value and 0 is stored as the maximum value.
Categories Assigned
| Category | Conditions |
|---|---|
| Category:Missing release | {{{release}}} is null or unspecified |
| Category:Banner quests | {{{image}}} is specified |
| Category:{{{organization}}} | {{{organization}}} is specified |
| Category:Missing quest EDB ID | {{{id-edb}}} is null or unspecified |
| Category:Missing quest internal ID | {{{id-gt}}} is null or unspecified |
| Category:Main Scenario quests | {{{type}}} = main scenario |
| Category:Side Story quests | {{{type}}} = side story |
| Category:Guildleves | {{{type}}} = levequest |
| Category:Sidequests | {{{type}}} = sidequest OR side OR quest |
| Category:other quests | {{{type}}} = other |
| Category:Daily quests | {{{type}}} = daily |
| Category:Feature quests | {{{type}}} = feature |
| Category:Repeatable Feature quests | {{{type}}} = repeatablefeature OR repfeature |
| Category:Quasi-quests | {{{type}}} = quasi |
| Category:Feature quasi-quests | {{{type}}} = featurequasi |
| Category:Quests with no type specified | {{{type}}} is not one of listed values (and also is not: class, job, role, crystalline mean) |
| Category:{{{class}}} quests | {{{class}}} is specified (uses title case) |
| Category:{{{job}}} quests | {{{job}}} is specified (uses title case) |
| Category:{{{quest-line}}} | {{{quest-line}}} is specified |
| Category:Patch {{{patch}}} quests | {{{patch}}} is specified |
| Category:Quests needing patch | {{{patch}}} is not specified |
| Category:Quests that reward system unlocks | {{{unlocks}}} is specified |
| Category:{{{location}}} quests | {{{location}}} is specified |
| Category:{{{category}}} | {{{category}}} is specified |
| Category:Quests with optional rewards | {{{reward-opt1}}} is specified |