Template:Issue
categorizes articles with open issues on the system GitHub.
Usage
It accepts a mandatory integer parameter, the issue number.
Returns
Some text{{Issue|1}} here.
returns:
Some text[git 1] here.
...and...
Note
In order for a parameter to appear in a <ref>
, it must be wrapped in a {{#var}}
statement, or the input won't be processed until after the reference tag is generated. That same variable is leveraged by Template:References
to determine wether or not it should generate reference sections.