テンプレート:PullRequest

提供: wiki
移動先: 案内検索

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