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 (trying to fix an extra line break. see http://wiki.eclipse.org/Mylyn_Meetings)
m (added optional second parameter (comment number))
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
<noinclude>[[Category:Templates]]
 
<noinclude>[[Category:Templates]]
Displays a bug link with the bug number as the display.
+
Displays a bug link with the bug number as the display. The optional second argument is the comment number.
===Usage===
+
 
; <nowiki>{{bug|153630}} -></nowiki> : [https://bugs.eclipse.org/bugs/show_bug.cgi?id=153630 bug 153630]</noinclude><includeonly>[https://bugs.eclipse.org/bugs/show_bug.cgi?id={{{1}}} bug {{{1}}}]</includeonly>
+
{{Usage|<pre>{{bug|153630}}
 +
{{bug|153630|9}}</pre>|2={{bug|153630}}<br>{{bug|153630|9}}}}
 +
 
 +
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>

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