Difference between revisions of "Template:TodoItem"

From SHA2017
Jump to: navigation, search
(make tables full width)
(add id and link)
Line 25: Line 25:
 
</noinclude>
 
</noinclude>
 
<includeonly>
 
<includeonly>
{|class="wikitable" style="width: 100%"
+
{|class="wikitable" style="width: 100%" id="{{{Title|}}}"
!colspan="2"|{{{Title|}}}
+
!colspan="2"|[[{{PAGENAME}}#{{{Title|}}}|{{{Title|}}}]]
 
|-
 
|-
 
!Description:
 
!Description:

Revision as of 18:52, 27 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)