Template:Task - minecraft.fandom.com

Treść tej podstrony pochodzi z artykułu „Template:Task” w domenie minecraft.fandom.com na licencji CC BY-NC-SA 3.0
[view | edit | history | purge]Documentation

Use this to add a request for a task in which you describe what needs to be done. It automatically stylizes a heading with content. An icon shows whether the task has had progress or has been finished, and who posted it and who is working on it can be listed at the bottom.

Usage[]

{{task
| status = The progress of the task; can be "?", "wip", "done", and "waiting"
| header = The name/title of the task, what it's about
| poster = The name of the user who posted the task, may be a list of users separated by commas (defaults to unknown)
| assigned = Who is/are assigned to this task, may be a list of users separated by commas (will default to This task is unassigned if omitted)
| date = The date/time this task was posted, just set this to ~~~~~ (will default to Unknown date if omitted)
| talk = Optional, the talk discussion for this task, you'll need to specify the wiki link (everything after ".com/").
| type = Optional, the type of task this is. Examples: Bulk-page, sprites, templates, archives, clean up, missing info.
| description = Optional further info about this task, such as a list of content; this information is collapsed by default
| comment = Optional comments
}}

Progress usage:

Value Intended usage
 ? This task is not currently being worked on.
wip This task is being worked on.
done This task is done, but may need to be redone in the future (tasks who don't may just be removed).
waiting This task is not allowed to be done at this moment, consensus needs to be made or something else is blocking it.

Examples[]

Basic example:

{{task
| status = ?
| header = This task does not have a detailed description, only this title
| poster = FVbico
| date = ~~~~~
}}

This task does not have a detailed description, only this title

Posted by: FVbico – 18:08, 18 February 2019 (UTC)
This task is unassigned

Full example with all fields:

{{task
| status = wip
| header = Some things are wrong
| poster = Dhranios, Jack McKalling
| assigned = Example
| talk = Talk:Stone#Some link
| type = corrections
| description = The wiki has issues on pages Slab, Stairs and Wall.
| comment =
: I'll do this task. - Example (Talk) January 1, 2019 (UTC)
}}
I'll do this task. - Example (Talk) January 1, 2019 (UTC)
[view | edit | history | purge]The above documentation is transcluded from Template:Task/doc.