Documentation for parameter `template`?

master
PaulePanter 2009-06-13 12:12:58 -04:00 committed by Joey Hess
parent 07d26e1db3
commit 6848a2e882
1 changed files with 10 additions and 0 deletions

View File

@ -30,3 +30,13 @@ Is there a simple way to exclude images, stylesheets, and other
> The [[plugins/filecheck]] plugin adds a 'ispage()' pagespec test that can do that. > The [[plugins/filecheck]] plugin adds a 'ispage()' pagespec test that can do that.
> --[[Joey]] > --[[Joey]]
---
## Documentation for parameter `template`?
I would be especially interested in a list of variables which can be used in such a template.
I have a page template with some structured information as parameters. For example `location="nowhere"` and `price="20"`. Is there a possibility to extract those information, i. e. access the parameters, to compose the item for the inline directive from these information? For example the line »Go to nowhere for 20 bugs.« is shown inlined.
--[[PaulePanter]]