aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaulePanter <PaulePanter@web>2009-06-13 12:12:58 -0400
committerJoey Hess <joey@kitenet.net>2009-06-13 12:12:58 -0400
commit6848a2e8821ca4e7621545cf2c8d4d21be5e4d4c (patch)
treed382aa23382e389617c927252527d041629d70a6
parent07d26e1db3e7762132ddbf0d95f491c44f276c88 (diff)
downloadikiwiki-6848a2e8821ca4e7621545cf2c8d4d21be5e4d4c.tar
ikiwiki-6848a2e8821ca4e7621545cf2c8d4d21be5e4d4c.tar.gz
Documentation for parameter `template`?
-rw-r--r--doc/ikiwiki/directive/inline/discussion.mdwn10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/ikiwiki/directive/inline/discussion.mdwn b/doc/ikiwiki/directive/inline/discussion.mdwn
index e301190bf..9de80bf3e 100644
--- a/doc/ikiwiki/directive/inline/discussion.mdwn
+++ b/doc/ikiwiki/directive/inline/discussion.mdwn
@@ -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.
> --[[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]]