Template:PhabT
From Bonkipedia
[[phabricator:T{{{1}}}|task T{{{1}}}]]
Template documentation
Formats links to Phabricator tasks
Wikitext | Output |
---|---|
{{PhabT|4711}}
|
<translate> task <tvar name=1>T4711</tvar></translate> |
{{PhabT|4711|69343}}
|
<translate> task <tvar name=1>T4711</tvar> comment <tvar name=2>69343</tvar></translate> |
alternatively, just use the phab:
inter"wiki" prefix in a wiki link, e.g. [[phab:T4711#69343 | comment on task T4711]]
produces comment on task T4711.
See also
- Template:Phabricator – similar to
[[phab:n]]
- Template:Tracked – right-floating box for specific tasks
- Template:Ptag – page-top indicators for overall #projects and #tags
- Template:Phabricator inline tag – similar to Ptag2 but displays the link inline
TemplateData
Format link to a [[Phabricator]] task.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Task number | 1 | Do not include the initial “T”.
| Number | required |
Comment ID | 2 | Used to link to a comment within the task's discussion thread.
| Number | optional |