Difference between revisions of "Template:Bugzilla"
(added leading zeros in issue number) |
m |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
<includeonly>{{#if:{{{2|}}} | <includeonly>{{#if:{{{2|}}} | ||
− | |<span class="plainlinks">[http://bugzilla.manz | + | |<span class="plainlinks">[http://bugzilla.manz.com/show_bug.cgi?id={{{1}}}#c{{{2}}} Issue {{padleft:{{{1}}}|4|0}}#{{{2}}}]</span>[[File:Bugzilla icon.png|x16px|text-top|link=]] |
− | |<span class="plainlinks">[http://bugzilla.manz | + | |<span class="plainlinks">[http://bugzilla.manz.com/show_bug.cgi?id={{{1}}} Issue {{padleft:{{{1}}}|4|0}}]</span>[[File:Bugzilla icon.png|x16px|text-top|link=]]}}</includeonly><!-- |
Line 8: | Line 8: | ||
{{Template | {{Template | ||
|description= | |description= | ||
− | Used to create a link to an issue in Manz-Bugzilla. | + | Used to create a link to an issue in <!-- Manz- -->Bugzilla. |
|template= | |template= | ||
Line 17: | Line 17: | ||
|parameters= | |parameters= | ||
;issue | ;issue | ||
− | : Issue number in Manz-Bugzilla. | + | : Issue number <!-- in Manz-Bugzilla -->. |
;comment (optional) | ;comment (optional) | ||
: Comment number within the issue. | : Comment number within the issue. |
Latest revision as of 08:32, 17 April 2014
Used to create a link to an issue in Bugzilla.
Template
{{Bugzilla|issue|comment}}
Parameters
- issue
- Issue number .
- comment (optional)
- Comment number within the issue.
Examples
- Input
The discussion is documented in {{Bugzilla|2222}} or {{Bugzilla|3333|7}}.
- Output
The discussion is documented in Issue 2222 or Issue 3333#7.
For more examples refer to pages, which use this template: What links here.
Help:Templates describes general usage of templates, including treatment of special characters.