<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -56,3 +56,34 @@ to nowhere for 20 bugs.&#171; is shown inlined.
 &gt; 
 &gt; So no, you can't reference template directive parameters inside inline's
 &gt; template, because it's already expanded at that point. --[[Joey]] 
+
+## meta parameters are not enough
+
+I think I have the same problem as Paule, as I want extra arbitary parameters in my template.
+
+This is what I am doing currently, which makes my skin crawl. In `wgts/foo.mdwn`
+I have resorted to using AUTHORURL as the location of this widgets icon:
+
+	[[!meta authorurl=&quot;/ico/aHR0cDovL2JvbmRpLm9tdHAub3JnL3dpZGdldHMvYmF0dGVyeQ==.png&quot; ]]
+
+In templates I have a file called `wgtlist.tmpl`:
+
+	&lt;div class=&quot;widget&quot;&gt;
+	&lt;TMPL_IF NAME=&quot;AUTHORURL&quot;&gt;
+	&lt;img src=&quot;&lt;TMPL_VAR AUTHORURL&gt;&quot; /&gt;
+	&lt;/TMPL_IF&gt;
+	&lt;TMPL_IF NAME=&quot;PERMALINK&quot;&gt;
+	&lt;a href=&quot;&lt;TMPL_VAR PERMALINK&gt;&quot;&gt;&lt;TMPL_VAR TITLE&gt;&lt;/a&gt;&lt;br /&gt;
+	&lt;TMPL_ELSE&gt;
+	&lt;a href=&quot;&lt;TMPL_VAR PAGEURL&gt;&quot;&gt;&lt;TMPL_VAR TITLE&gt;&lt;/a&gt;&lt;br /&gt;
+	&lt;/TMPL_IF&gt;
+	Posted &lt;TMPL_VAR CTIME&gt;
+	&lt;/div&gt;
+
+My index page has:
+
+	[[!inline pages=&quot;./wgts/*&quot; show=5 feeds=no actions=no rootpage=&quot;wgts&quot; archive=&quot;yes&quot; template=wgtlist]]
+
+Else can you please suggest a smarter way of getting certain data out from pages for a inline index?
+
+--[[hendry]]</diff>
      <filename>doc/ikiwiki/directive/inline/discussion.mdwn</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>9cd86bc2db838bb2f0191dfcec9125ba222615a5</id>
    </parent>
  </parents>
  <author>
    <name>http://hendry.iki.fi/</name>
    <email>http://hendry.iki.fi/@web</email>
  </author>
  <url>http://github.com/joeyh/ikiwiki/commit/2b722cfd689f789b786624c36046f8992fabefe9</url>
  <id>2b722cfd689f789b786624c36046f8992fabefe9</id>
  <committed-date>2009-06-22T03:27:56-07:00</committed-date>
  <authored-date>2009-06-22T03:27:56-07:00</authored-date>
  <message>templating question</message>
  <tree>598eb7ce6d8857924797e4b590097c35ccc1cf6c</tree>
  <committer>
    <name>Joey Hess</name>
    <email>joey@kitenet.net</email>
  </committer>
</commit>
