Template:Questlink
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 quests
- main:
Alias of mainscenario
- side:
Side quests
- daily:
Daily quests, mainly used for beast tribes
- repeatable:
Repeatable quests, not necessarily daily, but uses the same icon. Tooltip is different.
- feature:
Feature quests
- repeatablefeature:
Repeatable feature quests, mainly used for quests related to relic weapons.
- repfeature:
Alias of repeatablefeature
- levequest:
Levequests
- other:
Other 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.
- mainscenario:
- 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: It's Probably Pirates is an example of an inline quest link using named parameters, and this:
It's Probably Pirates uses unnamed parameters by order.
{{questlink|type=side|name=Out to Dry}} {{questlink|side|Out to Dry}}
{{questlink|type=daily|name=A Nutty Initiation}} {{questlink|daily|A Nutty Initiation}}
{{questlink|type=repeatable|name=Resistance is (Not) Futile}} {{questlink|repeatable|Resistance is (Not) Futile}}
{{questlink|type=feature|name=And We Shall Call it Eureka}} {{questlink|feature|And We Shall Call it Eureka}}
{{questlink|type=repfeature|name=Resistance is (Not) Futile}} {{questlink|repfeature|Resistance is (Not) Futile}}
{{questlink|type=levequest|name=A Feast in the Forest}} {{questlink|levequest|A Feast in the Forest}}
{{questlink|type=other|name=Forged Anew}} {{questlink|other|Forged Anew}}
Example in header:
It's Probably Pirates
{{questlink|type=main|name=It's Probably Pirates|large=true}} {{questlink|main|It's Probably Pirates|large}}