Template:Issue
categorizes articles with open issues on the system GitHub.
Usage
It accepts a mandatory integer parameter, the issue number.
It has a second optional parameter, that alters the behavior if set to inline
.
Returns
Some text{{Issue|1}} here.
returns:
Some text[git 1] here.
...and...
If the second parameter is inline
:
It looks like {{Issue|1|inline}} insted.
returns:
It looks like GitHub Issue #1 instead.