Template:Tracked
Shows a box on the right side that links to a certain Phabricator or Bugzilla discussion.
Usage
{{Tracked|Task ID}}
where Task ID is the Phabricator number of the task, like T12345. (Bugzilla ticket numbers work as well.)
For example, {{Tracked|T123}} generates the box on the right side of this discussion:
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. --Dogmaster3000 01:17, 14 December 2011 (PST) |
You can also mark the status of the task:
{{Tracked|Task ID|Status}}
where Status is one of resolved, we support invalid, duplicate, declined, stalled, and open. Example with the resolved 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. --Dogmaster3000 01:17, 14 December 2011 (PST) |
Bugzilla tickets
For backwards compatibility, this template also accepts the number of a Bugzilla ticket as the first parameter, and the following resolutions: fixed, wontfix, later, invalid. Last but not least, we can mark a bug as critical. We deliberately aren't using this keyword for bugs which are resolved one way or another -- the point of adding this to the template is 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. --Dogmaster3000 01:17, 14 December 2011 (PST) |
If you need the Phabricator task for a migrated Bugzilla ticket, add 2000 to the BZ bug number and prefix with T, e.g., T2300 replaced bugzilla:300.
See also
- Gadget-BugStatusUpdate.js can be enabled in the Gadget preferences
- {{Phab}}, inline link
- {{Bug}}, inline link (deprecated)
- {{Bugzilla}}, inline link (multiple items)
TemplateData
TemplateData for Tracked
Link box to a bug report
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Bug id. | 1 | Tasknumber T123 or old bugzilla number | String | required |
| Status | 2 | resolved, stalled, invalid, ... | String | optional |
| Float | float | CSS float+clear right, left, none, both, inherit
| String | optional |
| The above documentation is transcluded from Template:Tracked/doc. (edit | history) Editors can experiment in this template's sandbox (edit | diff) and testcases (edit) pages. Please add categories to the /doc subpage. Subpages of this template. |