Template:Pr: Difference between revisions

Template page
(Created page with "<includeonly>[https://github.com/RPCS3/rpcs3/pull/{{{1}}} PR {{{1}}}]</includeonly><noinclude>This template is used to link a pull request (PR) from the RPCS3 Github. The synt...")
 
(Improve the explanation and also gave an example)
Line 1: Line 1:
<includeonly>[https://github.com/RPCS3/rpcs3/pull/{{{1}}} PR {{{1}}}]</includeonly><noinclude>This template is used to link a pull request (PR) from the RPCS3 Github. The syntax to be used is <code><nowiki>{{pr|#}}</nowiki></code> where <code><nowiki>#</nowiki></code> is the PR number as shown in Github. Do not add any unnecessary zeros to the start of the number.[[Category:Templates]]</noinclude>
<includeonly>[https://github.com/RPCS3/rpcs3/pull/{{{1}}} PR {{{1}}}]</includeonly><noinclude>This template is used to link a pull request (PR) from the RPCS3 Github. The syntax to be used is <code><nowiki>{{pr|#}}</nowiki></code> where <code><nowiki>#</nowiki></code> is the PR number as shown in Github. Do not add any unnecessary zeros to the start of the number.
 
For example, using <code><nowiki>{{pr|3333}}</nowiki></code> gives {{pr|3333}}.
[[Category:Templates]]</noinclude>

Revision as of 14:28, 28 January 2018

This template is used to link a pull request (PR) from the RPCS3 Github. The syntax to be used is {{pr|#}} where # is the PR number as shown in Github. Do not add any unnecessary zeros to the start of the number.

For example, using {{pr|3333}} gives PR 3333.