<TMPL_IF git>
Available in a git repository branch.
Branch: <TMPL_VAR branch>
<TMPL_ELSE><TMPL_IF monotone>
Available in a monotone repository.
URI: <TMPL_VAR uri>
</TMPL_IF></TMPL_IF><TMPL_IF website>
Web site: <TMPL_VAR website>
</TMPL_IF>
<TMPL_UNLESS git><TMPL_UNLESS monotone>
This template is used to create an infobox for a monotone or git branch.
It uses these parameters:
- git=1 - it's a git repository. Needs the following extra parameters:
- branch - the name of the branch, prefixed with the name of one of the remotes listed on the git page and provided by the gitremotes script (e.g. github/master)
- monotone=1 - it's a monotone repository. Needs the following extra parameters:
- uri - the name of the branch, prefixed with the server name. In other words, the full branch URI.
- website - the web site presenting this piece of software \[optional]
</TMPL_UNLESS></TMPL_UNLESS>