テンプレート:Issue

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

Template to link to issues in Gitea, useful for writing release notes. By default, with only one parameter, it generates a link to issues in the official Blender repository.

{{Issue|23456}}

Result: #23456


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

{{Issue|23456|blender-addons}}

Result: #23456


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

{{Issue|103673|flamenco|studio}}

Result: #103673