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:Bug"

m (added optional second parameter (comment number))
m (added optional second parameter (comment number))
 
Line 7: Line 7:
 
See [[Template:FixedBug]] for closed bugs.
 
See [[Template:FixedBug]] for closed bugs.
  
</noinclude><includeonly>[https://bugs.eclipse.org/bugs/show_bug.cgi?id={{{1}}}{{#if: {{{2|}}} | &#35;c{{{2}}} | }} bug {{{1}}}{{#if: {{{2|}}} | <nowiki> </nowiki> comment {{{2}}} | }}]</includeonly>
+
</noinclude><includeonly>[https://bugs.eclipse.org/bugs/show_bug.cgi?id={{{1}}}{{#if: {{{2|}}} | &#35;c{{{2}}} | }} bug {{{1}}}{{#if: {{{2|}}} | <nowiki></nowiki> comment {{{2}}} | }}]</includeonly>

Latest revision as of 08:21, 17 October 2014

Displays a bug link with the bug number as the display. The optional second argument is the comment number.

Markup Rendering
{{bug|153630}}
{{bug|153630|9}}

bug 153630
bug 153630 comment 9


See Template:FixedBug for closed bugs.


Back to the top