Difference between revisions of "Template:GitHub/doc"

From blackwiki
Jump to navigation Jump to search
(update usage)
imported>Izkala
(Upd)
Line 1: Line 1:
 
{{Documentation subpage}}
 
{{Documentation subpage}}
 +
<!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[Wikipedia:Wikidata]]) -->
 
== Usage ==
 
== Usage ==
Used to create a link to a repository or a single file on [[GitHub]]
+
This template can be used to create a link to a repository or a single file on [[GitHub]].
  
== Example ==
+
== Examples ==
* {{Tlx|GitHub|RDFLib/rdflib|RDFLib repository}} {{arrow}} {{GitHub|RDFLib/rdflib|RDFLib repository}}
+
* {{#invoke:DemoTemplate|{{BASEPAGENAME}}|RDFLib/rdflib}}
* {{Tlx|GitHub|<nowiki>http://github.com/RDFLib/rdflib</nowiki>}} {{arrow}} {{GitHub|http://github.com/RDFLib/rdflib}}
+
* {{#invoke:DemoTemplate|{{BASEPAGENAME}}|RDFLib/rdflib|RDFLib}}
* {{Tlx|GitHub|<nowiki>https://github.com/RDFLib/rdflib/blob/master/rdflib/compare.py</nowiki>}} {{arrow}} {{GitHub|https://github.com/RDFLib/rdflib/blob/master/rdflib/compare.py}}
+
* {{#invoke:DemoTemplate|{{BASEPAGENAME}}|http://github.com/RDFLib/rdflib}}
 +
* {{#invoke:DemoTemplate|{{BASEPAGENAME}}|https://github.com/RDFLib/rdflib/blob/master/rdflib/compare.py}}
  
 
== See also ==
 
== See also ==
*{{tl|Github}}
+
* {{Tl|SourceForge}}
  
 
<includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox | |
 
<includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox | |

Revision as of 13:18, 24 August 2015

Usage

This template can be used to create a link to a repository or a single file on GitHub.

Examples

See also