ಟೆಂಪ್ಲೇಟು:Tracked/doc
This is a documentation subpage for ಟೆಂಪ್ಲೇಟು:Tracked. It may contain usage information, categories and other content that is not part of the original ಟೆಂಪ್ಲೇಟು page. |
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
ಪರಿಮಿತಿ | ವಿವರ | ನಮೂನೆ | ಸ್ಥಾನಮಾನ | |
---|---|---|---|---|
Bug id. | 1 | Tasknumber T123 or old bugzilla number | String | required |
Status | 2 | resolved, stalled, invalid, ... | String | ಐಚ್ಛಿಕ |
float | float | CSS float+clear right, left, none, both, inherit
| String | ಐಚ್ಛಿಕ |