Template:Quest: Difference between revisions
Template page
More actions
Aurelianus (talk | contribs) Create HarvestWiki-styled fillable template |
Aurelianus (talk | contribs) Remove unsupported parser functions and finalize fillable template rendering |
||
| Line 1: | Line 1: | ||
<includeonly><div class="hw-quest-card" style="--hw-quest-accent: {{{color|#c9a75f}}};"> | <includeonly><div class="hw-quest-card" style="--hw-quest-accent: {{{color|#c9a75f}}};"> | ||
<div class="hw-quest-head"> | <div class="hw-quest-head"> | ||
<div class="hw-quest-kicker">QUEST RECORD | <div class="hw-quest-kicker">QUEST RECORD · {{{giver|Unassigned giver}}}</div> | ||
<div class="hw-quest-title">{{{name|Untitled Quest}}}</div> | <div class="hw-quest-title">{{{name|Untitled Quest}}}</div> | ||
<div class="hw-quest-summary">{{{summary|No quest summary provided.}}}</div> | |||
</div> | </div> | ||
<div class="hw-quest-requirements"><strong>Requirements</strong><ul class="hw-quest-list">{{#arraymap:{{{requirements|}}}|;|requirement|<li>requirement</li>|}}</ul></div> | |||
<ol class="hw-quest-steps"> | <ol class="hw-quest-steps"> | ||
<li><strong>{{{step1|Step 1}}}</strong> | <li class="hw-quest-step"><strong>{{{step1|Step 1}}}</strong><ul>{{#arraymap:{{{tasks1|}}}|;|task|<li>task</li>|}}</ul></li> | ||
<li class="hw-quest-step"><strong>{{{step2|}}}</strong><ul>{{#arraymap:{{{tasks2|}}}|;|task|<li>task</li>|}}</ul></li> | |||
<li class="hw-quest-step"><strong>{{{step3|}}}</strong><ul>{{#arraymap:{{{tasks3|}}}|;|task|<li>task</li>|}}</ul></li> | |||
<li class="hw-quest-step"><strong>{{{step4|}}}</strong><ul>{{#arraymap:{{{tasks4|}}}|;|task|<li>task</li>|}}</ul></li> | |||
<li class="hw-quest-step"><strong>{{{step5|}}}</strong><ul>{{#arraymap:{{{tasks5|}}}|;|task|<li>task</li>|}}</ul></li> | |||
</ol> | </ol> | ||
<div class="hw-quest-rewards"><strong>Rewards</strong><ul class="hw-quest-list">{{#arraymap:{{{rewards|}}}|;|reward|<li>reward</li>|}}</ul></div> | |||
</div></includeonly><noinclude> | </div></includeonly><noinclude> | ||
This fillable template displays a HarvestWiki quest record with up to five stages. | This fillable template displays a HarvestWiki quest record with up to five stages. | ||
| Line 21: | Line 21: | ||
{{Quest | {{Quest | ||
| name = A New Beginning | | name = A New Beginning | ||
| giver = Khasuhaa | | giver = [[Khasuhaa]] | ||
| color = #c9a75f | | color = #c9a75f | ||
| summary = Learn the fundamentals of gathering. | | summary = Learn the fundamentals of gathering. | ||
Latest revision as of 02:46, 28 July 2026
This fillable template displays a HarvestWiki quest record with up to five stages.
Usage
{{Quest
| name = A New Beginning
| giver = [[Khasuhaa]]
| color = #c9a75f
| summary = Learn the fundamentals of gathering.
| requirements = Speak with Khasuhaa;Own a shovel
| step1 = Gather
| tasks1 = Dig up 3 herbs;Return to Khasuhaa
| step2 = Report
| tasks2 = Speak with Khasuhaa
| rewards = 100 Aureli;Access to the next quest
}}