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"

m
Line 1: Line 1:
 
<noinclude>[[Category:Templates]]
 
<noinclude>[[Category:Templates]]
 
Displays a link to a bug comment on Eclipse's bugzilla with the bug and comment numbers as the display.
 
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>
+
{{Usage|<pre>{{bug comment|153630|9}}</pre>|2={{bug comment|153630|9}}}}
 +
</noinclude>
 
<includeonly>[https://bugs.eclipse.org/bugs/show_bug.cgi?id={{{1}}}#c{{{2}}} bug {{{1}}} comment {{{2}}}]</includeonly>
 
<includeonly>[https://bugs.eclipse.org/bugs/show_bug.cgi?id={{{1}}}#c{{{2}}} bug {{{1}}} comment {{{2}}}]</includeonly>

Revision as of 18:08, 12 February 2008

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

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

bug 153630 comment 9


Back to the top