Template:TasksTable

From Migiwe
Jump to: navigation, search

List tasks in a table.

{{TasksTable
 |type          = todo/done
 |project       = project name/assigned/unassigned
 |user          = username/assigned/unassigned
 |cat           = category
 |suppresstitle = true
}}

All parameters are optional.

  • type of task : the list is for todo' or done task. Default is todo.
  • project =
    • unassigned : list all tasks not assigned to a project.
    • assigned : list all tasks assigned to a project.
    • project name : only list task assigned to project name.
    • If project is omitted or set to null, the list is for all.
  • user =
    • unassigned : list all tasks not assigned to a user.
    • assigned : list all tasks assigned to a user.
    • username : only list task assigned to username.
    • If user is omitted or set to null, the list is for all.
  • cat : only list tasks on pages with the category cat.
  • set suppresstitle = true to hide the table title.

TODO  : Modify title handling to keep it with the table when wrap-around occurs. See projects main pages for exemples of the problem.