Template:Issue: Difference between revisions

Template page
(Created a template to tag issues from github)
 
(Template now displays as a plainlink)
Line 1: Line 1:
<includeonly>[https://github.com/RPCS3/rpcs3/issues/{{{1}}} Issue {{{1}}}]</includeonly><noinclude>This template is used to link an issue from the RPCS3 Github. The syntax to be used is <code><nowiki>{{issue|#}}</nowiki></code> where <code><nowiki>#</nowiki></code> is the issue number as shown in Github. Do not add any unnecessary zeros to the start of the number.
<includeonly><span class="plainlinks">[https://github.com/RPCS3/rpcs3/issues/{{{1}}} Issue {{{1}}}]</span></includeonly><noinclude>This template is used to link an issue from the RPCS3 Github. The syntax to be used is <code><nowiki>{{issue|#}}</nowiki></code> where <code><nowiki>#</nowiki></code> is the issue number as shown in Github. Do not add any unnecessary zeros to the start of the number.


For example, using <code><nowiki>{{issue|2263}}</nowiki></code> gives {{issue|2263}}.
For example, using <code><nowiki>{{issue|2263}}</nowiki></code> gives {{issue|2263}}.
[[Category:Templates]]</noinclude>
[[Category:Templates]]</noinclude>

Revision as of 22:20, 3 October 2018

This template is used to link an issue from the RPCS3 Github. The syntax to be used is {{issue|#}} where # is the issue number as shown in Github. Do not add any unnecessary zeros to the start of the number.

For example, using {{issue|2263}} gives Issue 2263.