テンプレート:PullRequest/doc

提供: wiki
< テンプレート:PullRequest
2023年2月14日 (火) 03:42時点におけるYamyam (トーク | 投稿記録)による版 (ページの作成:「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. <nowiki>{{Pull…」)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索

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