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 9: Line 9:
 
[[Image:Progress.gif]] In Progress
 
[[Image:Progress.gif]] In Progress
  
[[Image:OK_green.gif]] Complete
+
[[Image:Ok_green.gif]] Complete
  
 
[[Image:Error.gif]] Dropped
 
[[Image:Error.gif]] Dropped
Line 21: Line 21:
 
  | {{PlanItem|Name||}}
 
  | {{PlanItem|Name||}}
 
  |-
 
  |-
  | {{codeblock|<pre>{{PlanItem|Name||Custom Status}}</pre>}}
+
  | {{codeblock|<pre>{{PlanItem|Name||Complete}}</pre>}}
  | {{PlanItem|Name||Custom Status}}
+
  | {{PlanItem|Name||complete}}
 
  |-
 
  |-
 
  | {{codeblock|<pre>{{PlanItem|Name|123}}</pre>}}
 
  | {{codeblock|<pre>{{PlanItem|Name|123}}</pre>}}

Revision as of 13:43, 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

Ok green.gif Complete

Error.gif Dropped

Usage

Markup Rendering
{{PlanItem|Name||}}

Chkbox disabled.gif Name

{{PlanItem|Name||Complete}}

Ok green.gif 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