Template:Task/doc: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
No edit summary
 
(6 intermediate revisions by 2 users not shown)
Line 3: Line 3:


== Parameters and Examples ==
== Parameters and Examples ==
{| class="standard-table" width="100%"
{| class="standard-table" width="100%"
! {{Dictionary/common|Param}}
! {{Dictionary/common|Param}}
Line 11: Line 10:
| align="center" | {{Code|style=2|{{Param|section}}}}
| align="center" | {{Code|style=2|{{Param|section}}}}
| Section name. Used on the [[Main Page]].
| Section name. Used on the [[Main Page]].
| {{CodeBlock|<nowiki>| section = Saving the Potato Machine</nowiki>}}
| {{CodeBlock|margin=5px|<nowiki>| section = Saving the Potato Machine</nowiki>}}
|-
|-
| align="center" | {{Code|style=2|{{Param|desc}}}}
| align="center" | {{Code|style=2|{{Param|desc}}}}
| Description of the section.
| Description of the section.
| {{CodeBlock|<nowiki>| desc = Everything that needs to be done to save the potato machine is described below. Hurry up!</nowiki>}}
| {{CodeBlock|margin=5px|<nowiki>| desc = Everything that needs to be done to save the potato machine is described below. Hurry up!</nowiki>}}
|-
|-
| align="center" | {{Code|style=2|{{Param|task <1-20>}}}}
| align="center" | {{Code|style=2|{{Param|task <1-32>}}}}
| Your task.
| Your task.
| {{CodeBlock|<nowiki>| task 1 = Destroy the potato chip factory.</nowiki>}}
| {{CodeBlock|margin=5px|<nowiki>| task 1 = Destroy the potato chip factory.</nowiki>}}
|-
|-
| align="center" | {{Code|style=2|{{Param|task <1-20> status}}}}
| align="center" | {{Code|style=2|{{Param|task <1-32> <status>}}}}
| The status of the task. if specified, the task color changes.
| The status of the task. if specified, the task color changes.


Avaliable values:
Avaliable values:
* {{Code|in grogress}}
* {{Code|rejected}}
| {{CodeBlock|<nowiki>| task 1 status = in progress</nowiki>}}
* {{Code|in progress}}
* {{Code|done}}
| {{CodeBlock|margin=5px|<nowiki>| task 1 rejected = This is an example text.</nowiki>}} {{CodeBlock|margin=5px|<nowiki>| task 1 in progress = This is an example text.</nowiki>}} {{CodeBlock|margin=5px|<nowiki>| task 1 done = This is an example text.</nowiki>}}
|-
| align="center" | {{Code|style=2|{{Param|task <1-24> reason}}}}
| The reason for rejecting the task.
| {{CodeBlock|margin=5px|<nowiki>| task 1 reason = This is an example text.</nowiki>}}
|}
|}
== Template Subpages ==
* {{Code|[[/include]]}} - Content to include in the template.


{{Doc/Sandbox other|
{{Doc/Sandbox other|

Latest revision as of 01:00, 8 May 2023

Edit-copy.png
This is a documentation subpage for Template:Task.
Don't forget to purge the contents of the base page upon creating or editing this subpage.

Used on the Valve Developer Community:Tasks page, which is included in the Main Page.

Parameters and Examples

Parameter Description Example
{{{section}}} Section name. Used on the Main Page.
| section = Saving the Potato Machine
{{{desc}}} Description of the section.
| desc = Everything that needs to be done to save the potato machine is described below. Hurry up!
{{{task <1-32>}}} Your task.
| task 1 = Destroy the potato chip factory.
{{{task <1-32> <status>}}} The status of the task. if specified, the task color changes.

Avaliable values:

  • rejected
  • in progress
  • done
| task 1 rejected = This is an example text.
| task 1 in progress = This is an example text.
| task 1 done = This is an example text.
{{{task <1-24> reason}}} The reason for rejecting the task.
| task 1 reason = This is an example text.

Template Subpages

  • /include - Content to include in the template.