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

Revision as of 13:06, 17 September 2009

Displays information about a plan item

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

Name (123)

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

Ok green.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


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}}}]


Copyright © Eclipse Foundation, Inc. All Rights Reserved.