Difference between revisions of "Template:TodoItem"

From SHA2017
Jump to: navigation, search
(add id and link)
(make all todo items one big table (pt.1))
Line 24: Line 24:
  
 
</noinclude>
 
</noinclude>
<includeonly>
+
<includeonly>  
{|class="wikitable" style="width: 100%" id="{{{Title|}}}"
+
!colspan="2" id="{{{Title|}}}"|[[{{PAGENAME}}#{{{Title|}}}|{{{Title|}}}]]
!colspan="2"|[[{{PAGENAME}}#{{{Title|}}}|{{{Title|}}}]]
 
 
|-
 
|-
 
!Description:
 
!Description:
Line 39: Line 38:
 
!Dependencies:
 
!Dependencies:
 
|{{{Dependencies|None}}}
 
|{{{Dependencies|None}}}
|}
 
 
</includeonly>
 
</includeonly>

Revision as of 19:05, 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)