Template:Wiki task: Difference between revisions

From PZwiki
(changed titles into headings, so they can linked to & adjustments for theme updates)
m (Test removal of color param)
 
Line 41: Line 41:
</noinclude><includeonly><table class="wikitable" style="text-align: left; border-collapse: collapse; border: none; width: 100%;">
</noinclude><includeonly><table class="wikitable" style="text-align: left; border-collapse: collapse; border: none; width: 100%;">
<tr>
<tr>
<td colspan="2" style="border: none; background: none; text-align: left; font-size: 20px; font-weight: bold;"><h4>'''{{{title|}}}'''</h4><span style="color: black; font-size: 16px; font-weight: normal;">{{{description|}}}</span></td>
<td colspan="2" style="border: none; background: none; text-align: left; font-size: 20px; font-weight: bold;"><h4>'''{{{title|}}}'''</h4><span style="font-size: 16px; font-weight: normal;">{{{description|}}}</span></td>
</tr>
</tr>
{{#if: {{{task|}}}
{{#if: {{{task|}}}

Latest revision as of 11:45, 19 April 2024

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.