Template:GoogleCodeDownload
Proje sayfası
Subversion [Yardım ]
Kaynak koduna göz atın
Kod değişiklikleri görüntüle
Not: Translatewiki.net tarafından yerelleştirme güncellemesi sağlanmamaktadır.
Usage
Transclude the template inside an Extension page to create Google Code Subversion links. It is specifically designed to provide links for the download argument used in Template:Extension and categorizes into Category:Extensions in Google Code version control.
e.g. {{GoogleCodeDownload|SyntaxHighlight_GeSHi}}
- Note: Spaces must be padded with '_' underscores.
To show the link to the files/snapshot, add the snapshot=1
parameter. This is useful when an package the extension as a download.
e.g. {{GoogleCodeDownload|SyntaxHighlight_GeSHi|snapshot=1}}
- Version control systems support
This template supports multipul forms of the VCS options that Google Code support, to use this, activate the |vcs=
parameter. The available options are:
svn
(Template default) (Category:Extensions in Google Code version control (Svn))git
(Category:Extensions in Google Code version control (Git))mercurial
(Category:Extensions in Google Code version control (Mercurial))