diff options
author | Simon McVittie <smcv@debian.org> | 2011-01-22 22:35:37 +0000 |
---|---|---|
committer | Simon McVittie <smcv@debian.org> | 2011-01-22 22:35:37 +0000 |
commit | 594a9194561ad373a31a7d34c6b5c7a84ec417a0 (patch) | |
tree | a0032b56a36a9ca6f77873f8cc6a290e72b95ae7 /doc/templates | |
parent | 44b0cea85f1641f33ccb305f9da6f96e812b84e9 (diff) | |
parent | 8ee9eabb1c5314f51641aaec4cb45d5c2d0fa7b8 (diff) |
Merge branch 'ready/autoindex-autofile' into HEAD
Diffstat (limited to 'doc/templates')
-rw-r--r-- | doc/templates/discussion.mdwn | 2 | ||||
-rw-r--r-- | doc/templates/gitbranch.mdwn | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/templates/discussion.mdwn b/doc/templates/discussion.mdwn index efeedf448..c202ecf40 100644 --- a/doc/templates/discussion.mdwn +++ b/doc/templates/discussion.mdwn @@ -20,3 +20,5 @@ Am I missing something? --[[jwalzer]] > If there isn't a suitable variable (I don't think there is a list at > the moment), a [[plugin|plugins/write]] to add one would be about 10 > lines of perl - you'd just need to define a `pagetemplate` hook. --[[smcv]] + +Is there a list of all the available variables somewhere, or do I just grep the source for TMPL_VAR? And is there a way to refer to a variable inside of a wiki page or does it have to be done from a template? Thanks. -- [[AdamShand]] diff --git a/doc/templates/gitbranch.mdwn b/doc/templates/gitbranch.mdwn index 962420940..4fdf937ff 100644 --- a/doc/templates/gitbranch.mdwn +++ b/doc/templates/gitbranch.mdwn @@ -1,5 +1,5 @@ <span class="infobox"> -Available in a [[!taglink /git]] repository.<br /> +Available in a [[!taglink /git]] repository [[!taglink branch|/branches]].<br /> Branch: <TMPL_VAR branch><br /> Author: <TMPL_VAR author><br /> </span> @@ -13,6 +13,4 @@ these parameters: (e.g. github/master)</li> <li>author - the author of the branch</li> </ul> - -It also automatically tags the branch with `/git`. </TMPL_UNLESS> |