Difference between revisions of "Template:Bugzilla"
(added leading zeros in issue number) |
m (changed to bugzilla.manz.com) |
||
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><!-- |
Revision as of 06:10, 16 August 2011
Used to create a link to an issue in Manz-Bugzilla.
Template
{{Bugzilla|issue|comment}}
Parameters
- issue
- Issue number in Manz-Bugzilla.
- 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.