සැකිල්ල:Tracked/ලේඛය
This template is intended to be used on feedback pages and talk pages for software deployments. It floats right-aligned next to whichever content it precedes. Imagine we see a comment like the following:
Your software is broken. It doesn't even work on Windows ME. When I try to load it, Bill Gates appears on my screen and laughs manically. -Example 9:26, 14 March 2015 (UTC) |
Now let's say we want to note that there's a bug in the bug tracker for this. We'll add the following code: {{tracked|300}}
(where 300 is the number of the bug).
Sample output:
Your software is broken. It doesn't even work on Windows ME. When I try to load it, Bill Gates appears on my screen and laughs manically. -Example 9:26, 14 March 2015 (UTC) |
We can leave it at that. If we'd like to note the fact that the bug's been fixed, we can note its status via {{tracked|300|fixed}}
. In addition to fixed
, we support wontfix
, later
and invalid
resolution. (Style note: We're not using big scary red colors for the resolution to avoid scaring or annoying the reporter.) Example with the fixed
keyword:
Sample output:
Your software is broken. It doesn't even work on Windows ME. When I try to load it, Bill Gates appears on my screen and laughs manically. -Example 9:26, 14 March 2015 (UTC) |
Last but not least, we can mark a bug as critical. We're deliberately not using this keyword for bugs which are resolved one way or another: We're adding this to the template to note to all readers of the page that the seriousness of a bug has been critical. This keyword should only be used if the bug has also been marked as critical in Bugzilla. Example usage: {{Tracked|300|critical}}
Sample output:
Your software is broken. It doesn't even work on Windows ME. When I try to load it, Bill Gates appears on my screen and laughs manically. -Example 9:26, 14 March 2015 (UTC) |
Of course, feel free to avoid using this template if tracking a comment is not useful.
Your software is broken. It doesn't even work on Windows ME. When I try to load it, Bill Gates appears on my screen and laughs manically. -Example 9:26, 14 March 2015 (UTC)
|
If you check the "Enable tracking bugs on Bugzilla using the {{tracked}} template." checkbox at your Gadget preferences, the gadget will automatically update the bug display using the Bugzilla API.
Usage
[සංස්කරණය]A template for tracking bugs in Wikimedia's Bugzilla instance
Parameter | Description | Type | Status | |
---|---|---|---|---|
Bug number | 1 | The Bugzilla number of the bug that is being tracked. | String | required |
Status | 2 | The status of the bug. Options are 'fixed' ,'wontfix', 'invalid', 'later' and 'critical'. | String | optional |
Float position | float | (Not for general use) The float position of the template.
| String | optional |
See also
[සංස්කරණය]- {{bug}}