Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Template:PlanItem"

Line 1: Line 1:
 
<noinclude>
 
<noinclude>
Displays information about a plan item
+
Displays information about a plan item with an icon displaying status.
  
 +
== Status Images ==
 +
The status is not case sensitive
 +
 +
[[Image:Glass.gif]] Investigate
 +
 +
[[Image:Progress.gif]] In Progress
 +
 +
[[Image:OK_green.gif]] Complete
 +
 +
[[Image:Error.gif]] Dropped
 +
 +
== Usage ==
  
 
{| cellpadding="5" border="1"
 
{| cellpadding="5" border="1"
Line 26: Line 38:
 
  | {{codeblock|<pre>{{PlanItem|Name|123|Dropped}}</pre>}}
 
  | {{codeblock|<pre>{{PlanItem|Name|123|Dropped}}</pre>}}
 
  | {{PlanItem|Name|123|Dropped}}
 
  | {{PlanItem|Name|123|Dropped}}
|-
 
| {{codeblock|<pre>{{PlanItem|Name|123|Custom Status}}</pre>}}
 
| {{PlanItem|Name|123|Custom Status}}
 
 
  |}
 
  |}
 
[[Image:Progress.gif]] InProgress
 
[[Image:Glass.gif]] Investigate
 
 
  
 
</noinclude>
 
</noinclude>

Revision as of 13:42, 17 September 2009

Displays information about a plan item with an icon displaying status.

Status Images

The status is not case sensitive

Glass.gif Investigate

Progress.gif In Progress

File:OK green.gif Complete

Error.gif Dropped

Usage

Markup Rendering
{{PlanItem|Name||}}

Chkbox disabled.gif Name

{{PlanItem|Name||Custom Status}}
Name 
{{PlanItem|Name|123}}

Chkbox disabled.gif Name (123)

{{PlanItem|Name|123|Investigate}}

Glass.gif Name (123)

{{PlanItem|Name|123|In Progress}}

Progress.gif Name (123)

{{PlanItem|Name|123|Complete}}

Ok green.gif Name (123)

{{PlanItem|Name|123|Dropped}}

Error.gif Name (123)


Back to the top