Difference between revisions of "Template:TodoItem"

From SHA2017
Jump to: navigation, search
(make all todo items one big table (pt.1))
(add missing end)
Line 24: Line 24:
  
 
</noinclude>
 
</noinclude>
<includeonly>  
+
<includeonly>
 +
|-
 
!colspan="2" id="{{{Title|}}}"|[[{{PAGENAME}}#{{{Title|}}}|{{{Title|}}}]]
 
!colspan="2" id="{{{Title|}}}"|[[{{PAGENAME}}#{{{Title|}}}|{{{Title|}}}]]
 
|-
 
|-

Revision as of 19:07, 30 January 2016

Usage:

{{TodoItem
|Title=
|Description=
|Status=
|Responsible=
|Dependencies=
}}

Params:

  • Title
    • The title of the todo item.
  • Description
    • The description of what needs to be done to mark the todo item "done" or "finished".
  • Status
    • The status of the todo item (Defaults to: Unknown)
  • Responsible
    • The people responsible to take care of the todo item (Defaults to: Nobody)
  • Dependencies
    • Things that need to be known or done before this item can be resolved or even begin to be worked on. (Defaults to: None)