Template:Questlink
Jump to navigation
Jump to search
Description
Use this for inline links to quests in text.
{{questlink|type|name}}
Parameters
- type
- Mandatory. Type of quest. Valid values include:
- mainscenario: Main scenario quests
- main: Alias of mainscenario
- side: Side quests
- daily: Daily quests
- 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
- name
- Mandatory. Name of the quest.
- large
- Optional. Will make the quest icon larger. Set to true if using it in a section header.
Examples
{{questlink|type=main|name=It's Probably Pirates}}
This: It's Probably Pirates is an example of an inline quest link.
{{questlink|type=side|name=Out to Dry}}
{{questlink|type=daily|name=A Nutty Initiation}}
{{questlink|type=repeatable|name=Resistance is (Not) Futile}}
{{questlink|type=feature|name=And We Shall Call it Eureka}}
{{questlink|type=repfeature|name=Resistance is (Not) Futile}}
{{questlink|type=levequest|name=A Feast in the Forest}}
Example in header: It's Probably Pirates
{{questlink|type=main|name=It's Probably Pirates|large=true}}