Mr. Johnson (talk | contribs) (Created page with "<includeonly>Category:TemplateCategory:Categorization TemplateCategory:Reference Template</includeonly> {{Template|Issue}} categorizes articles with open [https://github.com/SR5-FoundryVTT/SR5-FoundryVTT/issues issues] on the system [https://github.com/SR5-FoundryVTT/SR5-FoundryVTT GitHub]. ==Usage== It accepts a {{Parameter|mandatory|integer}}, the issue number. ==Returns== {{Code|<nowiki>Some text{{Issue|1}} here.</nowiki>}} returns: {{Return|Some text{{Iss...") |
Mr. Johnson (talk | contribs) No edit summary |
||
Line 4: | Line 4: | ||
It accepts a {{Parameter|mandatory|integer}}, the issue number. | It accepts a {{Parameter|mandatory|integer}}, the issue number. | ||
==Returns== | ==Returns== | ||
{{Code|<nowiki>Some text{{Issue|1}} here.</nowiki>}} returns: {{Return|Some text{{Issue|1}} here.}} ...and... {{Return|<references group=" | {{Code|<nowiki>Some text{{Issue|1}} here.</nowiki>}} returns: {{Return|Some text{{Issue|1}} here.}} ...and... {{Return|<references group="git" />}} | ||
==Note== | ==Note== | ||
In order for a parameter to appear in a {{Code|<nowiki><ref></nowiki>}}, it must be wrapped in a {{Code|<nowiki>{{#var}}</nowiki>}} statement, or the input won't be processed until ''after'' the reference tag is generated. | In order for a parameter to appear in a {{Code|<nowiki><ref></nowiki>}}, it must be wrapped in a {{Code|<nowiki>{{#var}}</nowiki>}} statement, or the input won't be processed until ''after'' the reference tag is generated. |
Revision as of 02:34, 22 November 2023
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.