Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

Jump to content

Module:Phabricator/doc

From Wikipedia, the free encyclopedia

This module has been created to replace the current template code in Template:Phabricator. It supports the template's documented behavior of any combination of including a "T" or not in the task ID, titling the link, or having a link to Wikipedia:Phabricator.

The |art= and |article= params support both y and yes as a value.

Examples

[edit]
  • {{#invoke:Phabricator|task}}
  • {{#invoke:Phabricator|task|foo}}
    • Invalid task ID: foo
  • {{#invoke:Phabricator|task|T1234}}
  • {{#invoke:Phabricator|task|1234}}
  • {{#invoke:Phabricator|task|T1234|label=Lorem ipsum dolor sit amet}}
    • T1234 (Lorem ipsum dolor sit amet)
  • {{#invoke:Phabricator|task|T1234|T5678}}
  • {{#invoke:Phabricator|task|T1234|T5678|label=Various tasks}}
  • {{#invoke:Phabricator|task|T1234|label1=Restrict Bugzilla access to read-only|T5678|label2=Allow disabling MediaWiki:aboutsite in the same way as MediaWiki:Disclaimers}}
    • T1234 (Restrict Bugzilla access to read-only) • T5678 (Allow disabling MediaWiki:aboutsite in the same way as MediaWiki:Disclaimers)
  • {{#invoke:Phabricator|task|T1234|art=y}}
  • {{#invoke:Phabricator|task|T1234|article=yes}}

Edge cases

[edit]
  • {{#invoke:Phabricator|task||label=foo}}
  • {{#invoke:Phabricator|task||T1234|label2=Restrict Bugzilla access to read-only|T5678|label3=Allow disabling MediaWiki:aboutsite in the same way as MediaWiki:Disclaimers|article=true}}
    • PhabricatorT1234 (Restrict Bugzilla access to read-only) • T5678 (Allow disabling MediaWiki:aboutsite in the same way as MediaWiki:Disclaimers)