Add title attribute to gitrepo link.
[blog.git] / templates / gitrepo.mdwn
1 <span class="infobox">
2 Available in a [[!taglink tags/git]] repository.<br />
3 Repository: <a href="<TMPL_IF url><TMPL_VAR url><TMPL_ELSE>/~wking/code/git/git.php?p=<TMPL_VAR repo>.git</TMPL_IF>" rel="vcs-git" title="<TMPL_VAR repo> repository"><TMPL_VAR repo></a><br />
4 Author: <TMPL_UNLESS author>W. Trevor King</TMPL_UNLESS><TMPL_VAR author><br />
5 </span>
6
7 <TMPL_UNLESS repo>
8 This template is used to create an infobox for a git repository. It
9 uses these parameters:
10
11 * repo - the name of the repository.
12 * url - repository url.  Defaults to `/~wking/code/git/git.php?p=<repo>.git`.
13 * author - the author of the branch.  Defaults to `W. Trevor King`.
14
15 It also automatically tags the branch with `tags/git`.
16 </TMPL_UNLESS>