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 41: Line 41:
  
 
</noinclude>
 
</noinclude>
<includeonly>{{#if:{{{3|}}}|{{#ifeq: {{uc:{{{3}}}}} | INPROGRESS | [[Image:Progress.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]]}}}}
+
<includeonly>{{#if:{{{3|}}}|{{#ifeq: {{uc:{{{3}}}}} | INPROGRESS | [[Image:Progress.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>
'''{{{1}}}'''
+
{{#if:{{{2|}}}|([https://bugs.eclipse.org/{{{2}}} '''{{{2}}}'''])}}</includeonly>
+

Revision as of 16:09, 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)


Copyright © Eclipse Foundation, Inc. All Rights Reserved.