Template:MTPBugz: Difference between revisions

[unchecked revision][unchecked revision]
Content deleted Content added
m 1 revision imported
No edit summary
Line 1:
{{#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>
[[Category:Templates]]
== 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 ==
 
Reference a Montpellier Lab Bugz Ticket
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>