diff options
author | Jonas Smedegaard <dr@jones.dk> | 2008-08-01 18:52:01 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2008-08-01 18:52:01 +0200 |
commit | 7a34ab14c1c817bc9ac43197c002c7b95e6ad1cc (patch) | |
tree | 49c598d15b186ef2be09b616bd677922973a26f7 /templates.mdwn | |
parent | d2c8347f5026dbb727b9b44e48d4d19a81e935fa (diff) | |
parent | 08184b4275de1db66ad5da4c9245772f18af86c8 (diff) |
Merge branch 'master' into clean
Diffstat (limited to 'templates.mdwn')
-rw-r--r-- | templates.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates.mdwn b/templates.mdwn index 58d5d11..b40e865 100644 --- a/templates.mdwn +++ b/templates.mdwn @@ -50,6 +50,9 @@ module, which allows for some fairly complex things to be done. Consult its documentation for the full syntax, but all you really need to know are a few things: +* Each parameter you pass to the template directive will generate a + template variable. There are also some pre-defined variables like PAGE + and BASENAME. * To insert the value of a variable, use `<TMPL_VAR variable>`. Wiki markup in the value will first be converted to html. * To insert the raw value of a variable, with wiki markup not yet converted |