Content deleted Content added
|
|
| (4 intermediate revisions by 2 users not shown) |
|
{{#if:{{{2|}}}|<span class="plainlinks2">[http://bugzilla.mtp.emea.dell.com/show_bug.cgi?id={{{1}}} {{{2}}}]</span>|<span class="plainlinks2">[http://bugzilla.mtp.emea.dell.combugz/show_bug.cgi?id={{{1}}} MTP-Lab-Bugz :{{{1}}}]</span>}}<noinclude>
<noinclude>[[Category:TemplatesAutoDumpContentFromCommons]]</noinclude>
== Usage on source code ==
Reference a bugzilla ticket using <code><nowiki>{{Bugz|587}}</nowiki></code> where 587 is the ticket number. Example: {{Bugz|587}}
== Usage on Visual Editor ==
To add bugzilla ticket, edit the page and set the cursor where you want the bugz id added.
Insert template:
:[[File:ClipCapIt-190710-003514.PNG]]
Type bugz to find the template then click on Add template
:[[File:ClipCapIt-190710-003543.PNG]]
Type the bugzilla ticket id then click on Insert
:[[File:ClipCapIt-190710-003607.PNG]]
== Template Data ==
<templatedata>
{
"description": "Refers to Bugzilla ticket ID",
"params": {
"1": {
"label": "Bugzilla's ID",
"required": true,
"description": "bugzilla's id desc",
"aliases": ["1"]
}
}
}
</templatedata>
|