Skip to main content

Notice: This Wiki is now read only and edits are no longer 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 3: Line 3:
  
 
{{Usage|<pre>{{PlanItem|Name|123|Status}}</pre>|2={{PlanItem|Name|123|Status}}}}
 
{{Usage|<pre>{{PlanItem|Name|123|Status}}</pre>|2={{PlanItem|Name|123|Status}}}}
{{Usage|<pre>{{PlanItem|Name|123|Complete}}</pre>|2={{PlanItem|Name|123|Complete}}}}
+
{{Usage|<pre>{{PlanItem|Name|123|Complete}}</pre>|2={{PlanItem|Name|123|InProgress}}}}
 
{{Usage|<pre>{{PlanItem|Name||Status}}</pre>|2={{PlanItem|Name||Status}}}}
 
{{Usage|<pre>{{PlanItem|Name||Status}}</pre>|2={{PlanItem|Name||Status}}}}
 
{{Usage|<pre>{{PlanItem|Name|123|}}</pre>|2={{PlanItem|Name|123|}}}}
 
{{Usage|<pre>{{PlanItem|Name|123|}}</pre>|2={{PlanItem|Name|123|}}}}
 
{{Usage|<pre>{{PlanItem|Name||}}</pre>|2={{PlanItem|Name||}}}}
 
{{Usage|<pre>{{PlanItem|Name||}}</pre>|2={{PlanItem|Name||}}}}
  
Bug Template
+
[[Image:Progress.gif]] InProgress
<pre>{{message|{{#if:{{{1|}}}|[https://bugs.eclipse.org/{{{1}}} '''{{{1}}}''']<BR>}}{{#if:{{{2|}}}|{{{2}}}}}|image=Bug.png|bgcolor=#def3fe|bdcolor=#c5d7e0}}</pre>
+
[[Image:Glass.gif]] Investigate
<pre>[https://bugs.eclipse.org/bugs/show_bug.cgi?id={{{1}}} bug {{{1}}}]</pre>
+
 
  
 
</noinclude>
 
</noinclude>
 
<includeonly>
 
<includeonly>
 +
{{#if:{{{3|}}}|{{#ifeq: {{uc:{{{3}}}}} | INPROGRESS | [[Image:Progress.gif]]}}}}
 +
{{#if:{{{3|}}}|{{#ifeq: {{uc:{{{3}}}}} | INVESTIGATE | [[Image:Glass.gif]]}}}}
 
'''{{{1}}}'''<br>
 
'''{{{1}}}'''<br>
{{#if:{{{3|}}}|{{#ifeq: {{uc:{{{3}}}}} | COMPLETE | Complete! | Incomplete }}<br>}}
 
 
{{#if:{{{2|}}}|[https://bugs.eclipse.org/{{{2}}} '''{{{2}}}''']}}
 
{{#if:{{{2|}}}|[https://bugs.eclipse.org/{{{2}}} '''{{{2}}}''']}}
 
{{#if:{{{3|}}}|({{{3}}})<br>}}
 
{{#if:{{{3|}}}|({{{3}}})<br>}}
 
</includeonly>
 
</includeonly>

Revision as of 13:18, 17 September 2009

Displays information about a plan item

Markup Rendering
{{PlanItem|Name|123|Status}}

Name (123)

Markup Rendering
{{PlanItem|Name|123|Complete}}

Progress.gif Name (123)

Markup Rendering
{{PlanItem|Name||Status}}

Name

Markup Rendering
{{PlanItem|Name|123|}}

Chkbox disabled.gif Name (123)

Markup Rendering
{{PlanItem|Name||}}

Chkbox disabled.gif Name


Progress.gif InProgress Glass.gif Investigate



Back to the top