A Wiki in the Desert
Log in

Difference between revisions of "Template:Task/doc"

From A Wiki in the Desert
Line 8: Line 8:
 
| name        =  
 
| name        =  
 
| prereq      =  
 
| prereq      =  
 +
| actionbefore =
 
| next        =  
 
| next        =  
 
| reward      =  
 
| reward      =  
Line 21: Line 22:
 
; name : The name of the skill (defaults to the page name)
 
; name : The name of the skill (defaults to the page name)
  
; prereq : Action required to have this task show
+
; prereq : Task required to have this task show
  
; next : What action this task leads to.
+
; actionbefore: Non-task required to have this task show
 +
 
 +
; next : What task this leads to.
  
 
; reward : Any reward given, such as a resource or a talent point. Leave blank if no reward provided
 
; reward : Any reward given, such as a resource or a talent point. Leave blank if no reward provided

Revision as of 23:15, 1 September 2019

{{Task}} is for use in any article about an in-game "task". Any parameters not included will revert to the display none.

Template

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

| step1        =
| step2        =
...

}}

Usage

name
The name of the skill (defaults to the page name)
prereq
Task required to have this task show
actionbefore
Non-task required to have this task show
next
What task this 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

}}