Difference between revisions of "Template:TodoItem"

From SHA2017
Jump to: navigation, search
(Create a template for todo items)
 
(Undo revision 3150 by Dave o (talk))
 
(5 intermediate revisions by the same user not shown)
Line 25: Line 25:
 
</noinclude>
 
</noinclude>
 
<includeonly>
 
<includeonly>
{|class="wikitable"
+
|-
!colspan="2"|{{{Title|}}}
+
!colspan="2" id="{{{Title|}}}"|[[{{PAGENAME}}#{{{Title|}}}|{{{Title|}}}]]
 
|-
 
|-
 
!Description:
 
!Description:
Line 39: Line 39:
 
!Dependencies:
 
!Dependencies:
 
|{{{Dependencies|None}}}
 
|{{{Dependencies|None}}}
|}
 
 
</includeonly>
 
</includeonly>

Latest revision as of 19:34, 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)