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 comment"

(Added documentation on template usage.)
Line 1: Line 1:
[https://bugs.eclipse.org/bugs/show_bug.cgi?id={{{1}}}#c{{{2}}} bug {{{1}}} comment {{{2}}}]
+
<noinclude>Displays a link to a bug comment on Eclipse's bugzilla with the bug and comment numbers as the display.
 +
===Usage===
 +
; <nowiki>{{bug comment|153630|9}} -></nowiki> : [https://bugs.eclipse.org/bugs/show_bug.cgi?id=153630#c9 bug 153630 comment 9]</noinclude>
 +
<includeonly>[https://bugs.eclipse.org/bugs/show_bug.cgi?id={{{1}}}#c{{{2}}} bug {{{1}}} comment {{{2}}}]</includeonly>

Revision as of 13:03, 18 November 2007

Displays a link to a bug comment on Eclipse's bugzilla with the bug and comment numbers as the display.

Usage

{{bug comment|153630|9}} -> 
bug 153630 comment 9

Back to the top