Template:Questinfo: Difference between revisions

The official GemStone IV encyclopedia.
Jump to navigation Jump to search
mNo edit summary
(Permament/Temporary quest type update)
Line 3: Line 3:
{| style="border: 2px #aaa solid; width: 100%;"
{| style="border: 2px #aaa solid; width: 100%;"
! colspan=2 scope="colheader" style="white-space: nowrap; background:#00004C; color: white; font-size: larger; text-align: center;" | {{{quest}}}
! colspan=2 scope="colheader" style="white-space: nowrap; background:#00004C; color: white; font-size: larger; text-align: center;" | {{{quest}}}
|-
! align="left" valign="top" scope="row" role="rowheader" | Type
| align="right" valign="top" | {{{type|}}}
|-
|-
{{#if: {{{realm|}}} |
{{#if: {{{realm|}}} |
Line 32: Line 35:
<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) -->
|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. -->

Revision as of 10:30, 9 September 2026

{{{quest}}}
Type


This template is set up to capture the primary information regarding a permanent 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. -->
}}