A Wiki in the Desert
Log in

Difference between revisions of "Template:Task/doc"

From A Wiki in the Desert
(Created page with "'''{{tl|Task}}''' is for use in any article about an in-game "task". All parameters are ''optional'' and can be left blank, though it is preferred to include as many as possib...")
(No difference)

Revision as of 09:19, 20 August 2019

{{Task}} is for use in any article about an in-game "task". All parameters are optional and can be left blank, though it is preferred to include as many as possible; if undefined, these optional parameters will not appear as part of the template.

Template

{{Task
| name         = 
| prereq       = 
| next         = 
| reward       = 

| step1        =
| step2        =
...

}}

Usage

name
The name of the skill (defaults to the page name)
prereq(optional)
Action required to have this task show
next(optional)
What action this task leads to.
reward
Any reward given, such as a resource or a talent point. Leave blank if no reward provided
step#
List of step(s) required to achieve the task

Example

{{Task
| name         = This Task
| prereq       = Previous Task
| next         = Next Task
| reward       = Some Resource

| step1        = Do this action first
| step2        = Do this action second

}}