Difference between revisions of "Template:Task"
From A Wiki in the Desert
Line 4: | Line 4: | ||
|- | |- | ||
| Pre-requisit || {{ #if:{{{prereq|}}} | | | Pre-requisit || {{ #if:{{{prereq|}}} | | ||
− | [[Task/{{prereq|}}|{{prereq|}}]] | + | [[Task/{{{prereq|}}}|{{{prereq|}}}]] |
|''none''}} | |''none''}} | ||
|- | |- | ||
| Leads to || {{ #if:{{{next|}}} | | | Leads to || {{ #if:{{{next|}}} | | ||
− | [[Task/{{next|}}|{{next}}]] | + | [[Task/{{{next|}}}|{{{next}}}]] |
|''none''}} | |''none''}} | ||
|- | |- | ||
| Reward on Completion || {{ #if:{{{reward|}}} | | | Reward on Completion || {{ #if:{{{reward|}}} | | ||
− | [[Task/{{reward|}}|{{reward|}}]] | + | [[Task/{{{reward|}}}|{{{reward|}}}]] |
|''none''}} | |''none''}} | ||
|} | |} | ||
Line 18: | Line 18: | ||
The task '''{{{name|{{PAGENAME}}}}}''' requires: | The task '''{{{name|{{PAGENAME}}}}}''' requires: | ||
{{ #if:{{{step1|}}} | | {{ #if:{{{step1|}}} | | ||
− | * {{step1}} | + | * {{{step1}}} |
}} | }} | ||
{{ #if:{{{step2|}}} | | {{ #if:{{{step2|}}} | | ||
− | * {{step2}} | + | * {{{step2}}} |
}} | }} | ||
{{ #if:{{{step3|}}} | | {{ #if:{{{step3|}}} | | ||
− | * {{step3}} | + | * {{{step3}}} |
}} | }} | ||
{{ #if:{{{step4|}}} | | {{ #if:{{{step4|}}} | | ||
− | * {{step4}} | + | * {{{step4}}} |
}} | }} | ||
{{ #if:{{{step5|}}} | | {{ #if:{{{step5|}}} | | ||
− | * {{step5}} | + | * {{{step5}}} |
}} | }} | ||
{{ #if:{{{step6|}}} | | {{ #if:{{{step6|}}} | | ||
− | * {{step6}} | + | * {{{step6}}} |
}} | }} | ||
{{ #if:{{{step7|}}} | | {{ #if:{{{step7|}}} | | ||
− | * {{step7}} | + | * {{{step7}}} |
}} | }} | ||
{{ #if:{{{step8|}}} | | {{ #if:{{{step8|}}} | | ||
− | * {{step8}} | + | * {{{step8}}} |
}} | }} | ||
{{ #if:{{{step9|}}} | | {{ #if:{{{step9|}}} | | ||
− | * {{step9}} | + | * {{{step9}}} |
}} | }} | ||
{{ #if:{{{step10|}}} | | {{ #if:{{{step10|}}} | | ||
− | * {{step10}} | + | * {{{step10}}} |
}} | }} | ||
Revision as of 09:35, 20 August 2019
Template documentation (for the above template, sometimes hidden or invisible)
{{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 = | rewards = | follows = | precedes = }}
Usage
- name
- The name of the task.
- rewards (optional)
- The tangible rewards given to the player upon completion of the task.
- follows (optional)
- The task unlocked upon completion of this task.
- precedes (optional)
- The task that unlocked this task upon its completion.
Example
Flax Processing |
---|
(Task) |
Rewards |
|
Related Tasks |
Follows |
Precedes |
{{Task | name = Flax Processing | rewards = * 50× [[Rotten Flax]] | follows = * [[Flax Growing]] | precedes = * [[Building Materials]] }}
Visit Template:Task/doc to edit this text! (How does this work?)