Difference between revisions of "Task Extensions"

From Catglobe Wiki
Jump to: navigation, search
Line 1: Line 1:
 
 
== Extension:Tasks Extension ==
 
== Extension:Tasks Extension ==
  
Line 9: Line 8:
 
== Usage ==
 
== Usage ==
  
Each task must be on its own line and start with [ ]. All the tasks must be grouped with a <tasks>..</tasks>
+
Each task must be on its own line and start with [ ]. All the tasks must be grouped with a <tasks>..</tasks><br>
 
<nowiki><tasks></nowiki>
 
<nowiki><tasks></nowiki>
[ ] Regular task (Owner User)
+
<br>[ ] Regular task (Owner User)<br>
[1] High priority task.
+
[1] High priority task.<br>
[2] Medium priority task.
+
[2] Medium priority task.<br>
[3] Low priority task (Owner User)
+
[3] Low priority task (Owner User)<br>
[!] Urgent task (must be completed immediately!!!) (Owner user).
+
[!] Urgent task (must be completed immediately!!!) (Owner user).<br>
[x] Closed task.
+
[x] Closed task.<br>
 
<nowiki></tasks></nowiki>
 
<nowiki></tasks></nowiki>
  
  
 
  [[category:Wiki guidelines]]
 
  [[category:Wiki guidelines]]

Revision as of 09:16, 2 December 2009

Extension:Tasks Extension

This extension provides the ability to create tasks on any page of your MediaWiki. Tasks may have severity, priority, status, and owner properties set.
Example:
TaskExtension Image.png


Usage

Each task must be on its own line and start with [ ]. All the tasks must be grouped with a <tasks>..</tasks>
<tasks>
[ ] Regular task (Owner User)
[1] High priority task.
[2] Medium priority task.
[3] Low priority task (Owner User)
[!] Urgent task (must be completed immediately!!!) (Owner user).
[x] Closed task.
</tasks>