Vorlage:GithubDownload
GitHub:
Hinweis:
No localisation updates are
provided by translatewiki.net .
Verwendung
It is specifically designed to provide links for the download argument used in Vorlage:Erweiterung and categorises into Kategorie:Erweiterungen in der GitHub-Versionsverwaltung .
This template takes two unnamed parameters to form the links, these are:
1
(also as:user
): To form the username holding the repository2
: to calculate the name of the repository holding the project, This defaults to the pagename that the extension is on
- Note: Spaces must be padded with '_' underscores.
- Snapshots
- (Activate by using |<option>=1)
snapshot
- Displays a link to your downloads page if you have added any.mastertarball
- Displays a download link to a tarball of yourmaster
branch.release
- Displays a download link to the list of releases. If the value islatest
, it will point to the latest release.
Verwendungsbeispiel
{{GithubDownload|<Repository Username>|<Repository Name>}}
An example with Linus Torvalds's linux repository: ({{GithubDownload|torvalds|linux}}
)
GitHub:
Hinweis:
No localisation updates are
provided by translatewiki.net .
oder
{{GithubDownload|<Repository Username>|<Repository Name>|snapshot=1}}
An example with Linus Torvalds's linux repository: ({{GithubDownload|torvalds|linux|snapshot=1}}
)
Schnappschuss herunterladen
GitHub:
Hinweis:
No localisation updates are
provided by translatewiki.net .
By default a note is added that the extension is not translatable in translatewiki.net.
It can be removed by adding the parameter translatewiki=1
or translatewiki=none
:
{{GithubDownload|<Repository Username>|<Repository Name>|translatewiki=1}}
GitHub: