Help:Tasks
From Stargate Worlds Wiki (SGW)
This extension provides the ability to create tasks on any page. Tasks may have severity, priority, status, and owner properties set.
[edit] Usage
Each task must be on its own line and start with [ ]. All the tasks must be grouped with a <tasks>..</tasks>
<tasks>
[ ] Regular task (Owner User)
[1] High priority task.
[2] Medium priority task.
[3] Low priority task (Owner User)
[!] Urgent task.
[x] Closed task.
</tasks>
According to the regular expression, owner parsing doesn't work when there is a dot after ')'.
e.g. [ ] Regular task (Owner User) works fine, but [ ] Regular task (Owner User).
works not right.
The tasks tag may have an optional parameter, called hidden, which hides the tasks from being viewed. To use it you would write the beginning tasks tag like <tasks hidden>.
[edit] Tasks Special Page
This page finds all tasks on all pages of your site and displays them all on one page. To view all tasks access Special pages ยป Tasks). You can provide several arguments to limit the tasks that are returned.
- status - Show all tasks with the specified status or higher. So, specifying "status=2" would include tasks with the status codes 2, 1, and !.
- owner - Only tasks assigned to this user.
- limit - Number of total tasks to list.
- hidden - Enable the display of hidden tasks.
These arguments are specified by adding a / after and adding them as regular name/value pairs.
