Task Extensions
Extension:Tasks Extension
This extension provides the ability to create tasks on any page of your MediaWiki. Tasks may have severity, priority, status, and owner properties set.
Example:
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 (must be completed immediately!!!) (Owner user).
[x] Closed task.
</tasks>