User:Pngdeity/Template:Source code/doc
Appearance
This is a documentation subpage for User:Pngdeity/Template:Source code. It may contain usage information, categories and other content that is not part of the original user template page. |
This template uses Lua: |
Usage
[edit]This template can be used to create a link to a repository or a single file on common code hosting platforms including GitHub. The link to GitHub can be suppressed with the parameter |link=no
, and the mentioning of GitHub can be omitted entirely with |link=hidden
.
Potential platforms:
GitHub
GitLab (consider self-hosted versions?)
GNU Savannah -> two domains
SourceForge
OSDN
kernel.org
Gitee
ourproject.org
Launchpad
Codeberg
Also see
Category:Project_hosting_websites
Category:Open-source_software_hosting_facilities
Comparison_of_source-code-hosting_facilities
Examples
[edit]{{:User:Pngdeity/Template:Source code|RDFLib/rdflib}}
→ https://github.com/RDFLib/rdflib rdflib] on GitHub{{:User:Pngdeity/Template:Source code|RDFLib/rdflib|RDFLib}}
→ https://github.com/RDFLib/rdflib RDFLib] on GitHub{{:User:Pngdeity/Template:Source code|RDFLib/rdflib|RDFLib|link=no}}
→ https://github.com/RDFLib/rdflib RDFLib] on GitHub{{:User:Pngdeity/Template:Source code|RDFLib/rdflib|RDFLib|link=hidden}}
→ https://github.com/RDFLib/rdflib RDFLib]{{:User:Pngdeity/Template:Source code|https://github.com/RDFLib/rdflib}}
→ https://github.com/RDFLib/rdflib rdflib] on GitHub{{:User:Pngdeity/Template:Source code|https://github.com/RDFLib/rdflib/blob/master/rdflib/compare.py}}
→ https://github.com/RDFLib/rdflib/blob/master/rdflib/compare.py compare.py] on GitHub
See also
[edit]- {{Openhub}}
- {{SourceForge}}