Template:Tracked/doc
This is a documentation subpage for Template:Tracked. It contains usage information, categories and other content that is not part of the original template page. |
Shows a box on the right side that links to a certain Phabricator or Bugzilla discussion.
Usage[edit source]
{{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[edit source]
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[edit source]
- Gadget-BugStatusUpdate.js can be enabled in the Gadget preferences
- {{Phab}}, inline link
External links[edit source]
- Template:Tracked/doc at Wikipedia, the free Terran-based encyclopedia that anyone can edit.