Template:R: Difference between revisions

From Shareaza Wiki
Jump to navigation Jump to search
(Creating useful template :))
 
mNo edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== Template ==
== Template ==
<onlyinclude>{{trac|changeset/{{{1}}}|{{{2|r{{{1}}}}}}}}</onlyinclude>
<onlyinclude>[[Image:Revision.png]] [http://sourceforge.net/p/shareaza/code/{{{1|}}} {{{2|{{{1|SVN}}}}}} ][[Category:External Links]]</onlyinclude>


== Motivation ==
== Motivation ==
This template is thought to be used to link to Shareaza code revisions on the {{trac}} in an easy fashion.
This template is thought to be used to link to Shareaza code revisions on the [http://sourceforge.net/p/shareaza/code/HEAD/tree/ SVN] in an easy fashion.


== Syntax ==
== Syntax ==
Line 10: Line 10:


== Examples ==
== Examples ==
* {{r|8866|Revision 8866, committed by rasporov (Ryo-oh-ki)}}
* {{r|8866|Revision 8866, committed by rasporov}}
   <nowiki>{{r|8866|Revision 8866, committed by rasporov (Ryo-oh-ki)}}</nowiki>
   <nowiki>{{r|8866|Revision 8866, committed by rasporov}}</nowiki>
* {{r|8866}}
* {{r|8866}}
   <nowiki>{{r|8866}}</nowiki>
   <nowiki>{{r|8866}}</nowiki>
== See also ==
* [[Template:Trac]] - used for links to the {{trac}}.


[[Category:Templates]]
[[Category:Templates]]

Latest revision as of 11:45, 14 December 2014

Template

SVN

Motivation

This template is thought to be used to link to Shareaza code revisions on the SVN in an easy fashion.

Syntax

{{r|revision number to link to|link name}}

Note that the fist parameter is necessary, the second does not need to be specified.

Examples

 {{r|8866|Revision 8866, committed by rasporov}}
 {{r|8866}}