Template:Tracked

From wiki.filipefonseca.pt
Revision as of 14:32, 8 July 2021 by FilipeFonseca (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Template documentation[view] [edit] [history] [purge]

Lua error in Module:TNT at line 159: Missing JsonConfig extension; Cannot load https://commons.wikimedia.org/wiki/Data:I18n/Uses TemplateStyles.tab. Shows a box on the right side that links to a certain Phabricator or Bugzilla discussion.

Usage

Your software is broken. It doesn't even work on Windows 10. When I try to load it, Bill Gates appears on my screen and laughs manically. --Dogmaster3000 01:17, 14 December 2011 (PST)

Now let's say we want to note that there's a task on Phabricator for this. We'll add the following code: {{tracked|T123}} (where T123 is the identifier of the task).

Sample output:

Your software is broken. It doesn't even work on Windows 10. When I try to load it, Bill Gates appears on my screen and laughs manically. --Dogmaster3000 01:17, 14 December 2011 (PST)

We can leave it at that. If we'd like to note the fact that the task's been resolved, we can note its status, via {{tracked|T123|resolved}}. In addition to 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 10. When I try to load it, Bill Gates appears on my screen and laughs manically. --Dogmaster3000 01:17, 14 December 2011 (PST)

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 10. When I try to load it, Bill Gates appears on my screen and laughs manically. --Dogmaster3000 01:17, 14 December 2011 (PST)

You appear to be running the new IE toolbar. This is expected behavior. However, if you upgrade, it will show the angry dancing Ballmer instead. --GNUnicorn 01:38, 14 December 2011 (PST)

See also

TemplateData

This is the TemplateData documentation for this template used by VisualEditor and other tools; see the monthly parameter usage report for this template.

TemplateData for Tracked

<templatedata> { "description": "Link box to a bug report", "params": { "1": { "type": "string", "label": "Bug ID", "description": "Phabricator task number or old Bugzilla number", "required": true, "example": "T137443" }, "2": { "type": "string", "label": "Status", "example": "resolved, stalled, invalid, ..." } }, "paramOrder": [ "1", "2" ] } </templatedata>