Below you see the output of the tasks component of the task plugin (note you can also make every page you want a task by using the ~~TASK~~ syntax):
You can use the form to create new tasks below the task namespace.
{{tasks>task}}
| Task 01 | 2008/06/11 00:00 | Michael Klier | new |
| New Task 01 | 2008/06/11 00:00 | new | |
| New Task 02 | 2008/06/11 00:00 | new |
You can also filter the shown tasks (and not display the form if you want).
{{tasks>task?new&noform}}
| Task 01 | 2008/06/11 00:00 | Michael Klier | new |
| New Task 01 | 2008/06/11 00:00 | new | |
| New Task 02 | 2008/06/11 00:00 | new |
{{tasks>task?done&noform}}
| Done Task 01 | 2008/06/11 00:00 | Michael Klier | done |
| Done Task 02 | 2008/06/11 00:00 | Michael Klier | done |