Skip to main content

Notice: This Wiki is now read only and edits are no longer 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:Bugstrike"

m
Line 1: Line 1:
<noinclude>[[Category:Templates]]
+
<noinclude>
 
Displays a closed or fixed bug link with the bug number as the display.
 
Displays a closed or fixed bug link with the bug number as the display.
 +
 
===Usage===
 
===Usage===
; <nowiki>{{bugstrike|153630}} -></nowiki> : <strike>[https://bugs.eclipse.org/bugs/show_bug.cgi?id=153630 bug 153630]</strike></noinclude><includeonly><strike>[https://bugs.eclipse.org/bugs/show_bug.cgi?id={{{1}}} bug {{{1}}}]</strike></includeonly>
+
 
 +
<pre>{{bugstrike|153630}}</pre>
 +
 
 +
Renders as:
 +
 
 +
{{bugstrike|153630}}
 +
 
 +
[[Category:Templates]]
 +
</noinclude><includeonly><strike>[https://bugs.eclipse.org/bugs/show_bug.cgi?id={{{1}}} bug {{{1}}}]</strike></includeonly>

Revision as of 17:04, 12 February 2008

Displays a closed or fixed bug link with the bug number as the display.

Usage

{{bugstrike|153630}}

Renders as:

bug 153630

Back to the top