Template:Questinfo: Difference between revisions

The official GemStone IV encyclopedia.
Jump to navigation Jump to search
(This template is intended for use with permanent/mission-type quests)
 
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 30: Line 30:
This template is set up to capture the primary information regarding a [[:Category:Permanent quests|permanent quest]]. Below is the copy/paste code with instructions.
This template is set up to capture the primary information regarding a [[:Category:Permanent quests|permanent quest]]. Below is the copy/paste code with instructions.


<pre{{log2}}><nowiki>{{Verbinfo
<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. -->
|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. -->
|prerequisite= <!-- Any prerequisites as listed in QUEST INFO. If there are no prerequisites, leave blank. -->
|prerequisite= <!-- Any prerequisites as listed in QUEST INFO. If there are no prerequisites, leave blank. -->
|cooldown= <!-- Quest cooldown as listed in QUEST INFO. If there is no cooldown, 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. -->
}}</nowiki></pre>
}}</nowiki></pre>
[[Category:Miscellaneous special articles templates]]
[[Category:Miscellaneous special articles templates]]

Latest revision as of 10:30, 3 June 2026

{{{quest}}}


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. -->
|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. -->
}}