Template:Nbug/doc: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Created page with "{{Documentation subpage}} __NOTOC__ <!-- Add categories below --> <includeonly> Templates Category:Bugzilla templates </includeonly>")
 
No edit summary
 
Line 1: Line 1:
{{Documentation subpage}}
{{Documentation subpage}}
__NOTOC__
__NOTOC__
==Usage==
{{tlf|'''nbug'''}} creates a link to a bug in Bugzilla, using the bug's id number.


==Parameters==
There is only 1 parameter, which is unnamed and required.


===Syntax===
The template's syntax is
* {{tlc|nbug|''bug id''}}
===Required parameter===
====1====
;<big>Bug id number</big>
The id number of the bug, to which you want to link.
;Usage
* {{tlc|nbug|'''bug id'''}}
==Example==
{| class="wikitable" style="background-color: white;"
|-
! Case !! What you type !! What you see
|-
| Bug id || {{tlc|nbug|1079175}} || {{nbug|1079175}}
|}
==See also==
{{bugzilla templates list}}
<includeonly>
<!-- Add categories below -->
<!-- Add categories below -->
<includeonly>
[[Category:Bugzilla|Templates]]
[[Category:Bugzilla|Templates]]
[[Category:Bugzilla templates]]
[[Category:Bugzilla templates]]
</includeonly>
</includeonly>

Latest revision as of 12:22, 9 December 2014

Edit-copy green.svg
This is a documentation subpage for Template:Nbug.
It contains usage information, categories and other content that is not part of the original template page.

Usage

{{nbug}} creates a link to a bug in Bugzilla, using the bug's id number.

Parameters

There is only 1 parameter, which is unnamed and required.

Syntax

The template's syntax is

  • {{nbug|bug id}}

Required parameter

1

Bug id number

The id number of the bug, to which you want to link.

Usage
  • {{nbug|bug id}}

Example

Case What you type What you see
Bug id {{nbug|1079175}} 1079175

See also