Difference between revisions of "Quest info"

m (quantity formatting)
m (set 'Has quest giver' property)
Line 62: Line 62:
 
SET PROPERTIES
 
SET PROPERTIES
 
-->{{#if:{{{name|}}}{{NAMESPACE}}|<!-- if there is a name parameter or namespace don't set any properties
 
-->{{#if:{{{name|}}}{{NAMESPACE}}|<!-- if there is a name parameter or namespace don't set any properties
-->|{{#arrayprint:rewards||@|<!-- for all rewards
+
-->|{{#if:{{{quest giver|}}}|{{#set:Has quest giver={{{quest giver}}}}}<!-- set 'Has quest giver' property
 +
 
 +
rewards
 +
-->{{#arrayprint:rewards||@|<!-- for all rewards
 
-->{{#set:Has reward=<!-- set 'Has reward' property
 
-->{{#set:Has reward=<!-- set 'Has reward' property
 
-->{{#vardefineecho:index|{{#expr:{{#var:index|0}}+1}}}}<!-- recursively define reward index
 
-->{{#vardefineecho:index|{{#expr:{{#var:index|0}}+1}}}}<!-- recursively define reward index

Revision as of 20:40, 16 February 2024

Description

Displays an information page about a Quest.

Usage

{{Quest info|<image=image>|<name=name>|<description=description>|<category=category>|<quest giver=quest giver>|<previous=previous>|<rewards=rewards>}}

Parameters

Arrow.pngimage: A map or image of the quest location.
Optional. Defaults to '{{PAGENAME}}.jpg'.
Notes: Only use if the image name differs from the name of the page.
Arrow.pngname: The name of the quest.
Optional. Defaults to '{{PAGENAME}}'.
Notes: Only use if the template is on a different page to the quest's main article.
Arrow.pngdescription: The in-game description of the quest found on the quest menu.
Optional.
Arrow.pngcategory: The quest's category.
Optional.

Possible categories:

guild quests
main quests
side quests
Arrow.pngquest giver: The name of the NPC that gives the quest.
Optional.
Arrow.pnglocation: The location of the NPC that gives the quest.
Optional.
Arrow.pngprevious: The name of the quest sequentially preceding the current quest.
Optional.
Arrow.pngrewards: A comma-separated list experience, gold, or items recieved upon quest completion.
Optional.
Notes: Only specify item quality if it differs from its default quality. e.g. '[quantity1] [reward1]#[quality1], [quantity2] [reward2]#[quality2], etc'.

Errors

No description was provided. Add a description parameter.