Jump to content

Template:GithubDownload

From mediawiki.org
This page is a translated version of the page Template:GithubDownload and the translation is 31% complete.
Documentação da predefinição

Usage

Transclude the template inside an Extension or Skin page to create GitHub Git links.

It is specifically designed to provide links for the download argument used in Predefinição:Extensão and Template:Skin and categorises into Category:Extensions in GitHub version control and Category:Skins in GitHub version control respectively.

This template takes two unnamed parameters to form the links, these are:

  • 1 (also as: user): To form the username holding the repository
  • 2: to calculate the name of the repository holding the project, This defaults to the pagename that the extension or skin is on
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 your master branch.
  • release - Displays a download link to the list of releases. If the value is latest, it will point to the latest release.

Usage example

{{GithubDownload|<Repository Username>|<Repository Name>}} An example with Linus Torvalds's linux repository: ({{GithubDownload|torvalds|linux}})

or

{{GithubDownload|<Repository Username>|<Repository Name>|snapshot=1}} An example with Linus Torvalds's linux repository: ({{GithubDownload|torvalds|linux|snapshot=1}})

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}}

See also