diff options
author | jwalzer <jwalzer@web> | 2010-06-07 13:32:45 +0000 |
---|---|---|
committer | Joey Hess <joey@finch.kitenet.net> | 2010-06-07 13:32:45 +0000 |
commit | 3fb80f3900ce116d8c2c240afb5d70151b5cfbd6 (patch) | |
tree | 33a0fc609515bfa8aa020b17ee12cd2e469ba90d /doc | |
parent | 75cae954cf4c244d9f7a8c5c9ef20d57fee10a2f (diff) | |
download | ikiwiki-3fb80f3900ce116d8c2c240afb5d70151b5cfbd6.tar ikiwiki-3fb80f3900ce116d8c2c240afb5d70151b5cfbd6.tar.gz |
Diffstat (limited to 'doc')
-rw-r--r-- | doc/templates/discussion.mdwn | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/templates/discussion.mdwn b/doc/templates/discussion.mdwn index 220d36455..96e6ea25f 100644 --- a/doc/templates/discussion.mdwn +++ b/doc/templates/discussion.mdwn @@ -6,3 +6,11 @@ note and popups are templates? But they're not in the templates directory, and i > your personal wiki sources. The note and popup template pages are > installed there, typically in `/usr/share/ikiwiki/basewiki/templates/` > --[[Joey]] + + +Is there a list of the TMPL_VAR-Variables that are defined by ikiwiki? + +What I'm trying to achieve is to print the URL of every page on the page itself and therefore I would need the corresponding value in the Template. + +Am I missing something? --[[jwalzer]] + |