Template:Questlink

From Final Fantasy XIV Online Wiki
Revision as of 22:47, 26 April 2021 by Feronar (talk | contribs) (Added support for unnamed parameters by order. Currently existing links using named parameters will still work.)
Jump to navigation Jump to search

Description

Use this for inline links to quests in text.

{{questlink|type|name}}

Parameters

type
Parameter 1. Mandatory. Type of quest. Valid values include:
  • mainscenario: Main Scenario QuestMain scenario quests
  • main: Main Scenario QuestAlias of mainscenario
  • side: Side QuestSide quests
  • daily: Daily QuestDaily quests, mainly used for beast tribes
  • repeatable: Repeatable QuestRepeatable quests, not necessarily daily, but uses the same icon. Tooltip is different.
  • feature: Feature QuestFeature quests
  • repeatablefeature: Repeatable Feature QuestRepeatable feature quests, mainly used for quests related to relic weapons.
  • repfeature: Repeatable Feature QuestAlias of repeatablefeature
  • levequest: LevequestLevequests
  • other: Other QuestOther quests. For quests and functions that don't fit any of the normal categories. Used for chocobo porters, Eureka quests, Bozja resistance rank increases, etc.
name
Parameter 2. Mandatory. Name of the quest.
[large]
Parameter 3. Optional. Will make the quest icon larger. If using it in a section header, set to true. (Set to large instead if using unnamed parameters by order.)

You can specify parameters by name, or you can use unnamed parameters by order to make the code shorter and more convenient, but you cannot mix and match the two. For example, {{questlink|type=main|name=It's Probably Pirates}} and {{questlink|main|It's Probably Pirates}} will both work, but {{questlink|type=main|It's Probably Pirates}} will not.

Examples

{{questlink|type=main|name=It's Probably Pirates}}
{{questlink|main|It's Probably Pirates}}

This: Main Scenario QuestIt's Probably Pirates is an example of an inline quest link using named parameters, and this: Main Scenario QuestIt's Probably Pirates uses unnamed parameters by order.

{{questlink|type=side|name=Out to Dry}}
{{questlink|side|Out to Dry}}

Side QuestOut to Dry

{{questlink|type=daily|name=A Nutty Initiation}}
{{questlink|daily|A Nutty Initiation}}

Daily QuestA Nutty Initiation

{{questlink|type=repeatable|name=Resistance is (Not) Futile}}
{{questlink|repeatable|Resistance is (Not) Futile}}

Repeatable QuestResistance is (Not) Futile

{{questlink|type=feature|name=And We Shall Call it Eureka}}
{{questlink|feature|And We Shall Call it Eureka}}

Feature QuestAnd We Shall Call it Eureka

{{questlink|type=repfeature|name=Resistance is (Not) Futile}}
{{questlink|repfeature|Resistance is (Not) Futile}}

Repeatable Feature QuestResistance is (Not) Futile

{{questlink|type=levequest|name=A Feast in the Forest}}
{{questlink|levequest|A Feast in the Forest}}

LevequestA Feast in the Forest

{{questlink|type=other|name=Forged Anew}}
{{questlink|other|Forged Anew}}

Other QuestForged Anew

Example in header: Main Scenario QuestIt's Probably Pirates

{{questlink|type=main|name=It's Probably Pirates|large=true}}
{{questlink|main|It's Probably Pirates|large}}