Template:PhabT: Difference between revisions

From Bonkipedia
[[mw:]]>Shirayuki
m (new tvar syntax to avoid lint errors)
 
m (1 revision imported: Workaround and Utility Templates)
 
(No difference)

Latest revision as of 17:51, 12 November 2022


[[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

TemplateData

Format link to a [[Phabricator]] task.

Template parameters

ParameterDescriptionTypeStatus
Task number1

Do not include the initial “T”.

Example
16336
Numberrequired
Comment ID2

Used to link to a comment within the task's discussion thread.

Example
185937
Numberoptional