Template:Phab/doc: Difference between revisions
Jump to navigation
Jump to search
enwiki>Seikor m (Fix named parameter example) |
m (1 revision imported) |
Latest revision as of 13:03, 23 April 2019
This is a documentation subpage for Template:Phab. It contains usage information, categories and other content that is not part of the original template page. |
A template that links to a specific Phabricator task.
Usage
{{Phab|T8452}}
returns: T8452{{Phab|8452}}
returns: T8452{{Phab}}
just returns: Phabricator{{Phab|art=y|T1234}}
or{{Phab|article=yes|T1234}}
returns: Phabricator: T1234
See also
- {{Tracked}}, float-right box
- {{Bug}}, inline link (deprecated)
- {{Bugzilla}}, inline link (multiple items)
TemplateData
This is the TemplateData documentation for this template used by VisualEditor and other tools; see the monthly error report for this template.
TemplateData for Phab
<templatedata> { "description": "Shorthand for Tnumber", "params": { "1": { "label": "task", "description": "Task number or Tnumber", "type": "string", "required": true } } } </templatedata>