Difference between revisions of "Template:Bugzilla"
m (Test) |
m (Test) |
||
Line 1: | Line 1: | ||
− | {{if:{{{2|}}}|[http://bugzilla.manz-automation.com/show_bug.cgi?id={{{1}}}#c{{{2}}} Issue {{{1}}}#{{{2}}}]|[http://bugzilla.manz-automation.com/show_bug.cgi?id={{{1}}} Issue {{{1}}}]}}<noinclude> | + | {{#if:{{{2|}}}|[http://bugzilla.manz-automation.com/show_bug.cgi?id={{{1}}}#c{{{2}}} Issue {{{1}}}#{{{2}}}]|[http://bugzilla.manz-automation.com/show_bug.cgi?id={{{1}}} Issue {{{1}}}]}}<noinclude> |
== Usage == | == Usage == | ||
Line 5: | Line 5: | ||
:<pre>The discussion is documented in {{Bugzilla|2222}} or {{Bugzilla|3333#7}}.</pre> | :<pre>The discussion is documented in {{Bugzilla|2222}} or {{Bugzilla|3333#7}}.</pre> | ||
;You get | ;You get | ||
− | :The discussion is documented in {{Bugzilla|3333}} | + | :The discussion is documented in {{Bugzilla|2222}} or {{Bugzilla|3333#7}}. |
</noinclude> | </noinclude> |
Revision as of 13:29, 24 June 2010
Usage
- You type
The discussion is documented in {{Bugzilla|2222}} or {{Bugzilla|3333#7}}.
- You get
- The discussion is documented in Issue 2222 or Issue 3333#7.