Documentation for parameter `template`?
authorPaulePanter <PaulePanter@web>
Sat, 13 Jun 2009 16:12:58 +0000 (12:12 -0400)
committerJoey Hess <joey@kitenet.net>
Sat, 13 Jun 2009 16:12:58 +0000 (12:12 -0400)
doc/ikiwiki/directive/inline/discussion.mdwn

index e301190bf2204b8f4d1fe41162b5677dd37af8d5..9de80bf3e162ca1dd0dd98e683c5338e8be73242 100644 (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.
 > --[[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]]