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"

 
(17 intermediate revisions by one other user not shown)
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:Chkbox disabled.gif]] In Plan - Initial state of planned items, no work currently being done
 +
 +
[[Image:Glass.gif]] Investigate - Additional information is being collected
 +
 +
[[Image:Progress.gif]] In Progress - Work is being done on the item
 +
 +
[[Image:Ok_green.gif]] Complete - Work is released to a build
 +
 +
[[Image:Error.gif]] Dropped - No longer being worked on for this release
 +
 +
== Usage ==
  
 
{| cellpadding="5" border="1"
 
{| cellpadding="5" border="1"
Line 9: Line 23:
 
  | {{PlanItem|Name||}}
 
  | {{PlanItem|Name||}}
 
  |-
 
  |-
  | {{codeblock|<pre>{{PlanItem|Name||Status}}</pre>}}
+
  | {{codeblock|<pre>{{PlanItem|Name||Complete}}</pre>}}
  | {{PlanItem|Name||Status}}
+
  | {{PlanItem|Name||Complete}}
 
  |-
 
  |-
 
  | {{codeblock|<pre>{{PlanItem|Name|123}}</pre>}}
 
  | {{codeblock|<pre>{{PlanItem|Name|123}}</pre>}}
Line 19: Line 33:
 
  |-
 
  |-
 
  | {{codeblock|<pre>{{PlanItem|Name|123|In Progress}}</pre>}}
 
  | {{codeblock|<pre>{{PlanItem|Name|123|In Progress}}</pre>}}
  | {{PlanItem|Name|123|InProgress}}
+
  | {{PlanItem|Name|123|In Progress}}
 
  |-
 
  |-
 
  | {{codeblock|<pre>{{PlanItem|Name|123|Complete}}</pre>}}
 
  | {{codeblock|<pre>{{PlanItem|Name|123|Complete}}</pre>}}
Line 26: Line 40:
 
  | {{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
+
[[Category:PDE]] [[Category:Templates]]
[[Image:Glass.gif]] Investigate
+
 
+
  
 
</noinclude>
 
</noinclude>
<includeonly>
+
<includeonly>{{#if:{{{3|}}}|{{#ifeq: {{uc:{{{3}}}}} | INPROGRESS | [[Image:Progress.gif]]}}|[[Image:Chkbox disabled.gif]]}}{{#if:{{{3|}}}|{{#ifeq: {{uc:{{{3}}}}} | 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}}}''' {{#if:{{{2|}}}|([https://bugs.eclipse.org/{{{2}}} '''{{{2}}}'''])}}</includeonly>
{{#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>
+
{{#if:{{{2|}}}|[https://bugs.eclipse.org/{{{2}}} '''{{{2}}}''']}} {{#if:{{{3|}}}|({{{3}}})<br>}}
+
</includeonly>
+

Latest revision as of 12:41, 16 August 2011

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

Status Images

The status is not case sensitive

Chkbox disabled.gif In Plan - Initial state of planned items, no work currently being done

Glass.gif Investigate - Additional information is being collected

Progress.gif In Progress - Work is being done on the item

Ok green.gif Complete - Work is released to a build

Error.gif Dropped - No longer being worked on for this release

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)

Copyright © Eclipse Foundation, Inc. All Rights Reserved.