テンプレート:PullRequest

提供: wiki
2023年2月14日 (火) 03:41時点におけるYamyam (トーク | 投稿記録)による版 (ページの作成:「<includeonly>[https://projects.blender.org/{{#if:{{{3|}}}|{{{3}}}|blender}}/{{#if:{{{2|}}}|{{{2}}}|blender}}/pulls/{{{1}}} PR #{{{1}}}]</includeonly><!-- --><noinclude>{{…」)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索

Template to link to pull requests in Gitea. By default, with only one parameter, it generates a link to pull requests in the official Blender repository.

{{PullRequest|23456}}

Result: PR #23456


To link to pull requests in a specific repository, pass its name as second parameter:

{{PullRequest|23456|blender-addons}}

Result: PR #23456


To link to pull requests in a specific organization or fork, add its name as third parameter:

{{PullRequest|23456|blender-addons|mont29}}

Result: PR #23456