Template:Wiki task

From PZwiki
Notebook.pngTemplate Documentation

This template is to be used on the wiki tasks page for better readability and task tracking. It supports up to 20 tasks per template usage.

Parameters

The usable parameters for task status are as follows:

  • not started
  • started
  • stopped
  • complete

Usage

{{Wiki task
|title=Task example
|description=This is a small blurb about the task
|task=Completed task.
|task_status=complete
|task2=Started task.
|task2_status=started
|task3=Not started task.
|task3_status=not started
|task4=On hold task.
|task4_status=stopped
}}

Task example

This is a small blurb about the task
🔴 Completed task.
🟢 Started task.
🔵 Not started task.
🟠 On hold task.
Editors can experiment in this template's sandbox.