Template:Questinfo: Difference between revisions
Jump to navigation
Jump to search
(Adding questverb field) |
mNo edit summary |
||
| (5 intermediate revisions by the same user not shown) | |||
| Line 29: | Line 29: | ||
|} |
|} |
||
|} |
|} |
||
{{#if: {{{type|}}} | The '''{{PAGENAME}}''' is a {{#switch: {{{type|}}} | Permanent = [[permanent quest]] | Temporary = [[temporary quest]] {{#switch: {{{questverb|}}} | Yes = , which is available via the {{boldmono|[[Verb:QUEST|QUEST]]}} verb. | No = . |}} |}} |}} |
|||
<includeonly>[[Category:{{{type|}}} quests]]</includeonly> |
<includeonly>[[Category:{{{type|}}} quests]]</includeonly> |
||
</onlyinclude> |
</onlyinclude> |
||
This template is set up to capture the primary information regarding |
This template is set up to capture the primary information regarding a [[:Category:Permanent quests|permanent quest]] or a [[:Category:Temporary quests|temporary quest]]. Below is the copy/paste code with instructions. |
||
<pre{{log2}}><nowiki>{{Questinfo |
<pre{{log2}}><nowiki>{{Questinfo |
||
|quest= <!-- Full name of the quest as listed in QUEST INFO. This should include any leading articles. --> |
|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) --> |
|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) --> |
||
|questverb = <!-- Yes/No, is this quest accessible via the QUEST verb? --> |
|||
|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. --> |
|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. --> |
|reward= <!-- Reward for completion. --> |
||
Latest revision as of 09:38, 10 September 2026
| ||||
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) -->
|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. -->
}}