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 18: Line 18:
 
  | {{PlanItem|Name|123|Investigate}}
 
  | {{PlanItem|Name|123|Investigate}}
 
  |-
 
  |-
  | {{codeblock|<pre>{{PlanItem|Name|123|InProgress}}</pre>}}
+
  | {{codeblock|<pre>{{PlanItem|Name|123|In Progress}}</pre>}}
 
  | {{PlanItem|Name|123|InProgress}}
 
  | {{PlanItem|Name|123|InProgress}}
 
  |-
 
  |-
Line 28: Line 28:
 
  |-
 
  |-
 
  | {{codeblock|<pre>{{PlanItem|Name|123|Custom Status}}</pre>}}
 
  | {{codeblock|<pre>{{PlanItem|Name|123|Custom Status}}</pre>}}
  | {{PlanItem|Name|123|Status}}
+
  | {{PlanItem|Name|123|Custom Status}}
 
  |}
 
  |}
  
Line 37: Line 37:
 
</noinclude>
 
</noinclude>
 
<includeonly>
 
<includeonly>
{{#if:{{{3|}}}|{{#ifeq: {{uc:{{{3}}}}} | INPROGRESS | [[Image:Progress.gif]]}}}}{{#if:{{{3|}}}|{{#ifeq: {{uc:{{{3}}}}} | INVESTIGATE | [[Image:Glass.gif]]}}}}{{#if:{{{3|}}}|{{#ifeq: {{uc:{{{3}}}}} | COMPLETE | [[Image:Ok_green.gif]]}}}}{{#if:{{{3|}}}|{{#ifeq: {{uc:{{{3}}}}} | DROPPED | [[Image:Error.gif]]}}}}
+
{{#if:{{{3|}}}|{{#ifeq: {{uc:{{{3}}}}} | INPROGRESS | IN PROGRESS | [[Image:Progress.gif]]}}}}{{#if:{{{3|}}}|{{#ifeq: {{uc:{{{3}}}}} | INVESTIGATE | [[Image:Glass.gif]]}}}}{{#if:{{{3|}}}|{{#ifeq: {{uc:{{{3}}}}} | COMPLETE | [[Image:Ok_green.gif]]}}}}{{#if:{{{3|}}}|{{#ifeq: {{uc:{{{3}}}}} | DROPPED | [[Image:Error.gif]]}}}}
 
'''{{{1}}}'''<br>
 
'''{{{1}}}'''<br>
{{#if:{{{2|}}}|[https://bugs.eclipse.org/{{{2}}} '''{{{2}}}''']}}{{#if:{{{3|}}}|({{{3}}})<br>}}
+
{{#if:{{{2|}}}|[https://bugs.eclipse.org/{{{2}}} '''{{{2}}}''']}} {{#if:{{{3|}}}|({{{3}}})<br>}}
 
</includeonly>
 
</includeonly>

Revision as of 13:32, 17 September 2009

Displays information about a plan item


Markup Rendering
{{PlanItem|Name||}}

Chkbox disabled.gif Name

{{PlanItem|Name||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)

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

Progress.gif InProgress Glass.gif Investigate



Back to the top