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|Status}}</pre>|2={{PlanItem|Name|123|Status}}}}
+
{{Usage|<pre>{{PlanItem|Name|123|Complete}}</pre>|2={{PlanItem|Name|123|Status}}}}
{{Usage|<pre>{{PlanItem|Name|123|Status}}</pre>|2={{PlanItem|Name|123|Status}}}}
+
{{Usage|<pre>{{PlanItem|Name||Status}}</pre>|2={{PlanItem|Name|123|Status}}}}
{{Usage|<pre>{{PlanItem|Name|123|Status}}</pre>|2={{PlanItem|Name|123|Status}}}}
+
{{Usage|<pre>{{PlanItem|Name|123|}}</pre>|2={{PlanItem|Name|123|Status}}}}
{{Usage|<pre>{{PlanItem|Name|123|Status}}</pre>|2={{PlanItem|Name|123|Status}}}}
+
{{Usage|<pre>{{PlanItem|Name||}}</pre>|2={{PlanItem|Name|123|Status}}}}
  
 
Bug Template
 
Bug Template
Line 14: Line 14:
 
</noinclude>
 
</noinclude>
 
<includeonly>
 
<includeonly>
{{#ifeq: {{{3}}} | complete | Complete! | Incomplete }}
+
{{#ifeq: {{uc:{{{3}}}}} | COMPLETE | Complete! | {{{3}}}} {{uc:{{{3}}}}} }}
{{{1}}} ({{{3}}})<BR>
+
{{{1}}} ({{{3}}})<br>{{#if:{{{2|}}}|[https://bugs.eclipse.org/{{{2}}} '''{{{2}}}''']<br>}}
{{#if:{{{2}}}|[https://bugs.eclipse.org/{{{2}}} '''{{{2}}}''']<BR>}}
+
 
</includeonly>
 
</includeonly>

Revision as of 13:04, 17 September 2009

Displays information about a plan item

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

Name (123)

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

Name (123)

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

Name (123)

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

Name (123)

Markup Rendering
{{PlanItem|Name||}}

Name (123)


Bug Template

{{message|{{#if:{{{1|}}}|[https://bugs.eclipse.org/{{{1}}} '''{{{1}}}''']<BR>}}{{#if:{{{2|}}}|{{{2}}}}}|image=Bug.png|bgcolor=#def3fe|bdcolor=#c5d7e0}}
[https://bugs.eclipse.org/bugs/show_bug.cgi?id={{{1}}} bug {{{1}}}]


Back to the top