「テンプレート:Phabricator」の版間の差分

提供: ひつじ小屋別館2代目
移動先: 案内検索
(1版 をインポートしました)
(lowercase "task" (consistent with {{bug}} and {{phabT}}, use shorter {{phab}} in example, it's a task ID not a number.)
1行目: 1行目:
{{#if: {{{1|}}}|[[phabricator:{{{1}}}{{!}}Task {{{1}}}]]|<span class="error">Phabricator task number not specified</span>}}<noinclude>
+
{{#if: {{{1|}}}|[[phabricator:{{{1}}}{{!}}task {{{1}}}]]|<span class="error">Phabricator task number not specified</span>}}<noinclude>
 
<templatedata>
 
<templatedata>
 
{
 
{
5行目: 5行目:
 
"params": {
 
"params": {
 
"1": {
 
"1": {
"label": "Task number",
+
"label": "Task ID",
 
"type": "string",
 
"type": "string",
 
"required": true,
 
"required": true,
"description": "Task number in Wikimedia's Phabricator"
+
"description": "Task ID (TNNNNN) in Wikimedia's Phabricator"
 
}
 
}
 
}
 
}
14行目: 14行目:
 
</templatedata>
 
</templatedata>
 
== Usage ==
 
== Usage ==
<pre>Example {{Phabricator|T1234}} link.</pre>
+
<pre>Example {{phab|T1234}} link.</pre>
Example {{Phabricator|T1234}} link.
+
Example {{phab|T1234}} link.
 
== See also ==
 
== See also ==
 
* [[Template:Tracked]] - right-floating box for specific tasks
 
* [[Template:Tracked]] - right-floating box for specific tasks

2015年5月5日 (火) 06:26時点における版

Phabricator task number not specified

Link to a Phabricator task (e.g. T1234)

テンプレート引数

This template prefers inline formatting of parameters.

引数説明状態
Task ID1

Task ID (TNNNNN) in Wikimedia's Phabricator

既定
自動入力値
string必須

Usage

Example {{phab|T1234}} link.

Example テンプレート:Phab link.

See also