Difference between revisions of "Template:Bugzilla"
Jump to navigation
Jump to search
m (1 revision(s)) |
m (1 revision) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{{#switch:{{{2}}} | {{#switch:{{{2}}} | ||
|RESO=<span style="color:#666;-moz-opacity:.5;font-size:smaller;"> | |RESO=<span style="color:#666;-moz-opacity:.5;font-size:smaller;"> | ||
− | |<span>}}[[ | + | |<span>}}[[bugzilla:{{{1}}}|bug {{{1}}}]]{{#if:{{{2|}}}| [{{{2}}}]}}</span><noinclude> |
+ | |||
+ | |||
+ | <templatedata> | ||
+ | { | ||
+ | "description": "Link to a bug by bug number.", | ||
+ | "params": { | ||
+ | "1": { | ||
+ | "label": "Bug number in Wikimedia's Bugzilla", | ||
+ | "type": "number", | ||
+ | "required": true, | ||
+ | "description": "Bug number in Wikimedia's Bugzilla" | ||
+ | } | ||
+ | } | ||
+ | } | ||
+ | </templatedata> | ||
+ | |||
[[Category:External link templates|{{PAGENAME}}]] | [[Category:External link templates|{{PAGENAME}}]] | ||
</noinclude> | </noinclude> |
Latest revision as of 23:40, 27 October 2013
[[bugzilla:{{{1}}}|bug {{{1}}}]]
<templatedata>
{
"description": "Link to a bug by bug number.",
"params": {
"1": {
"label": "Bug number in Wikimedia's Bugzilla",
"type": "number",
"required": true,
"description": "Bug number in Wikimedia's Bugzilla"
}
}
}
</templatedata>