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

(New page: <noinclude>Displays a closed or fixed bug link with the bug number as the display. ===Usage=== ; <nowiki>{{bugstrike|153630}} -></nowiki> : <strike>[https://bugs.eclipse.org/bugs/show_bug....)
 
 
(11 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
<noinclude>Displays a closed or fixed bug link with the bug number as the display.
 
<noinclude>Displays a closed or fixed bug link with the bug number as the display.
===Usage===
+
 
; <nowiki>{{bugstrike|153630}} -></nowiki> : <strike>[https://bugs.eclipse.org/bugs/show_bug.cgi?id=153630 bug 153630]</strike></noinclude>
+
{{Usage|<pre>{{bugstrike|153630}}</pre>|2={{bugstrike|153630}}}}
<includeonly><strike>[https://bugs.eclipse.org/bugs/show_bug.cgi?id={{{1}}} bug {{{1}}}]</strike></includeonly>
+
 
 +
</noinclude><includeonly><strike>[https://bugs.eclipse.org/bugs/show_bug.cgi?id={{{1}}} bug {{{1}}}]</strike></includeonly>

Latest revision as of 18:05, 12 February 2008

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

Markup Rendering
{{bugstrike|153630}}

bug 153630


Back to the top