Template:Questinfo: Difference between revisions
Jump to navigation
Jump to search
(Undo revision 265144 by HOST-GSKEBECHET (talk)) Tag: Undo |
mNo edit summary |
||
| Line 29: | Line 29: | ||
|} |
|} |
||
|} |
|} |
||
{{#if: {{{type|}}} | |
{{#if: {{{type|}}} | '''{{PAGENAME}}''' is a {{#switch: {{{type|}}} | Permanent = [[permanent quest]], which is always available as long as its prerequisites are met. | Temporary = [[temporary quest]], which is only available during certain durations. |}} |}} |
||
{{#if: {{{pageintro|}}} | {{{pageintro|}}} | {{addmetext}} }} |
{{#if: {{{pageintro|}}} | {{{pageintro|}}} | {{addmetext}} }} |
||
<includeonly>[[Category:{{{type|}}} quests]]</includeonly> |
<includeonly>[[Category:{{{type|}}} quests]]</includeonly> |
||
Revision as of 09:30, 15 September 2026
| ||||
This section has not been added yet; please add to it now!
This template is set up to capture the primary information regarding a permanent quest or a temporary quest. Below is the copy/paste code with instructions.
{{Questinfo
|quest= <!-- Full name of the quest as listed in QUEST INFO. This should include any leading articles. -->
|type = TYPE <!--REQUIRED. Type of quest options: Permanent (always available if requirement conditions are met) or Temporary (only available during certain durations, such as during an active storyline or an event like Ebon Gate) -->
|pageintro = <!--REQUIRED. An introductory sentence or paragraph about the quest. This can include information such as whether or not it is available via the QUEST verb or what event it is associated with for a temporary quest. -->
|realm= <!-- If it is not tied to a specific realm, leave blank. If it is present in multiple realms, enter each realm separated by a comma. -->
|reward= <!-- Reward for completion. -->
|prerequisite= <!-- Any prerequisites as listed in QUEST INFO. If there are no prerequisites, leave blank. -->
|cooldown= <!-- Quest cooldown as listed in QUEST INFO. If multiple cooldown options, enter each separated by a comma. If there is no cooldown, leave blank. -->
}}